CH
captcha.cc Human Verification
/create_challenge
Create Challenge
Create a live captcha.cc challenge for a site key and allowed hostname. Useful for smoke tests and integration checks.
liveverifiedunknown~5s typical
mcpprobedcaptcha.cchumanverification
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-cc-captcha-captchacc /create_challenge for me.
Input
| Field | Type | Description |
|---|---|---|
| site_key* | string | Public captcha.cc site key. |
| hostname* | string | Hostname configured on the captcha.cc site. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-cc-captcha-captchacc","endpoint":"/create_challenge","input":{"site_key":"...","hostname":"..."}}'cli
npx cracked-ai run -p mcp-cc-captcha-captchacc -e /create_challenge -i '{"site_key":"...","hostname":"..."}'mcp
run_tool({ provider: "mcp-cc-captcha-captchacc", endpoint: "/create_challenge", input: {"site_key":"...","hostname":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.