Back to Home
aezizhu icon

mcp-captcha-solver

Verified Safe

by aezizhu

Overview

Enables AI agents to automatically solve a wide range of captcha challenges (text, math, reCAPTCHA, hCaptcha, sliders, etc.) using local OCR and a cascading fallback to high-reliability external services.

Installation

Run Command
npm start

Security Notes

The server uses the `Function` constructor (similar to `eval`) for evaluating math expressions in `solveMathCaptchaLocally`. While this is generally risky, the input `expression` is heavily sanitized to only allow numeric and basic arithmetic characters, significantly mitigating the risk for this specific use case. A hardcoded `developer_tag` is present in `captcha-mcp/tools/services.js` for the `jfbym` service. The server relies on numerous third-party captcha-solving APIs, requiring trust in their security. The `captcha_solver.js` file (Tampermonkey script) is outside the server's execution context and thus not fully audited as part of the MCP server, but it also contains hardcoded URLs and performs network requests.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Stars0
Forks0
Last Update2025-12-05

Tags

mcpcaptcha-solverai-automationweb-scrapingocr