# MCP Captcha Solver

**AI-Powered Captcha Resolution for Model Context Protocol**

A comprehensive toolkit for AI agents to solve various captcha challenges—from simple text to complex reCAPTCHA.

## 🚀 Quick Start

```bash
cd captcha-mcp
npm install
npm start
```

## 📂 Contents

| Directory | Description |
|-----------|-------------|
| [captcha-mcp/](captcha-mcp/) | **MCP Server** - 30 tools for captcha solving |
| [captcha_solver.js](captcha_solver.js) | Original Tampermonkey script |

## ✨ Capabilities

- **Local OCR** - Tesseract.js (no external API)
- **Slider Puzzles** - Edge detection for offset calculation
- **Grid Analysis** - Image selection coordinate mapping
- **External Services** - CapSolver, CapMonster, CaptchaAI, 2Captcha, Anti-Captcha, DeathByCaptcha
- **Smart Fallback** - Automatic service switching

➡️ **[Full Documentation](captcha-mcp/README.md)**

## License

MIT
