MCP Server
MCP
GateSolve CAPTCHA Solver
Solve CAPTCHAs (Turnstile, reCAPTCHA, hCaptcha) via MCP. Free tier: 100 solves.
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
By
Comments
Sign in to leave a comment