Cockpit Lite MCP Server
Integrates with VirusTotal for intel correlation, enriching scan findings with additional threat intelligence via the VirusTotal API.
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., "@Cockpit Lite MCP Serverrun recon on 192.168.1.10 and generate report"
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.
๐ Cockpit Lite โ MCP Server
Lightweight, single-file MCP Server for pentesting โ packed with rare features most MCPs don't have.
Only 471 lines of code, a single file, yet it ships features usually found only in much larger frameworks.
๐ฌ Demo

Live terminal demo: parallel recon โ attack-path analysis โ report generation.

Self-contained HTML report with compliance auto-tagging (OWASP / PCI-DSS / CWE).
Related MCP server: MCP Security Scanner
โจ Rare Features (seldom seen in other MCPs)
๐ Parallel Recon โ run
nmap,httpx,whatweb,subfindersimultaneously via a thread pool๐๏ธ Findings DB + Dedup โ SQLite-backed, automatic deduplication via SHA-256 hashing
๐ท๏ธ COMPLIANCE Auto-Tag โ every finding is auto-mapped to OWASP Top 10 + PCI-DSS + CWE
๐ต๏ธ Intel Correlation โ automatic Shodan & CVE enrichment after scans
๐งญ Attack Path Analyzer โ per-open-port exploit advice (MITRE-informed)
๐ Scan Diff Engine โ compare two scans to detect environment changes over time
๐ Self-contained HTML Report โ no WeasyPrint, pure Python (lighter & zero native deps)
๐งฐ Wrapped Tools
nmap ยท rustscan ยท httpx ยท whatweb ยท subfinder ยท dnsenum ยท whois ยท nuclei ยท nikto ยท gobuster ยท ffuf ยท sqlmap ยท arjun ยท wafw00f ยท theharvester ยท searchsploit
๐ฆ Installation
git clone https://github.com/kom9/-hacking-cockpit-lite-.git
cd -hacking-cockpit-lite-
pip install -r requirements.txtInstall the pentest tools you want to use (the server invokes tools natively on the host โ Kali / Parrot OS recommended):
sudo apt install -y nmap sqlmap nuclei nikto gobuster ffuf whatweb httpx subfinderโ๏ธ MCP Client Configuration
Add to your MCP client config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"cockpit-lite": {
"command": "python3",
"args": ["/absolute/path/to/hacking_cockpit_lite.py"],
"env": { "SHODAN_API_KEY": "", "VIRUSTOTAL_API_KEY": "" }
}
}
}Optional environment variables: SHODAN_API_KEY, VIRUSTOTAL_API_KEY โ enable intel correlation.
๐ Exposed MCP Tools
Tool | Description |
| System health & installed tools |
| Parallel recon + auto intel correlation |
| whatweb + nikto + nuclei chain |
| Run a single allowlisted tool |
| Create a new project |
| List findings with compliance tags |
| Attack path analyzer |
| Diff engine between two scans |
| Self-contained HTML report |
Usage example
> Create project "acme" with scope 192.168.1.0/24
> run_recon against 192.168.1.10 (parallel)
> analyze attack path for project "acme"
> generate HTML report for project "acme"๐ Storage
Data is stored in ~/cockpit_lite/ (database cockpit_lite.db, reports, workspace).
โ ๏ธ Legal & Responsible Use
For authorized security testing and education only. You are solely responsible for complying with all applicable laws and for having explicit written permission before testing any system or network. The author assumes no liability for misuse.
๐ License
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
- -license-quality-maintenanceProvides access to 13+ penetration testing and security audit tools through a unified MCP interface. Enables security professionals to perform vulnerability scanning, web fuzzing, network reconnaissance, and other security assessments through containerized tools like Nuclei, Nmap, SQLMap, and FFUF.Last updated
- Flicense-qualityDmaintenanceAutomatically discovers and tests MCP services for security vulnerabilities including command injection, SQL injection, SSRF, path traversal, and sensitive data exposure with detailed reports and remediation guidance.Last updated1
- Alicense-qualityBmaintenanceAutonomous pentests from one command: real security tools, working PoCs, and audit-ready reports, all driven via MCP.Last updated1,559MIT
- Alicense-qualityDmaintenanceEnables authorized penetration testing and security assessments with CVE monitoring, vulnerability scanning, and reporting features.Last updatedMIT
Related MCP Connectors
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
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/kom9/-hacking-cockpit-lite-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server