# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ghostrouter/ghostrouter-web

# Browse available tools
npx -y @smithery/cli@latest tool list ghostrouter/ghostrouter-web

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ghostrouter/ghostrouter-web web_search

# Call a tool
npx -y @smithery/cli@latest 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.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ghostrouter/ghostrouter-web <tool-name>
```
