Odel
solvegate mcp

solvegate mcp

Local
@solvegate1JavaScriptMITUpdated 1w ago

Inspect a page for Cloudflare Turnstile free, and clear Turnstile and WAF challenges.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsolvegate-mcpv0.1.1

Run

npx -y solvegate-mcp

MCP client config

{
  "mcpServers": {
    "solvegate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "solvegate-mcp"
      ]
    }
  }
}