Odel
mcp greynoise

mcp greynoise

Local
@nickjluckerJavaScriptMITUpdated 6mo ago

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).

npmmcp-greynoisev0.1.0

Run

npx -y mcp-greynoise

MCP client config

{
  "mcpServers": {
    "mcp-greynoise": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-greynoise"
      ]
    }
  }
}