praisonai-captcha-solver-mcp-tool
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., "@praisonai-captcha-solver-mcp-toolSolve the CAPTCHA on the login page after authorization."
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 MCP Tool to PraisonAI
Introduction
English · 简体中文 · 日本語 · Español · Português · 한국어
PraisonAI agents can call tools during an authorized workflow. When a PraisonAI agent reaches a CAPTCHA while running an authorized browser or data task, the workflow needs a clear checkpoint instead of an uncontrolled retry loop. This repository shows how to connect a bounded solver tool, validate its result, and stop for human review when the request is unsafe or incomplete. The example naturally connects CapSolver only after explicit authorization.
Related MCP server: sessemi-mcp
What this repository demonstrates
a verified
Agent(tools=MCP(...))integration boundary;typed challenge input and structured output;
one-attempt budget, 45-second default timeout, and result validation;
fixture-first tests with no real key, target, or solver request;
a manual-review result for denied, unsupported, exhausted, or malformed requests.
Quick start
python -m venv .venv
source .venv/bin/activate
pip install -e . pytest
pytest -q
python scripts/smoke.pyMinimal call
from captcha_solver_tool import solve_checkpoint
result = solve_checkpoint({
"task_id": "authorized-qa-42",
"origin": "https://example.test",
"challenge_type": "recaptcha_v2",
"authorized": True,
})
print(result["status"])See src/captcha_solver_tool/adapter.py for the PraisonAI boundary. Production code should implement a transport using the official CapSolver API overview, createTask, and getTaskResult contracts.
Control flow
Detect a supported verification checkpoint.
Confirm the target and purpose are authorized.
Spend at most one solving attempt.
Validate a ready result before continuing.
Stop for a person on any error, timeout, denial, or ambiguity.
Responsible use
Use this example only with public data, systems you own, or targets where you have explicit permission. Respect site terms, rate limits, privacy obligations, and data-retention rules. Do not use it for account creation at scale, access controls, private data, credential collection, or avoiding platform safeguards.
Project status
The adapter contract and offline behavior are tested. No live PraisonAI model session and no real CapSolver request are performed by the test suite. This is an independent educational example and does not imply an official partnership.
Conclusion
The example keeps authorization, attempt budgets, result validation, and human stopping explicit. Use the official CapSolver documentation when replacing the fixture transport.
Disclosure
Developer sharing CapSolver integration examples.
License
MIT. See LICENSE.
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.
Fallback capability resolver for AI agents with replay-verified discovery and x402 paid execution.
Web search, browser automation, scraping, crawling and CAPTCHA solving for AI agents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to solve CAPTCHAs using OCR text recognition, object detection, and slider position matching through the ddddocr library.4-

sessemi-mcpofficial
AlicenseAqualityDmaintenanceEnables AI agents to scrape websites protected by Cloudflare, DataDome, and Akamai, bypassing anti-bot measures to retrieve page content.2MIT- FlicenseNot gradedqualityDmaintenanceIntegrates with 2Captcha to solve various CAPTCHA types (image, reCAPTCHA, hCaptcha, etc.) for AI agents via MCP.121 npm-
- AlicenseNot gradedqualityCmaintenanceCapability-token gate for AI agents. Mint time-boxed, scope-limited grants that authorize specific tool calls.3,793 npmMIT