
Solve
Let coding agents pass Cloudflare Turnstile during scripted signups, scrapers, and headless flows without manual CAPTCHA breaks.
Overview
io.github.getrelove/solve is a MCP server for the Build phase that solves Cloudflare Turnstile CAPTCHAs for AI agents via a paid API with a free signup tier.
What is this MCP server?
- Solves Cloudflare Turnstile via MCP with stdio transport (@useagentstore/solve-mcp npm package)
- $0.002 per solve; 100 free calls on signup; demo key limited to 3 calls per IP per day
- Documented P95 latency around 2.2 seconds for agent-paced workflows
- SOLVE_API_KEY from POST https://api.useagentstore.com/signup (optional demo key)
- Version 0.1.1
- $0.002 per API call
What problem does it solve?
Headless agents and scrapers stop cold when Turnstile blocks automated sessions, forcing you to solve puzzles by hand or abandon the workflow.
Who is it for?
Indie builders running agent-driven browser automation against sites protected by Cloudflare Turnstile who accept a small API bill per solve.
Skip if: Teams that need free unlimited solving, non-Turnstile CAPTCHA types, or workflows where bypassing bot protection violates site policy.
What do I get? / Deliverables
Your agent can request Turnstile solves through MCP and continue login, signup, or data-collection steps with predictable per-call cost and sub‑3s typical latency.
- Turnstile token or solve result usable in downstream browser or HTTP steps
- Metered API usage with 100 free calls on new signup accounts
- Agent-callable MCP tools over stdio transport
Recommended MCP Servers
Journey fit
CAPTCHA bypass sits where you wire external services into agent and browser automation, before you ship production crawlers or onboarding bots. Turnstile solving is an integration hook between your agent and third-party anti-bot walls, not a standalone launch or analytics concern.
How it compares
Paid Turnstile API bridge via MCP, not a local browser automation skill or generic web-scraping framework.
Common Questions / FAQ
Who is io.github.getrelove/solve for?
Solo and indie developers using AI coding agents to automate flows on Turnstile-protected websites who need programmatic solves without operating their own CAPTCHA infrastructure.
When should I use io.github.getrelove/solve?
Use it during build and integration work when your agent hits Turnstile on staging or production URLs and you have legal clearance to automate those steps.
How do I add io.github.getrelove/solve to my agent?
Install @useagentstore/solve-mcp, register the stdio MCP server in Claude Code or Cursor, set SOLVE_API_KEY from the Agent Store signup endpoint (or omit for the demo key), then invoke solve tools from your agent session.