> ## Documentation Index
> Fetch the complete documentation index at: https://hydrotuff-admin-mcp-new-docs-207c911.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# hCaptcha

> Solve standard hCaptcha challenges.

# hCaptcha

Solve hCaptcha challenges and receive a verification token.

## Task Type

`HCaptchaCaptchaToken`

## Parameters

| Parameter    | Type   | Required | Description                  |
| ------------ | ------ | -------- | ---------------------------- |
| `sitekey`    | string | Yes      | hCaptcha site key            |
| `siteurl`    | string | Yes      | Page URL with the captcha    |
| `proxy`      | string | Yes      | `http://host:port:user:pass` |
| `user_agent` | string | Yes      | Browser user agent           |
| `rqdata`     | string | No       | Request data from the page   |
| `pageaction` | string | No       | Page action to trigger       |

## Request

```json theme={null}
{
  "type": "HCaptchaCaptchaToken",
  "task": {
    "sitekey": "10000000-ffff-ffff-ffff-000000000001",
    "siteurl": "https://example.com/login",
    "proxy": "http://user:pass@host:port",
    "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36",
    "rqdata": "optional-request-data"
  }
}
```

## Price

\$0.0015 per solve.

## Response Token

The `token` field contains the `P0_eyJ...` hCaptcha verification token.
