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

# hCaptcha

> Solve standard hCaptcha challenges.

# hCaptcha

Solve hCaptcha and hCaptcha Enterprise challenges and receive a verification token.

## Task Types

* `HCaptchaCaptchaToken` — standard hCaptcha
* `HCaptchaEnterpriseToken` — hCaptcha Enterprise

Both types share the same parameters and behavior.

## 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   |

## Request — Standard

```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"
  }
}
```

## Request — Enterprise

```json theme={null}
{
  "type": "HCaptchaEnterpriseToken",
  "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"
  }
}
```

## Price

\$0.0015 per solve.

## Response Token

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