← Index

io.github.getrelove/solve

io.github.getrelove/solve·v0.1.1·Other
Quality Score
70
/100

Cloudflare Turnstile CAPTCHA solver for AI agents. $0.002/call, 100 free on signup. P95 2.2s.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "solve": {
      "command": "npx",
      "args": [
        "-y",
        "@useagentstore/solve-mcp"
      ],
      "env": {
        "SOLVE_API_KEY": "<your-solve_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "solve": {
      "command": "npx",
      "args": [
        "-y",
        "@useagentstore/solve-mcp"
      ],
      "env": {
        "SOLVE_API_KEY": "<your-solve_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @useagentstore/solve-mcp
§02  Environment variables
SOLVE_API_KEY
secret

API key from POST https://api.useagentstore.com/signup. Omit to use demo key (3 calls/IP/day).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
10
stability
5
§04  Alternatives in Other