loading…
Search for a command to run...
loading…
CyberSecurity MCP Server extends Claude with real-time cybersecurity reconnaissance capabilities that Claude doesn't have by default. Instead of manually runnin
CyberSecurity MCP Server extends Claude with real-time cybersecurity reconnaissance capabilities that Claude doesn't have by default. Instead of manually running 5 different tools across different terminals, just tell Claude "analyze google.com" and get a complete security breakdown instantly. Tools included: * WHOIS Lookup — registrar, ownership, creation/expiry dates * DNS Enumeration — A,
Cybersecurity-MCP-Server MCP server
Cybersecurity-MCP-Server MCP server
A Model Context Protocol (MCP) server that gives Claude real-time cybersecurity reconnaissance capabilities. Instead of manually running tools across different terminals, just tell Claude "analyze google.com" and get a complete security breakdown instantly.
Built with FastMCP and Python.
Claude by default has zero native cybersecurity tooling. No WHOIS. No DNS enumeration. No port scanning. No SSL inspection.
This MCP server fixes that — extending Claude with real-world security tools that run live against any domain or IP. Reconnaissance that normally requires multiple specialized tools and 20+ minutes of manual work becomes a single prompt.
This is a local MCP server — it runs entirely on your machine. Your data never leaves your computer.
| Tool | Description |
|---|---|
whois_lookup |
Domain registration data — owner, registrar, creation date, expiry, name servers |
dns_enumeration |
A, AAAA, MX, NS, TXT, CNAME, SOA records + common subdomain brute-forcing |
port_scan |
Nmap-powered scanner with service/version detection and security warnings |
ssl_inspect |
SSL/TLS certificate — issuer, expiry, cipher strength, SANs, TLS version |
tech_stack_detect |
Web server, CMS, JS frameworks, CDN, analytics, and security header scoring |
cve_lookup |
Search NVD for known CVEs by software name and version (no API key required) |
ip_reputation |
Check if an IP is flagged as malicious via AbuseIPDB (api key requied) |
full_recon |
Runs all 5 core tools in parallel and returns combined results for Claude to analyze |
asn_lookup |
Autonomous System Number (ASN) and network ownership lookup — identifies hosting provider, ISP, organization, geolocation, and infrastructure ownership for domains or IP addresses |
You: Look up CVEs for apache 2.4.49
Claude: Found 2 critical CVEs for Apache 2.4.49:
CVE-2021-41773 (Score: 9.8 CRITICAL) — Path traversal vulnerability
allowing remote code execution if CGI is enabled. Actively exploited
in the wild...
You: Do a complete security recon on reddit.com
Claude: [calls full_recon → runs 5 tools in parallel → delivers full analysis]
git clone https://github.com/gaoharimran29-glitch/Cybersecurity-MCP-Server.git
cd Cybersecurity-MCP-Server
Windows:
python -m venv .venv
.venv\Scripts\activate
Mac/Linux:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Windows:
Win + S → search "Environment Variables"C:\Program Files (x86)\Nmapnmap --version
Mac:
brew install nmap
Linux:
sudo apt install nmap
Open your Claude Desktop config file:
| OS | Path |
|---|---|
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Mac | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
Add this configuration:
Windows:
{
"mcpServers": {
"cybersecurity": {
"command": "C:\\full\\path\\to\\Cybersecurity-MCP-Server\\.venv\\Scripts\\python.exe",
"args": ["C:\\full\\path\\to\\Cybersecurity-MCP-Server\\main.py"],
"env": {
"ABUSEIPDB_API_KEY": "your-api-key-here",
"IP_API_KEY": "your-api-key-here"
}
}
}
}
Mac/Linux:
{
"mcpServers": {
"cybersecurity": {
"command": "/full/path/to/Cybersecurity-MCP-Server/.venv/bin/python3",
"args": ["/full/path/to/Cybersecurity-MCP-Server/main.py"],
"env": {
"ABUSEIPDB_API_KEY": "your-api-key-here",
"IP_API_KEY": "your-api-key-here"
}
}
}
}
⚠️ Always use the full absolute path to your
.venvPython executable — not justpythonorpython3. Claude Desktop may use a different Python installation otherwise.
Note:
ABUSEIPDB_API_KEYis only required for theip_reputationtool. Get a free key at abuseipdb.com (free tier: 1,000 requests/day).IP_API_KEYis only required for theasn_lookuptool. get a free key at ipapi.com
Fully quit and reopen Claude Desktop — closing the window is not enough. Check the system tray and quit from there.
Verify tools are connected by asking Claude:
What cybersecurity tools do you have available?
Claude should list all 8 tools.
Do a WHOIS lookup on example.com
Run DNS enumeration on github.com
Scan ports on scanme.nmap.org
Inspect the SSL certificate of stripe.com
Detect the tech stack of wordpress.org
Look up CVEs for apache 2.4.49
Look up CVEs for log4j 2.14.1
Check the reputation of IP 1.2.3.4
ASN Lookup for google.com
| Type | Description | Speed |
|---|---|---|
basic |
Top 100 ports | Fast (~5s) |
service |
Service & version detection | Medium (~15s) |
os |
OS detection (requires admin) | Medium |
full |
All 65535 ports | Slow (~5min) |
vuln |
Vulnerability scripts | Slow (~30s) |
Scan scanme.nmap.org with service detection
Do a complete security recon on reddit.com
Claude will run all 5 core tools in parallel and deliver a full security analysis.
Based on the recon, what are the top security risks?
What do the open ports mean from an attacker's perspective?
Is this SSL configuration strong enough for a financial services company?
Cross-reference the open ports with known CVEs for the detected services.
Expected output:
...
----------------------------------------------------------------------
Ran tests in 0.001s
OK
Tests mock external APIs so no internet connection or API keys are required.
Only scan domains and IPs you own or have explicit written permission to scan.
scanme.nmap.orgIntended for:
Cybersecurity-MCP-Server/
├── main.py # MCP server
├──.env.example # For API testing
├── requirements.txt # Python dependencies
├── Dockerfile # For deployment
├── contributing.md # Contribution guide
└── README.md # This file
Pull requests are welcome! Check contributing.md for guidelines and a list of open issues ready to pick up.
MIT License — free to use, modify, and distribute.
Built by Gaohar Imran
⭐ If this project helped you, consider giving it a star on GitHub!
from github.com/gaoharimran29-glitch/Cybersecurity-MCP-Server
Выполни в терминале:
claude mcp add cybersecurity-mcp-server -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai