sec-ops-mcp
sec-ops-mcp
SecOps MCP Server (sec-ops-mcp)
SecOps MCP ist ein Model Context Protocol-Server in Unternehmensqualität, der LLMs und KI-Agenten mit direkten Diagnosefunktionen für die Bewertung der defensiven Sicherheitslage, die Überprüfung der Angriffsfläche für Privilege Escalation und Bereitschaftsprüfungen für Post-Quanten-Kryptografie (PQC) ausstattet.
🛠️ Integrierte Tooling-Module
Modul | Bereich | Wesentliche Diagnosefunktionen |
QuantumGuard | PQC & moderne Kryptografie | Scannt x509-Zertifikatsketten auf klassische vs. PQC-Algorithmen (FIPS 203/204), bewertet Risiken durch Shor's Algorithmus bei RSA/ECC und überprüft TLS-Endpunkte auf Unterstützung für hybriden Schlüsselaustausch. |
PrivScope | Linux-Berechtigungsoberfläche | Identifiziert gefährliche SUID/SGID-Binaries (GTFOBins zugeordnet), nicht autorisierte |
WinScope | Windows-Berechtigungsoberfläche | Auditiert |
Related MCP server: PentestMCP
🚀 Schnellstart
Voraussetzungen
Python 3.10+
pip/venv
Installation
git clone [https://github.com/JoaquinHernandez/sec-ops-mcp.git](https://github.com/JoaquinHernandez/sec-ops-mcp.git)
cd sec-ops-mcp
python3 -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -r requirements.txt⚙️ Client-Integration
Fügen Sie diese MCP-Serverdefinition zu Ihrer Client-Konfiguration hinzu:
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"secops-scanner": {
"command": "/absolute/path/to/sec-ops-mcp/.venv/bin/python",
"args": ["/absolute/path/to/sec-ops-mcp/server.py"]
}
}
}Cursor / lokale MCP-Agenten
{
"mcpServers": {
"secops-scanner": {
"command": "python",
"args": ["./server.py"],
"cwd": "/absolute/path/to/sec-ops-mcp"
}
}
}📋 Verfügbare MCP-Tools
scan_pqc_readiness(target_dir): Bewertet lokale Zertifikatsspeicher anhand der NIST-PQC-Migrationsrichtlinien.scan_tls_quantum_posture(hostname, port): Stellt eine Verbindung zu TLS-Diensten her und prüft diese auf Unterstützung für hybride Post-Quanten-Schlüsselaustausch-Verfahren.audit_linux_posture(deep_scan): Scannt Linux-Hosts auf SUID-Eskalationsvektoren und Berechtigungs-Lecks.audit_windows_posture(): Scannt Windows-Registry- und Diensttabellen auf Schwachstellen für Privilege Escalation.
🔒 Hinweise zu Sicherheit & Defense-in-Depth
Dieser MCP-Server wurde speziell für schreibgeschützte Bewertung der Sicherheitslage und Härtungsüberprüfung entwickelt. Er führt passive Analysen und eine strukturierte Berichterstattung durch und ermöglicht es autonom arbeitenden defensiven Assistenten, Ingenieure ohne offensive Payloads durch Remediation-Workflows zu führen.
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
- AlicenseNot gradedqualityDmaintenanceEnables 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.1MIT
- AlicenseCqualityDmaintenanceEnables LLMs to perform Active Directory penetration testing using tools like NetExec, Bloodhound, Nmap, Certipy, and John the Ripper. Automates vulnerability discovery, attack path analysis, and documentation generation for security assessments.266MIT
- FlicenseAqualityDmaintenanceEnables AI assistants to perform authorized penetration testing and security assessments by exposing 20+ Kali Linux security tools (nmap, sqlmap, gobuster, hydra, etc.) through a safe, validated interface with command allowlists, rate limiting, and input sanitization.191
- FlicenseNot gradedqualityDmaintenanceEnables authorized compliance verification and security auditing through natural language, bridging AI assistants with industry-standard security tools for enterprise audits.24
Related MCP Connectors
Pay-per-call cybersecurity for AI agents: vuln scans, threat intel, compliance, code security.
AI-powered threat intelligence, smart contract auditing, and cybersecurity OSINT.
Read-only tools over the Safer Agentic AI framework: 238 patterns + 14 heuristics.
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/JoaquinHernandez/sec-ops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server