← Back to browse

BlackDome Threat Intel

Indexed by io.github.blackdome-ai

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBLACKDOME_API_KEY BLACKDOME_BASE_URL BLACKDOME_TIMEOUT
Claude Code
claude mcp add --env BLACKDOME_API_KEY= --env BLACKDOME_BASE_URL= --env BLACKDOME_TIMEOUT= blackdome -- uvx blackdome-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"blackdome","command":"uvx","args":["blackdome-mcp"],"env":{"BLACKDOME_API_KEY":"","BLACKDOME_BASE_URL":"","BLACKDOME_TIMEOUT":""}}'
JSON
{
  "mcpServers": {
    "blackdome": {
      "command": "uvx",
      "args": [
        "blackdome-mcp"
      ],
      "env": {
        "BLACKDOME_API_KEY": "",
        "BLACKDOME_BASE_URL": "",
        "BLACKDOME_TIMEOUT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.