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.
Latest Blog Posts
- 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