This MCP server provides access to BlackDome honeypot threat intelligence, including attacker IP dossiers, recent IOCs, attack maps, credential previews, payloads, threat actors, sessions, and detonation reports. It proxies read-only requests to the BlackDome API, with many public tools available without an API key and paid tools unlocked by plan-based API access.
From the registry: Live honeypot threat intel: attacker IPs, IOCs, credentials, payloads, actors.
$ pip install blackdome-mcpPlease install the `blackdome` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Python package** — Install the BlackDome MCP server package from PyPI. Run: `pip install blackdome-mcp`
Optional prerequisites:
- Optional BlackDome API key — Create a BlackDome API key to access paid-tier tools. Free public tools work without an API key. (https://blackdome.ai/pricing)
Canonical MCP server config (stdio transport):
- command: `blackdome-mcp`
- args: []
- optional environment variables:
- `BLACKDOME_API_KEY`: Bearer API key for paid-tier tools. Omit to use only free public tools. (example: `<your-api-key>`)
- `BLACKDOME_BASE_URL`: API base URL. (example: `<your-api-base-url>`)
- `BLACKDOME_TIMEOUT`: Request timeout in seconds. (example: `<timeout-seconds>`)
Note: Free public tools work without any API key. Paid tools require BLACKDOME_API_KEY. Default base URL is https://api.blackdome.ai and default timeout is 15 seconds.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.BLACKDOME_API_KEYrequiredBearer API key used to unlock paid tools and authenticate to the BlackDome APIDead code, security, secrets detection and code quality for Python, TypeScript, Go.