captcha.cc Human Verification
CH
captcha.cc Human Verification
/make_widget_snippet

Make Widget Snippet

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

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_widget_snippet for me.

Input

FieldTypeDescription
site_key*stringPublic captcha.cc site key, for example pk_live_xxx.
element_idstringDOM element id where the widget should mount. default "captcha"
form_idstringForm id to attach submit handling to. default "contact-form"
submit_pathstringApplication endpoint that receives the proof token. default "/submit-form"

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_widget_snippet","input":{"site_key":"...","element_id":"captcha","form_id":"contact-form","submit_path":"/submit-form"}}'
cli
npx cracked-ai run -p mcp-cc-captcha-captchacc -e /make_widget_snippet -i '{"site_key":"...","element_id":"captcha","form_id":"contact-form","submit_path":"/submit-form"}'
mcp
run_tool({ provider: "mcp-cc-captcha-captchacc", endpoint: "/make_widget_snippet", input: {"site_key":"...","element_id":"captcha","form_id":"contact-form","submit_path":"/submit-form"} })

Try it

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