← Index

io.github.nickjlucker/greynoise

io.github.nickjlucker/greynoise·v0.1.0·Other
Quality Score
78
/100

MCP server for GreyNoise API - Check if IPs are internet background noise or targeted attacks

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "greynoise": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-greynoise"
      ],
      "env": {
        "GREYNOISE_API_KEY": "<your-greynoise_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "greynoise": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-greynoise"
      ],
      "env": {
        "GREYNOISE_API_KEY": "<your-greynoise_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-greynoise
§02  Environment variables
GREYNOISE_API_KEY
requiredsecret

GreyNoise API key (free Community tier: 50 req/day)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other