Fetching from the wire…
Public story · 2026-07-16 · high
mimic feeds intercepted mobile requests to Claude and hands back a working client, no API docs involved
Why now: Three days after its July 13 release, littledivy/mimic passed 1,070 stars.
littledivy/mimic hit 1,070 stars in three days after its July 13 release. The project is MIT licensed, so anyone can point it at any app they can route through a proxy.
The tool captures a mobile app's HTTP traffic through mitmproxy, cURL, or HAR files, then pulls the auth tokens and session data out of it. It hands that capture to Claude, which writes back a Python client with named methods for whatever endpoints it found. You never touch API documentation, because none is required.
The README walks through wrapping Hinge. The project itself says the dating app is the demo, not the point.
mimic stops working in two places. Certificate pinning breaks the interception outright. Sender-constrained tokens, ones tied to the device or session that requested them, won't survive being replayed from a generated client.
The project doesn't say anything about terms of service or legal exposure. Building a client this way against a company's app almost certainly violates that company's ToS. Depending on what the endpoints touch, it could go further than that. mimic ships the capability and leaves the judgment call to whoever runs it.
Each link below shares sources, entities, or timing with this story.
Claude uses MCP / Shared entities / Same source domain / Shared topic / What happened next
Linked by a graph relationship (Claude uses MCP); both cover CLAUDE, July, MIT; reported by the same outlet (github.com).
Anthropic released Claude / Shared entities / What happened next
Linked by a graph relationship (Anthropic released Claude); both cover Claude, HTTP, Python, SDKs; picks up the Claude thread on 2026-08-07.
LLM supports LM Studio / Shared entities / Same source domain / Shared topic / What happened next / Tension
Linked by a graph relationship (LLM supports LM Studio); both cover Claude, MIT; reported by the same outlet (github.com).
LLM uses OpenAI / Shared entities / Same source domain / What happened next
Linked by a graph relationship (LLM uses OpenAI); both cover HTTP, July, SDKs; reported by the same outlet (github.com).
Anthropic released Claude / Shared entities / Same source domain / What happened next
Linked by a graph relationship (Anthropic released Claude); both cover Claude, July, LLM; reported by the same outlet (github.com).
Simon Willison released LLM / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Simon Willison released LLM); both cover Claude, July, Python; overlapping topics (claude, data).
LLM uses OpenAI / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (LLM uses OpenAI); both cover Claude, MIT; reported by the same outlet (github.com).
Claude benchmarked against Codex / Shared entities / Same source domain / Shared topic / What happened next
Linked by a graph relationship (Claude benchmarked against Codex); both cover July, MIT; reported by the same outlet (github.com).