HomeBrowser Automation & Scraping › solvegate-mcp

solvegate-mcp

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

Official TypeScript Cloud
★ 1 stars Last pushed 2026-08-25 License: MIT

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "solvegate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SOLVEGATE_API_KEY": "<YOUR_VALUE>",
        "SOLVEGATE_BASE_URL": "<YOUR_VALUE>",
        "SOLVEGATE_SITE_URL": "<YOUR_VALUE>",
        "SOLVEGATE_TIMEOUT_MS": "<YOUR_VALUE>",
        "SOLVEGATE_MAX_WAIT_MS": "<YOUR_VALUE>"
      }
    }
  }
}
  • SOLVEGATE_API_KEY secret — API key for solving. Optional — the inspect_page tool works without one, so the server is useful before you have an account. A free sk_test_ sandbox key needs no card.
  • SOLVEGATE_BASE_URL — API base URL. Defaults to https://api.solvegate.io.
  • SOLVEGATE_SITE_URL — Where inspect_page runs. Defaults to https://solvegate.io.
  • SOLVEGATE_TIMEOUT_MS — Per-request timeout in milliseconds. Defaults to 30000.
  • SOLVEGATE_MAX_WAIT_MS — How long solve_turnstile waits for a pending solve, in milliseconds. Defaults to 60000.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry