🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@gatesolve/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gatesolve/mcp-server

MCP server for CAPTCHA solving - Turnstile, reCAPTCHA, hCaptcha. 100 free solves. AI agent automation.

latest
npmnpm
Version
0.3.1
Version published
Weekly downloads
20
-56.52%
Maintainers
1
Weekly downloads
 
Created
Source

GateSolve MCP Server

Model Context Protocol (MCP) server for GateSolve — CAPTCHA solving for AI agents via x402 micropayments.

Tools

solve_captcha

Solve a CAPTCHA (Turnstile, reCAPTCHA v2/v3, hCaptcha). Returns payment requirements or solution token.

list_captcha_types

List supported CAPTCHA types with pricing, accuracy, and required fields.

check_gatesolve_status

Check API health and service status.

Setup

Claude Desktop / Cursor / Windsurf

Add to your MCP config:

{
  "mcpServers": {
    "gatesolve": {
      "command": "npx",
      "args": ["@gatesolve/mcp-server"]
    }
  }
}

From source

git clone https://github.com/arsonx-dev/gatesolve-mcp.git
cd gatesolve-mcp
npm install
npm run build
npm start

Environment Variables

VariableDefaultDescription
GATESOLVE_API_URLhttps://gatesolve.devGateSolve API base URL

How It Works

  • Agent calls solve_captcha with the CAPTCHA type, site key, and page URL
  • GateSolve returns a 402 Payment Required with USDC amount
  • Agent pays via x402 (USDC on Base network)
  • Agent calls solve_captcha again with the payment token
  • Returns the solved CAPTCHA token

No API keys. No accounts. Just x402.

License

MIT

Keywords

mcp

FAQs

Package last updated on 04 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts