CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

BlackDome Threat Intel

blackdome-ai/blackdome-mcp
authSTDIOregistry active
Summary

Connects Claude to BlackDome's live honeypot threat intelligence API. You get 14 tools spanning IP lookups, IOC browsing, attack heatmaps, credential searches, malware payload inspection, and threat actor profiling. Most tools run free without an API key, pulling from the community tier with a 72-hour data delay and basic rate limits. Paid plans unlock plaintext credential searches, STIX export, detonation reports, and hand-keyed attacker session transcripts. Useful when you're triaging an IP, enriching indicators for a SIEM, or analyzing attack patterns without switching to a web console. Everything is read-only and the free tier masks passwords by default.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →

Configuration

BLACKDOME_API_KEYsecret

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_URLdefault: https://api.blackdome.ai

API base URL (default https://api.blackdome.ai).

BLACKDOME_TIMEOUTdefault: 15

HTTP request timeout in seconds (default 15). Increase for large STIX/CSV exports.

Registryactive
Packageblackdome-mcp
TransportSTDIO
AuthRequired
UpdatedJun 10, 2026
View on GitHub

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 env block is optional — omit BLACKDOME_API_KEY to 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.

ToolTierDescription
lookup_attacker_ipFreeFull dossier for one attacker IP — events, protocols, credentials (passwords masked), MITRE, edge nodes
top_attackersFreeMost active attacker IPs over a window — pick one to drill into
attack_mapFreeRecent geolocated attack events for a live map (limit ≥ 10)
attack_heatmapFreeCountry-aggregated attack heatmap with centroids (limit ≥ 5)
credential_previewFreeSample of recent credentials (masked server-side) + teaser totals
verify_sigilFreeVerify a BlackDome Sigil / audit record by id
recent_iocsFreeBrowse recent IOCs with full filter set (72h community delay)
ioc_trendsFreeAggregated IOC trends — totals, breakdowns, daily new, top MITRE
export_iocsFree (json/csv) · Pro (stix)Export the IOC feed; STIX bundle needs the stix_export feature
search_credentialsEnterprise (credential_intel)Search the global credential corpus with PLAINTEXT passwords
credential_statsEnterprise (credential_intel)Aggregate credential stats — top usernames/passwords, breakdowns
list_payloadsPro (api_access)List captured malware payloads, or fetch one by sha256 (VT/MB intel)
get_actorPro (api_access)List clustered threat actors, or fetch one actor's sessions
warboardPro (api_access)Sigil leaderboard with intrusion narratives + attacker command tails
list_notable_sessionsEnterprise (session_intel)Ranked hand-keyed attacker sessions surfaced out of botnet noise
get_session_transcriptEnterprise (session_intel)Structured command/output transcript for one attacker session
list_detonationsPro (detonation_intel)Malware detonation list with verdicts, Magika labels and IOC counts
get_detonation_reportPro (detonation_intel)Full detonation report with behavior, IOCs, artifact classification and report availability
get_artifactPro (detonation_intel)Artifact dossier with linked detonation, IOCs and session identifiers only
whoamiAny keyCheck 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

VariableRequiredDefaultDescription
BLACKDOME_API_KEYNo—Bearer API key. Free tools work without it; paid tools require it
BLACKDOME_BASE_URLNohttps://api.blackdome.aiAPI base URL
BLACKDOME_TIMEOUTNo15Request 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_ip tool masks captured passwords to ******** before returning them; credential_preview is masked server-side. Plaintext passwords are returned only by the paid search_credentials tool, which requires the credential_intel feature.
  • 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