click_turnstile
Solve Cloudflare Turnstile checkboxes by locating the widget, performing human-like mouse clicks, verifying the response token, and retrying with small nudges when needed.
Instructions
Auto-solve Cloudflare Interactive Turnstile checkbox. Locates the widget via in-page selectors AND the Playwright frame API (handles closed shadow roots that document.querySelector misses), polls for render, skips if already solved, then does a humanized real-mouse click with retries + small nudge, verifying the cf-turnstile-response token after each attempt. Managed Challenge full-page interstitials still need mcp-stealth-chrome.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset_x | No | Pixels from widget left edge to the checkbox (calibrated for CF checkbox) | |
| offset_y | No | Vertical offset from widget top (default = height/2) | |
| max_attempts | No | Max click attempts (small vertical nudge between tries) until token appears | |
| wait_render_ms | No | Wait before first detection to let widget render |