Wraps the entire 2Captcha API surface via the official Python SDK, exposing 31 solver types (reCAPTCHA, hCaptcha, Turnstile, FunCaptcha, GeeTest, image grids, audio, and two dozen others), plus account balance, result reporting, and pingback URL management. All told, 43 tools. Each solver accepts standard kwargs like proxy config, user agent, and callback URLs. Includes an optional webhook receiver (Starlette + SQLite) that flips long-running solves into async mode so Claude isn't blocking for ten minutes waiting on a reCAPTCHA v3 response. Reach for this when you're automating flows that hit CAPTCHAs and need programmatic solving without leaving the MCP context. Strict mypy, 92%+ coverage, live integration tests against the real API.
claude mcp add --transport stdio io.github.aruxojuyu665-twocaptcha-mcp uvx twocaptcha-mcp