E2E verified ✅ · Avg 6 sec · From $0.01/solve

AI Agents Now Solve
CAPTCHAs. Automatically.

Connect with one line of MCP config. No human interaction needed.

Start Free →View Docs

How It Works

From zero to solving in under 5 minutes.

01
🔑

Add to Claude Code / Cursor

One MCP config line connects uncaptcha.dev to your AI agent environment.

02
🤖

Agent detects CAPTCHA

captcha_detect auto-finds the site key and type. No manual inspection needed.

03

Solved in 6 seconds

Token injected into the page. Your agent continues without interruption.

Supported CAPTCHA Types

All major variants covered.

🔲
reCAPTCHA v2
Checkbox + image challenge
🔲
reCAPTCHA v3
Invisible score-based
🐝
hCaptcha
Coming soon
☁️
Cloudflare Turnstile
Next-gen bot protection
🎮
FunCaptcha
Arkose Labs puzzle
🧩
GeeTest v3/v4
Slider + verification
🛡️
AWS WAF
Amazon bot control
🖼️
Image CAPTCHA
OCR via Vision AI
🔒
DataDome
Slider CAPTCHAs

Plug In Anywhere

MCP for agents. REST for apps. Your choice.

MCP (Claude Code / Cursor)

bash# Register with Claude Code (one line)
claude mcp add uncaptcha -- npx uncaptcha-mcp

# Set your API key
export UNCAPTCHA_API_KEY=ac-your-key-here

REST API (Python)

pythonimport requests

# Step 1: Auto-detect site key
detect = requests.post(
  'https://api.uncaptcha.dev/tools/extract-sitekey',
  json={'url': 'https://example.com/login'}
).json()

# Step 2: Solve with detected key
res = requests.post(
  'https://api.uncaptcha.dev/v1/solve/sync',
  headers={'X-API-Key': 'ac-xxx'},
  json={
    'type': detect['primary']['type'],
    'siteKey': detect['primary']['siteKey'],
    'pageUrl': 'https://example.com/login'
  }
)
print(res.json()['token'])  # 03AGdBq...

Simple, Honest Pricing

100 free solves. No credit card required.

Free

$0/mo

100 solves/mo

N/A

reCAPTCHA v2/v3
Turnstile
REST API + MCP
Start Free

Starter

$9/mo

1,000 solves/mo

$0.012 per extra solve

All CAPTCHA types
REST API + MCP
Usage analytics
Priority solving
Get Started

Korean users: ₩12,900 / ₩39,900 via TossPayments — 한국어 페이지

Frequently Asked Questions

Is this legal?+
How does the MCP integration work?+
How is billing calculated?+
What's the success rate?+
Do I need Claude Code to use this?+

Start solving CAPTCHAs
in 5 minutes.

100 free solves. No credit card. Cancel anytime.

Create Free Account →