ip_context
Pack: greynoise · Endpoint: https://gateway.pipeworx.io/greynoise/mcp
Look up an IPv4 against the GreyNoise Community dataset. Returns noise (is the IP scanning the internet?), riot (is it a known good service like Google/Microsoft?), classification (malicious | benign | unknown), name, last-seen date, and a deep link. Useful for noise-suppression in SOC alerts.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ip | string | yes | IPv4 address |
Example call
curl -X POST https://gateway.pipeworx.io/greynoise/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ip_context","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"greynoise": {
"url": "https://gateway.pipeworx.io/greynoise/mcp"
}
}
}
See Getting Started for client-specific install steps.