mcpbeat Sign in

Solvegate MCP Server

by solvegate Your server? Claim it
local only

Solvegate MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 25 Aug 2026.

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

Installs per day peak 248 · avg 8
a month agotoday
44
Installs / week
npm · solvegate-mcp
1
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Solvegate MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add solvegate-mcp -- npx -y solvegate-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "solvegate-mcp": {
      "args": [
        "-y",
        "solvegate-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.solvegate-mcp]
command = "npx"
args = ["-y", "solvegate-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "solvegate-mcp": {
      "args": [
        "-y",
        "solvegate-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "solvegate-mcp": {
      "args": [
        "-y",
        "solvegate-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOLVEGATE_API_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Solvegate MCP

same job, measured the same way
I
Solve
by getrelove

Cloudflare Turnstile CAPTCHA solver for AI agents. $0.002/call, 100 free on signup. P95 2.2s.

27 installs/wk local only
MCP Cloudflare
by crunchtools

Secure MCP server for Cloudflare DNS, Transform Rules, and Page Rules

72 installs/wk local only
Captcha Solver
by mcp-dir

Solve reCAPTCHA v2/v3, hCaptcha, Cloudflare Turnstile and image captchas. Platform-hosted, no creden

12 tools answering
Cloudflare
by ofershap

MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE

36 installs/wk local only
ClawPage
by skypher

Extract and structure any web page into clean JSON. Free tier: 10/day.

39 installs/wk local only
Web Fetcher
by vojtisprime11

Turns any web page into clean Markdown, page metadata and classified links for LLMs.

33 installs/wk local only
Hex.pm MCP
by joshrotenberg

MCP server for hex.pm and hexdocs.pm: search, inspect, compare, and audit Elixir packages

24 tools answering
Fortress
by tiliondev

Stealth browser for AI agents: fetch pages behind Cloudflare/DataDome/CAPTCHA, extract clean data.

131 installs/wk local only

Solvegate MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Solvegate MCP?
Solvegate MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package solvegate-mcp was installed 44 times last week.
How do I connect Solvegate MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls solvegate-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Solvegate MCP?
The npm package solvegate-mcp was installed 44 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Solvegate MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.