solve_captcha
Solve captchas on protected pages and extract content. Uses 2Captcha to bypass reCAPTCHA/hCaptcha, then Claude AI selects the best tool to retrieve content. Cost: 0.01 USDC
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The captcha-protected URL to access | |
| intent | No | What you want to extract from the page after solving captcha | |
| siteKey | No | Site key for reCAPTCHA/hCaptcha (optional - auto-detected if not provided) | |
| captchaType | No | Type of captcha to solve | recaptcha_v2 |