MCP Server
MCP
io.github.nickjlucker/greynoise
MCP server for GreyNoise API - Check if IPs are internet background noise or targeted attacks
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mcp-greynoise",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GreyNoise API key (free Community tier: 50 req/day)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GREYNOISE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment