← Index

Intercept

io.github.bighippoman/intercept-mcp·v3.0.8·Other
Quality Score
88
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "intercept-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "intercept-mcp"
      ],
      "env": {
        "BRAVE_API_KEY": "<your-brave_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "intercept-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "intercept-mcp"
      ],
      "env": {
        "BRAVE_API_KEY": "<your-brave_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y intercept-mcp
§02  Environment variables
BRAVE_API_KEY
secret

Brave Search API key for the search tool (free tier: 2,000 queries/month). Not needed for the fetch tool.

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other