Skip to content
Grok

mcp threatintel for Grok

io.github.aplaceforallmystuff/mcp-threatintel

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

client:Grok transport:stdio runtime:npm

Install mcp threatintel in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-threatintel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-threatintel-server"
      ],
      "env": {
        "OTX_API_KEY": "<OTX_API_KEY>",
        "ABUSEIPDB_API_KEY": "<ABUSEIPDB_API_KEY>",
        "GREYNOISE_API_KEY": "<GREYNOISE_API_KEY>",
        "ABUSECH_AUTH_KEY": "<ABUSECH_AUTH_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp threatintel in other clients