WhisperGraph
Rank #23,404io.github.whisper-sec/whisper-graph
Self-hostable MCP server for WhisperGraph — a graph of 7.39B nodes / 39B edges mapping DNS, BGP, GeoIP, WHOIS, and threat intelligence. Six read-only tools (Cypher query + schema introspection + threat assessment), six resources, eight investigation prompts. stdio and Streamable HTTP transports.
WhisperGraph is a Model Context Protocol (MCP) server published by whisper-sec. It ranks #23,404 of 76,851 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. WhisperGraph is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 14, 2026 and most recently updated on May 14, 2026.
Ranks ahead of 53,447 of 76,851 servers on MCP Toplist.
Use WhisperGraph
Add WhisperGraph to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"whisper-graph": {
"url": "https://mcp.whisper.security/"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"whisper-graph": {
"command": "npx",
"args": [
"-y",
"@whisper-security/whisper-graph-mcp"
],
"env": {
"WHISPER_API_KEY": "<your WHISPER_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (2 delisted)
whisper-sec
Other servers by whisper-sec
View all whisper-sec servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 14, 2026 |
Frequently asked questions
- Who maintains WhisperGraph?
- WhisperGraph is maintained by whisper-sec, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is WhisperGraph listed on the Official MCP Registry?
- Yes — WhisperGraph is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does WhisperGraph have?
- MCP Toplist tracks 1 version of WhisperGraph, most recently published on May 14, 2026.
- Where can I find the source code for WhisperGraph?
- The source code for WhisperGraph is hosted at github.com/whisper-sec/whisper-graph-mcp.