CapSolver MCP Server
OfficialRelated Servers
Alternatives to CapSolver MCP Server
No user-submitted related servers found.
Related Servers
AlicenseAqualityAmaintenanceAn MCP server that lets AI agents solve reCAPTCHA, Cloudflare Turnstile, GeeTest, and image captchas via the local CapSkip solver. It enables autonomous captcha handling without per-solve fees or human intervention.617 npm2MIT
@curviate/mcpofficial
AlicenseNot gradedqualityBmaintenanceOfficial MCP server for the Curviate API, enabling AI agents to perform LinkedIn actions like profile management, messaging, posting, and advanced search, with Sales Navigator and Recruiter support.4 npmMIT- AlicenseNot gradedqualityCmaintenanceA mock-first MCP server for CAPTCHA solving with CapSolver, featuring scoped tools, redacted responses, and bounded polling to detect and solve challenges without leaking credentials.MIT
- AlicenseAqualityDmaintenanceOfficial MCP server for FormaCV, enabling AI-powered CV formatting, anonymization, tailoring, and ATS push-back from AI agents like Claude Desktop and Cursor.819 npm1MIT
- AlicenseCqualityCmaintenanceThis MCP server enables automated captcha solving for Cloudflare challenges and provides a comprehensive JSVMP offline replay pipeline for signature recovery and analysis.452MIT
- AlicenseAqualityBmaintenanceOfficial MCP server for creating and managing AI UGC video ads. Browse assets, estimate credit costs, generate videos, and retrieve completed outputs through eleven typed tools.1132 npmMIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: solve_captcha is token-only solving from provided parameters, detect_captchas only inspects a page, solve_on_page combines detection/solving/autofill, get_balance and get_supported_captchas are utility queries. There is no meaningful overlap that would cause misselection.
All tool names follow a consistent snake_case verb_noun pattern (solve_captcha, detect_captchas, solve_on_page, get_balance, get_supported_captchas). The pattern is predictable and uniform, with no mixed conventions or vague verbs.
Five tools is well-scoped for a captcha-solving server: one core solving tool, one detection tool, one combined page-solving tool, and two informational tools. Each tool earns its place and the count fits comfortably within the ideal 3-15 range.
The tool surface covers the full user-facing workflow: checking balance, listing supported captcha types, detecting captchas on a page, solving a captcha for a token, and solving+autofilling on a page. There are no obvious dead ends or missing operations for the stated purpose.