captcha.cc Human Verification
CH
captcha.cc Human Verification
/make_siteverify_request

Make Siteverify Request

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

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 /make_siteverify_request for me.

Input

FieldTypeDescription
secret_env_varstring default "CAPTCHA_CC_SECRET_KEY"
proof_token_expressionstring default "req.body.proofToken"

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":"/make_siteverify_request","input":{"secret_env_var":"CAPTCHA_CC_SECRET_KEY","proof_token_expression":"req.body.proofToken"}}'
cli
npx cracked-ai run -p mcp-cc-captcha-captchacc -e /make_siteverify_request -i '{"secret_env_var":"CAPTCHA_CC_SECRET_KEY","proof_token_expression":"req.body.proofToken"}'
mcp
run_tool({ provider: "mcp-cc-captcha-captchacc", endpoint: "/make_siteverify_request", input: {"secret_env_var":"CAPTCHA_CC_SECRET_KEY","proof_token_expression":"req.body.proofToken"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.