goose-capsolver-mcp-extension
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@goose-capsolver-mcp-extensionSolve the CAPTCHA for the approved target"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
How to Add a CAPTCHA Solver Extension to goose
A runnable, fixture-first goose MCP extension with one controlled recovery, bounded polling, result validation, and human handoff.
English · 简体中文 · 日本語 · Español · Português · 한국어
Introduction
When an authorized goose agent reaches a CAPTCHA interruption, it needs a small recovery component with clear limits and a human fallback. This example introduces CapSolver only after explicit authorization and a supported challenge signal. It does not modify goose or claim an official partnership.
Related MCP server: sessemi-mcp
Features
Framework-native goose MCP extension surface
Authorization and challenge gates
Stable recovery ID and duplicate protection
One create call and at most five polls
Structured stop codes and human handoff
Offline fixtures with no real key or target
How It Works
The adapter receives approved task context, validates policy gates and the retry budget, calls a transport matching the official task lifecycle, validates the structured result, and either resumes once or stops for human review.
Architecture
goose → adapter → policy gates → recovery client → validated result or human handoff
Quick Start
python -m unittest discover -s tests -q\npython scripts/smoke_test.pyUsage
Use the fixture in examples/ and replace its task only after checking the official createTask request contract. Result polling follows the official getTaskResult lifecycle.
Example Output
{"ok":true,"status":"ready","polls":1,"solution":{"fixtureResult":"ok"}}Supported Scenarios
Owned test fixtures, explicitly authorized QA, and proportionate automation against approved targets.
Project Structure
src/— recovery core and framework adaptertests/— offline unit testsexamples/— safe fixturescripts/— smoke test
Testing
All tests inject a fixture client and make no live API call.
Troubleshooting
Authorization, unsupported challenge, duplicate context, malformed response, timeout, and exhausted budget are stop conditions—not reasons for unlimited retries.
Responsible Use
Use only public data, owned systems, or targets covered by explicit written authorization. Respect terms, access policies, rate limits, minimization, and retention rules. Never use this example for private data, credentials, sensitive personal data, unlimited collection, or unauthorized access.
Contributing
Keep changes bounded, fixture-first, and fail-closed.
Security
Never commit keys, sessions, browser profiles, private targets, or production responses. See SECURITY.md.
Conclusion
This goose MCP extension keeps recovery narrow, testable, and controlled by the caller. Verify every production task field against CapSolver documentation before authorized use.
Maintainer Note
Developer sharing CapSolver integration examples.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Solve reCAPTCHA v2/v3, hCaptcha, Cloudflare Turnstile and image captchas. Platform-hosted, no creden
Human-in-the-loop API for AI agents. CAPTCHA, OTP, KYC, and approvals by real humans.
Web search, browser automation, scraping, crawling and CAPTCHA solving for AI agents.
Fallback capability resolver for AI agents with replay-verified discovery and x402 paid execution.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to search DuckDuckGo and fetch web content with human-assisted CAPTCHA handling, designed for local use where humans can intervene when bot detection occurs.7 npmMIT

sessemi-mcpofficial
AlicenseAqualityDmaintenanceEnables AI agents to scrape websites protected by Cloudflare, DataDome, and Akamai, bypassing anti-bot measures to retrieve page content.2MIT
mcp-captcha-solverofficial
AlicenseNot gradedqualityFmaintenanceProvides browser automation and reCAPTCHA v2 solving tools for AI agents, integrating Selenium and 2Captcha.9MIT- FlicenseNot gradedqualityDmaintenanceIntegrates with 2Captcha to solve various CAPTCHA types (image, reCAPTCHA, hCaptcha, etc.) for AI agents via MCP.121 npm-