CyberMCP
Allows querying VirusTotal for threat intelligence, including file and URL scanning and analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CyberMCPAnalyze the security of openai.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
š”ļø CyberMCP
AI-Powered Cyber Security Assistant built with Model Context Protocol (MCP)
A production-ready MCP Server that brings cybersecurity analysis tools directly to AI assistants such as Claude Desktop.
⨠Overview
CyberMCP is an AI-powered Cyber Security Assistant built on the Model Context Protocol (MCP).
Instead of manually checking DNS, SSL certificates, HTTP headers, cookies, or security configurations, AI assistants can invoke CyberMCP tools and receive structured security analysis automatically.
CyberMCP follows a Clean Architecture approach with modular services, asynchronous networking, and defensive security principles.
š Features
Feature | Description |
š RDAP Lookup | Retrieve domain registration information |
š DNS Analyzer | Analyze A, AAAA, MX, TXT, NS records |
š SSL Inspector | Inspect SSL/TLS certificates |
š” Security Headers | Detect missing HTTP security headers |
šŖ Cookie Analyzer | Analyze Secure, HttpOnly & SameSite |
𧬠Technology Fingerprinting | Detect web technologies |
š¤ robots.txt Analyzer | Parse robots.txt |
š security.txt Checker | Find security contact information |
š Website Audit | Run all security checks together |
š Report Generator | Export HTML & JSON reports |
šļø Architecture
AI Assistant
(Claude Desktop)
ā
ā¼
Model Context Protocol
ā
ā¼
CyberMCP Server
ā
āāāāāāāāāāāāāāāā¬āāāāāāāāāāāāāāāā¬āāāāāāāāāāāāāāāā
ā ā ā ā
ā¼ ā¼ ā¼ ā¼
RDAP DNS Analyzer SSL Checker Headers
ā
ā¼
Services
ā
ā¼
External APIs / DNS / Websitesš Project Structure
CyberMCP/
āāā mcp_server.py
āāā README.md
āāā requirements.txt
ā
āāā tools/
āāā services/
āāā models/
āāā utils/
āāā tests/
āāā docs/āļø Installation
Clone the repository
git clone https://github.com/YOUR_USERNAME/CyberMCP.git
cd CyberMCPCreate virtual environment
python -m venv .venvActivate environment
Windows
.venv\Scripts\activateLinux / macOS
source .venv/bin/activateInstall dependencies
pip install -r requirements.txtā¶ļø Run Development Server
mcp dev mcp_server.pyš Claude Desktop Integration
Edit:
claude_desktop_config.jsonExample:
{
"mcpServers": {
"CyberMCP": {
"command": "python",
"args": [
"/path/to/CyberMCP/mcp_server.py"
]
}
}
}š” Example
Ask Claude:
Analyze the security of openai.comClaude automatically calls:
ā RDAP Lookup
ā DNS Analyzer
ā SSL Inspection
ā Security Headers
ā robots.txt
ā security.txt
ā Technology FingerprintingResult:
Security Score : 91/100
SSL ā
HSTS ā
CSP ā
robots.txt ā
security.txt āš£ļø Roadmap
FastMCP Server
RDAP Lookup
DNS Analyzer
SSL Inspector
Header Analyzer
Cookie Analyzer
Website Audit
HTML Report
PDF Report
VirusTotal Integration
AbuseIPDB Integration
š¤ Contributing
Contributions are welcome!
Feel free to open an Issue or submit a Pull Request.
Made with ā¤ļø using Python, FastMCP, and Model Context Protocol
ā If you find this project useful, don't forget to give it a star!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to perform authorized security testing and penetration testing operations including SSL/TLS analysis, port scanning, vulnerability scanning, and HTTP security header audits through natural language interactions.Last updated1MIT
- Flicense-qualityAmaintenanceReal-time DNS security analysis for AI assistants via MCP. Enables DNSSEC chain validation, email authentication posture, and registration intelligence directly from chat sessions.Last updated1
- AlicenseAqualityCmaintenanceEnables AI agents to audit email and domain security (SPF, DKIM, DMARC, etc.) for any domain without requiring API keys.Last updated19MIT
- AlicenseAqualityBmaintenanceEnables assistants to analyze files and URLs for malware by integrating with security services like VirusTotal and ANY.RUN, returning threat reports.Last updated20MIT
Related MCP Connectors
Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.
Domain intel for AI agents: RDAP registration, DNS, email deliverability, tech stack.
AI-powered threat intelligence, smart contract auditing, and cybersecurity OSINT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrobi27/Cyber-Security-Toolkit-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server