mcpbeat Sign in

MCP Threatintel MCP Server

local only

MCP Threatintel runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from npm. Last commit 9 Aug 2026.

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

Installs per day peak 68 · avg 19 · +52% w/w
a month agotoday
81
Installs / week
npm · mcp-threatintel-server
8
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check MCP Threatintel every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-threatintel -- npx -y mcp-threatintel-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-threatintel": {
      "args": [
        "-y",
        "mcp-threatintel-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-threatintel]
command = "npx"
args = ["-y", "mcp-threatintel-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-threatintel": {
      "args": [
        "-y",
        "mcp-threatintel-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-threatintel": {
      "args": [
        "-y",
        "mcp-threatintel-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OTX_API_KEY (AlienVault OTX API key (free at otx.alienvault.com)), ABUSEIPDB_API_KEY (AbuseIPDB API key (free at abuseipdb.com)), GREYNOISE_API_KEY (GreyNoise API key (free at greynoise.io)), ABUSECH_AUTH_KEY (abuse.ch Auth Key for URLhaus, MalwareBazaar, ThreatFox (free at auth.abuse.ch)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Threatintel

same job, measured the same way
Feodotracker
by pipeworx-io

abuse.ch Feodo Tracker botnet C&C IP blocklist

40 tools answering
Threatfox
by pipeworx-io

ThreatFox MCP — abuse.ch indicator-of-compromise feed (free, key required)

35 tools answering
Greynoise
by nickjlucker

MCP server for GreyNoise API - Check if IPs are internet background noise or targeted attacks

28 installs/wk local only
CI Sentinel
by baneado98

Multi-CI security scanner with a live threat-intel feed of compromised CI components

answering
Greynoise
by pipeworx-io

GreyNoise Community MCP — internet scanner classification (free tier with key)

36 tools answering
AI Incident Reporting MCP
by csoai-org

AI Incident Reporting Compliance MCP. Unified classification + reporting-clock tracker across EU...

283 installs/wk local only
Search Console MCP
by saurabhsharma2u

Google Search Console + Bing + GA4 + AdSense — unified SEO intelligence for AI agents.

598 installs/wk local only
Diff MCP
by mukundakatta

Character-precise unified diff + patch application + patch parsing.

29 installs/wk local only

MCP Threatintel — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Threatintel?
MCP Threatintel runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-threatintel-server was installed 81 times last week.
How do I connect MCP Threatintel?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-threatintel-server straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Threatintel?
The npm package mcp-threatintel-server was installed 81 times in the last week. Week over week that is +52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Threatintel open source?
Yes — it is published under the MIT licence, written in JavaScript and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.