Serversio.github.bighippoman/intercept-mcp
M

Intercept

io.github.bighippoman/intercept-mcp · v3.0.8
▦ npm
v3.0.8npm npm: intercept-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.bighippoman/intercept-mcp",
  "description": "Give your AI the ability to read the web. Fetches URLs as clean markdown with multi-tier fallback.",
  "title": "Intercept",
  "repository": {
    "url": "https://github.com/bighippoman/intercept-mcp",
    "source": "github"
  },
  "version": "3.0.8",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}