PluginBench
MCP Server

io.github.whisper-sec/whisper-graph MCP Server

io.github.whisper-sec/whisper-graph

What is the io.github.whisper-sec/whisper-graph MCP server?

Query WhisperGraph: the internet's infrastructure & threat-intel graph (DNS, BGP, GeoIP, WHOIS).

How to install io.github.whisper-sec/whisper-graph

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WHISPER_API_KEY
    secret

    WhisperGraph API key. Get a free one at https://console.whisper.security/sign-up

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whisper-graph": {
      "command": "npx",
      "args": [
        "-y",
        "@whisper-security/whisper-graph-mcp"
      ],
      "env": {
        "WHISPER_API_KEY": "<YOUR_WHISPER_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "whisper-graph": {
      "command": "npx",
      "args": [
        "-y",
        "@whisper-security/whisper-graph-mcp"
      ],
      "env": {
        "WHISPER_API_KEY": "<YOUR_WHISPER_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "whisper-graph": {
      "command": "npx",
      "args": [
        "-y",
        "@whisper-security/whisper-graph-mcp"
      ],
      "env": {
        "WHISPER_API_KEY": "<YOUR_WHISPER_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "whisper-graph": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@whisper-security/whisper-graph-mcp"
      ],
      "env": {
        "WHISPER_API_KEY": "<YOUR_WHISPER_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add whisper-graph --env WHISPER_API_KEY=<YOUR_WHISPER_API_KEY> -- npx -y @whisper-security/whisper-graph-mcp

Related MCP servers

Verify Whisper agent identities and look up RDAP for a routable /128 — keyless.

View repository →