HomeBrowser Automation & Scraping › Intercept

Intercept

Give your AI the ability to read the web. Fetches URLs as clean markdown with multi-tier fallback.

TypeScript Local
★ 9 stars Last pushed 2026-08-02 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 3.0.8)

npx -y intercept-mcp@3.0.8

Or add to your MCP client config:

{
  "mcpServers": {
    "intercept-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "intercept-mcp@3.0.8"
      ],
      "env": {
        "BRAVE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • BRAVE_API_KEY secret — Brave Search API key for the search tool (free tier: 2,000 queries/month). Not needed for the fetch tool.

Related servers

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

Data from the Official MCP Registry