mcpbeat Sign in

BlackDome Threat Intel MCP Server

local only

BlackDome Threat Intel runs on your own machine — the client starts it, so there is no endpoint to ping. 192 installs a week from pypi. Last commit 11 Aug 2026.

Live honeypot threat intel: attacker IPs, IOCs, credentials, payloads, actors.

Installs per day peak 307 · avg 50 · +32% w/w
a month agotoday
192
Installs / week
pypi · blackdome-mcp
0
Stars
0 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check BlackDome Threat Intel 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 blackdome-mcp -- uvx blackdome-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "blackdome-mcp": {
      "args": [
        "blackdome-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.blackdome-mcp]
command = "uvx"
args = ["blackdome-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "blackdome-mcp": {
      "args": [
        "blackdome-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "blackdome-mcp": {
      "args": [
        "blackdome-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: BLACKDOME_API_KEY (Optional Bearer API key. Free public tools work without it; paid tiers (credential intel, payloads, actors, warboard, STIX export) require a key. Get one at https://blackdome.ai/pricing), BLACKDOME_BASE_URL (API base URL (default https://api.blackdome.ai).), BLACKDOME_TIMEOUT (HTTP request timeout in seconds (default 15). Increase for large STIX/CSV exports.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to BlackDome Threat Intel

same job, measured the same way
BlackDome Threat Intel
by blackdome-ai

Live honeypot threat intel: attacker IPs, IOCs, credentials, payloads, actors.

local only
mlab.sh
by mlab

Threat intelligence: enrich IOCs (IP, domain, URL, hash), search CVEs and actors, scan SBOMs.

answering
Intelthreadlinqs MCP
by threadlinqs-cmd

Threadlinqs threat-intelligence MCP — 49 tools: threats, detections, IOCs, actors, C2, MITRE, CVEs

73 installs/wk local only
Intelthreadlinqs MCP
by threadlinqs

Threadlinqs threat-intelligence MCP — 73 tools: threats, detections, IOCs, actors, C2, MITRE, CVEs

local only
Housing Intel
by pipeworx-io

Housing Intel MCP — Meta-pack that chains FRED, BLS, ATTOM, and HUD APIs

41 tools answering
CI Sentinel
by baneado98

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

answering
Keyboardcrumbs
by keyboardcrumbs

Live threat intel for Claude — CVE, KEV predictions, IP lookup, malware hashes. Free, no API key.

70 installs/wk local only
Pulsedive
by pipeworx-io

Pulsedive MCP — threat-intelligence IOC enrichment (pulsedive.com)

38 tools answering

BlackDome Threat Intel — questions

Answers built from our own checks of this server.

Why is there no uptime for BlackDome Threat Intel?
BlackDome Threat Intel 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 pypi package blackdome-mcp was installed 192 times last week.
How do I connect BlackDome Threat Intel?
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 blackdome-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use BlackDome Threat Intel?
The pypi package blackdome-mcp was installed 192 times in the last week. Week over week that is +32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BlackDome Threat Intel open source?
Yes — it is published under the MIT licence, written in Python and 0 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.