← Back to Plugins
MCP Server MCP

io.github.aplaceforallmystuff/mcp-threatintel

github By github 👁 1 views ▲ 0 votes

Unified threat intel - OTX, AbuseIPDB, GreyNoise, abuse.ch, Feodo Tracker

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...