MCP Server
MCP
io.github.aplaceforallmystuff/mcp-threatintel
Unified threat intel - OTX, AbuseIPDB, GreyNoise, abuse.ch, Feodo Tracker
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mcp-threatintel-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AlienVault OTX API key (free at otx.alienvault.com)",
"format": "string",
"isSecret": true,
"name": "OTX_API_KEY"
},
{
"description": "AbuseIPDB API key (free at abuseipdb.com)",
"format": "string",
"isSecret": true,
"name": "ABUSEIPDB_API_KEY"
},
{
"description": "GreyNoise API key (free at greynoise.io)",
"format": "string",
"isSecret": true,
"name": "GREYNOISE_API_KEY"
},
{
"description": "abuse.ch Auth Key for URLhaus, MalwareBazaar, ThreatFox (free at auth.abuse.ch)",
"format": "string",
"isSecret": true,
"name": "ABUSECH_AUTH_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment