← Back to Plugins
MCP Server MCP

BlackDome Threat Intel

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx blackdome-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "blackdome-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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",
          "isSecret": true,
          "name": "BLACKDOME_API_KEY"
        },
        {
          "description": "API base URL (default https://api.blackdome.ai).",
          "default": "https://api.blackdome.ai",
          "name": "BLACKDOME_BASE_URL"
        },
        {
          "description": "HTTP request timeout in seconds (default 15). Increase for large STIX/CSV exports.",
          "default": "15",
          "name": "BLACKDOME_TIMEOUT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...