sec-ops-mcp
sec-ops-mcp
SecOps MCP Server (sec-ops-mcp)
SecOps MCP 是一款企业级 Model Context Protocol 服务器,为 LLM 和 AI 智能体提供直接的诊断能力,用于防御性安全态势评估、权限提升面审计以及后量子密码学(PQC)就绪性检查。
🛠️ 集成工具模块
模块 | 范围 | 关键诊断能力 |
QuantumGuard | PQC 与现代密码学 | 扫描 x509 证书链中的经典算法与 PQC 算法(FIPS 203/204),评估 RSA/ECC 上的 Shor 算法攻击风险,并探测 TLS 端点的混合密钥交换支持。 |
PrivScope | Linux 权限面 | 识别危险的 SUID/SGID 二进制(已映射 GTFOBins)、未授权的 |
WinScope | Windows 权限面 | 审计 |
Related MCP server: PentestMCP
🚀 快速入门
前提条件
Python 3.10+
pip/venv
安装
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⚙️ 客户端集成
将以下 MCP 服务器定义添加到您的客户端配置中:
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 / 本地 MCP 智能体
{
"mcpServers": {
"secops-scanner": {
"command": "python",
"args": ["./server.py"],
"cwd": "/absolute/path/to/sec-ops-mcp"
}
}
}📋 可用的 MCP 工具
scan_pqc_readiness(target_dir):评估本地证书存储是否符合 NIST PQC 迁移指南。scan_tls_quantum_posture(hostname, port):连接 TLS 服务以检查是否存在后量子混合密钥交换套件。audit_linux_posture(deep_scan):扫描 Linux 主机中的 SUID 权限提升向量与权限泄漏。audit_windows_posture():扫描 Windows 注册表和服务表以识别权限提升漏洞。
🔒 安全与纵深防御说明
此 MCP 服务器专为只读态势评估和加固验证而构建。它执行被动分析和结构化报告,使自主防御助手能够指导工程师完成修复工作流,而不生成攻击性载荷。
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