captcha.cc Human Verification
cc.captcha/captchaccHuman verification CAPTCHA with visual and selective-listening audio challenges.
Tools · 3
Return a minimal browser SDK snippet for mounting captcha.cc and submitting the proof token to an application endpoint.
Return a server-side fetch example for redeeming a captcha.cc proof token exactly once.
Create a live captcha.cc challenge for a site key and allowed hostname. Useful for smoke tests and integration checks.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"captcha.cc_human_verification": {
"url": "https://captcha.cc/mcp",
"transport": "streamable-http"
}
}
}