recent_iocs
Pack: threatfox · Endpoint: https://gateway.pipeworx.io/threatfox/mcp
IOCs added to ThreatFox in the last N days. Useful for daily threat-intel ingestion.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
days | number | no | Lookback days (1-7, default 3) |
Example call
curl -X POST https://gateway.pipeworx.io/threatfox/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"recent_iocs","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"threatfox": {
"url": "https://gateway.pipeworx.io/threatfox/mcp"
}
}
}
See Getting Started for client-specific install steps.