← Back to Plugins
MCP Server MCP

GateSolve CAPTCHA Solver

github By github 👁 1 views ▲ 0 votes

Solve CAPTCHAs (Turnstile, reCAPTCHA, hCaptcha) via MCP. Free tier: 100 solves.

Homepage Verified source GitHub

Install

npx -y @gatesolve/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@gatesolve/mcp-server",
      "version": "0.1.1",
      "runtimeHint": "node",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GateSolve API key (free at gatesolve.dev)",
          "isRequired": true,
          "isSecret": true,
          "name": "GATESOLVE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...