Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

captcha.cc Human Verification

cc.captcha/captchacc

Human verification CAPTCHA with visual and selective-listening audio challenges.

Uptime
9.7%
62 probes
Response
201ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

make_widget_snippet

Return a minimal browser SDK snippet for mounting captcha.cc and submitting the proof token to an application endpoint.

make_siteverify_request

Return a server-side fetch example for redeeming a captcha.cc proof token exactly once.

create_challenge

Create a live captcha.cc challenge for a site key and allowed hostname. Useful for smoke tests and integration checks.

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"
    }
  }
}