← Back to Plugins
MCP Server MCP

Intercept

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "intercept-mcp",
      "version": "3.0.8",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Brave Search API key for the search tool (free tier: 2,000 queries/month). Not needed for the fetch tool.",
          "isSecret": true,
          "name": "BRAVE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...