BlackDome MCP Server
Give your AI agents direct access to live honeypot threat intelligence. Look up attacker IPs, browse indicators of compromise (IOCs), inspect captured credentials and malware payloads, profile threat actors, and render a real-time global attack map — all from Claude, Cursor, or any MCP-compatible client.
README
<!-- mcp-name: io.github.blackdome-ai/blackdome -->
BlackDome MCP Server
Give your AI agents direct access to live honeypot threat intelligence. Look up attacker IPs, browse indicators of compromise (IOCs), inspect captured credentials and malware payloads, profile threat actors, and render a real-time global attack map — all from Claude, Cursor, or any MCP-compatible client.
Most tools are free and need no API key (the public community tier). A subset of high-value intelligence requires a paid plan.
Quick Start
Install
pip install blackdome-mcp
Configure
The free public tools work with no API key. To unlock the paid tiers (credential intelligence, payloads, actors, warboard, STIX export), get an API key at https://blackdome.ai/pricing.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"blackdome": {
"command": "blackdome-mcp",
"env": {
"BLACKDOME_API_KEY": "your-api-key-here"
}
}
}
}
The
envblock is optional — omitBLACKDOME_API_KEYto run free public tools only.
Claude Code
claude mcp add blackdome -- blackdome-mcp
# Optional — only needed for paid tools:
export BLACKDOME_API_KEY="your-api-key-here"
Cursor
Add to your MCP settings:
{
"blackdome": {
"command": "blackdome-mcp",
"env": {
"BLACKDOME_API_KEY": "your-api-key-here"
}
}
}
Available Tools
Free tools work with no key. Paid tools require an API key whose plan includes the listed feature.
| Tool | Tier | Description |
|---|---|---|
lookup_attacker_ip |
Free | Full dossier for one attacker IP — events, protocols, credentials (passwords masked), MITRE, edge nodes |
top_attackers |
Free | Most active attacker IPs over a window — pick one to drill into |
attack_map |
Free | Recent geolocated attack events for a live map (limit ≥ 10) |
attack_heatmap |
Free | Country-aggregated attack heatmap with centroids (limit ≥ 5) |
credential_preview |
Free | Sample of recent credentials (masked server-side) + teaser totals |
verify_sigil |
Free | Verify a BlackDome Sigil / audit record by id |
recent_iocs |
Free | Browse recent IOCs with full filter set (72h community delay) |
ioc_trends |
Free | Aggregated IOC trends — totals, breakdowns, daily new, top MITRE |
export_iocs |
Free (json/csv) · Pro (stix) | Export the IOC feed; STIX bundle needs the stix_export feature |
search_credentials |
Enterprise (credential_intel) |
Search the global credential corpus with PLAINTEXT passwords |
credential_stats |
Enterprise (credential_intel) |
Aggregate credential stats — top usernames/passwords, breakdowns |
list_payloads |
Pro (api_access) |
List captured malware payloads, or fetch one by sha256 (VT/MB intel) |
get_actor |
Pro (api_access) |
List clustered threat actors, or fetch one actor's sessions |
warboard |
Pro (api_access) |
Sigil leaderboard with intrusion narratives + attacker command tails |
list_notable_sessions |
Enterprise (session_intel) |
Ranked hand-keyed attacker sessions surfaced out of botnet noise |
get_session_transcript |
Enterprise (session_intel) |
Structured command/output transcript for one attacker session |
list_detonations |
Pro (detonation_intel) |
Malware detonation list with verdicts, Magika labels and IOC counts |
get_detonation_report |
Pro (detonation_intel) |
Full detonation report with behavior, IOCs, artifact classification and report availability |
get_artifact |
Pro (detonation_intel) |
Artifact dossier with linked detonation, IOCs and session identifiers only |
whoami |
Any key | Check your tenant, plan, features and live quota |
Plans: Community (free) → Pro ($299, adds stix_export, api_access, detonation_intel) → Enterprise ($2000, adds credential_intel, bulk_api, session_intel) → OEM ($5000). See pricing.
Example Prompts
Once connected, try asking your AI assistant:
- "Who are the top attackers hitting the honeypots this month?"
- "Look up attacker IP 176.65.139.56 and summarize what they tried."
- "Show me the latest malicious sha256 IOCs from the last week."
- "What are the IOC trends — which MITRE techniques are spiking?"
- "Render a heatmap of where attacks are coming from."
- "Export the IOC feed as CSV so I can load it into my SIEM."
- "What plan am I on and which features do I have?" (runs
whoami) - "Search captured SSH credentials for the username root." (paid)
- "Show me the most active hand-keyed attacker sessions this week." (Enterprise)
- "Pull the detonation report for sha256 a6713518f2e26745683d33ded61b465d0645d7af850464c559fba8bb84e68398." (Pro)
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
BLACKDOME_API_KEY |
No | — | Bearer API key. Free tools work without it; paid tools require it |
BLACKDOME_BASE_URL |
No | https://api.blackdome.ai |
API base URL |
BLACKDOME_TIMEOUT |
No | 15 |
Request timeout in seconds |
Rate Limits
The free community tier is capped at roughly 30 requests/minute and 100 requests/day, and community IOC data carries a 72-hour freshness delay. Paid plans raise these limits substantially (Enterprise: 1000 req/min, 50,000 req/day). When you hit a limit the server returns a clear 429 error with retry timing. Use whoami to see your live quota.
Security
- Read-only. Every tool is a GET request — the server never mutates BlackDome data.
- Keyless free tier. Public tools require no API key and expose only community-tier data.
- Masked credentials. The free
lookup_attacker_iptool masks captured passwords to********before returning them;credential_previewis masked server-side. Plaintext passwords are returned only by the paidsearch_credentialstool, which requires thecredential_intelfeature. - Secrets stay local. Your API key is read from the environment and sent only to the BlackDome API over HTTPS. No data is stored by the MCP server — it proxies directly to BlackDome.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。
mcp-server-qdrant
这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。