MCP server for GreyNoise API - Check if IPs are internet background noise or targeted attacks
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y mcp-greynoise
MCP client config
{
"mcpServers": {
"mcp-greynoise": {
"command": "npx",
"args": [
"-y",
"mcp-greynoise"
]
}
}
}