threat_level
Pack: isc-sans · Endpoint: https://gateway.pipeworx.io/isc-sans/mcp
Get the global SANS ISC InfoCon threat level — the internet-wide “weather report” for malicious activity. Returns one of green/yellow/orange/red with a plain-English meaning. An at-a-glance signal of whether a major internet-scale event is underway. Keyless, no arguments.
Example call
curl -X POST https://gateway.pipeworx.io/isc-sans/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"threat_level","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"isc-sans": {
"url": "https://gateway.pipeworx.io/isc-sans/mcp"
}
}
}
See Getting Started for client-specific install steps.