darknet-mcp-server-threat-intelligence

Queries 66 threat intelligence tools across breach databases, ransomware trackers, Tor, and malware analysis platforms.

7|2|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/mcp-skills --skill darknet-mcp-server-threat-intelligence-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: darknet-mcp-server-threat-intelligence
Source: https://github.com/reason-machines/mcp-skills/tree/main/skills/darknet-mcp-server-threat-intelligence
Command: npx skills add https://github.com/reason-machines/mcp-skills --skill darknet-mcp-server-threat-intelligence-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Security analysts must manually query dozens of disconnected threat intelligence sources—breach databases, ransomware trackers, malware sandboxes, and dark web forums—to investigate a single indicator, which is slow and error-prone. ## Core Features & Use Cases - Unified Threat Intelligence: Access 66 tools across 16 data sources including HIBP, AbuseIPDB, GreyNoise, AlienVault OTX, MalwareBazaar, ThreatFox, and Vulners through one MCP server. - Dark Web & Ransomware Monitoring: Fetch and search .onion sites via Tor, track ransomware groups and victims through ransomware.live and ransomlook.io, and search stealer logs via Hudson Rock. - Use Case: Investigate a suspicious IP by checking its AbuseIPDB confidence score, GreyNoise classification, OTX pulses, Pulsedive risk rating, and Tor exit node status in a single correlated workflow. ## Quick Start Add the darknet MCP server to your client configuration with npx darknet-mcp-server, then ask the agent to check whether a given IP address appears in threat intelligence databases.

Frequently Asked Questions about darknet-mcp-server-threat-intelligence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if an IP address is malicious using threat intelligence?▼

Query the IP across multiple sources: abuseipdb_check for abuse confidence scores, greynoiseContext for classification, otx_ip for threat pulses, and pulsedive_indicator for risk ratings. Correlating results from several sources gives a more reliable verdict than any single feed.

How to search the dark web for company data breaches?▼

Start a Tor SOCKS5 proxy on port 9050, then use tor_search_onion to search .onion forums for your domain, combined with breachList for known breaches and stealer_domain for compromised credentials in stealer logs.

Does darknet-mcp-server require API keys to work?▼

No, all API keys are optional. Many tools work without authentication, including ransomware tracking, Tor access, MalwareBazaar, URLhaus, and basic OTX lookups. Keys for HIBP, AbuseIPDB, Hudson Rock, Hybrid Analysis, and Vulners unlock additional tools or higher rate limits.

How do I analyze a malware hash across multiple databases?▼

Pass the hash to threatfox_ioc, malwarebazaar_hash, and hybrid_search in parallel to correlate malware family, signatures, and sandbox reports. If the sample is unknown to Hybrid Analysis, submit it with hybrid_submit for dynamic analysis.

Why are the .onion tools not working in darknet-mcp-server?▼

The Tor tools require a running Tor SOCKS5 proxy, defaulting to 127.0.0.1:9050. Install and start Tor via your package manager or Docker, then verify connectivity with curl through the proxy before calling tor_fetch_onion or related tools.

Can I track ransomware payments to a Bitcoin address?▼

Yes. Use btc_balance and btc_transactions to inspect incoming payments and total amounts received, then check chainabuse_report to see whether the address has been reported for ransomware or other abuse categories.