Home › Browser 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 solvegate-mcp@0.1.1
Or add to your MCP client config:
{
"mcpServers": {
"solvegate-mcp": {
"command": "npx",
"args": [
"-y",
"solvegate-mcp@0.1.1"
],
"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_KEYsecret — 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
U
UI-TARS-desktop
Browser Automation & Scraping
MCP server for web search operations
★ 39,101
MCP Server
P
playwright-mcp
Browser Automation & Scraping
Playwright Tools for MCP
★ 37,528
MCP Server
S
SeleniumBase MCP
Browser Automation & Scraping
Stealthy browser automation, testing, and web-scraping via CDP Mode.
★ 13,034
MCP Server
F
Firecrawl MCP Server
Browser Automation & Scraping
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
★ 7,508
MCP Server
M
mcp
Browser Automation & Scraping
Automate your local Chrome browser
★ 7,125
MCP Server
M
mcp-playwright
Browser Automation & Scraping
An MCP server using Playwright for browser automation and webscrapping
★ 5,655
MCP Server
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry