Serversio.github.aplaceforallmystuff/mcp-threatintel
T

io.github.aplaceforallmystuff/mcp-threatintel

io.github.aplaceforallmystuff/mcp-threatintel · v1.0.1
▦ npm
v1.0.1npm npm: mcp-threatintel-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.aplaceforallmystuff/mcp-threatintel",
  "description": "Unified threat intel - OTX, AbuseIPDB, GreyNoise, abuse.ch, Feodo Tracker",
  "repository": {
    "url": "https://github.com/aplaceforallmystuff/mcp-threatintel",
    "source": "github"
  },
  "version": "1.0.1",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}