Ghostrouter
Search the live web to retrieve up-to-date information and bypass knowledge cut-offs. Convert any webpage into clean, readable Markdown while navigating around captchas and complex layouts. Access re…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ghostrouter/ghostrouter-web
# Browse available tools
npx -y smithery tool list ghostrouter/ghostrouter-web
# Get full schema for a tool
npx -y smithery tool get ghostrouter/ghostrouter-web web_search
# Call a tool
npx -y smithery tool call ghostrouter/ghostrouter-web web_search '{}'Direct MCP Connection
Endpoint: https://ghostrouter-web--ghostrouter.run.tools
Optional config:
GHOSTROUTER_WEB_KEY(query) — (Optional) API key for high-volume enterprise agents bypassing the Base network micropayments. Leave blank for standard 30-call freemium access.
Tools (2)
web_search— Performs a live Google search and returns clean Markdown results via Jina. Great for solving knowledge cut-offs.read_webpage— Reads any URL and converts it to clean LLM-friendly Markdown, bypassing Captchas. Superior to standard HTML fetch.
# Get full input/output schema for a tool
npx -y smithery tool get ghostrouter/ghostrouter-web