sec-ops-mcp
sec-ops-mcp
SecOps MCP Server (sec-ops-mcp)
SecOps MCP는 LLM 및 AI 에이전트에 방어적인 보안 태세 평가, 권한 상승 표면 감사, 그리고 Post-Quantum Cryptography(PQC) 준비 상태 점검을 위한 직접적인 진단 기능을 제공하는 엔터프라이즈급 Model Context Protocol 서버입니다.
🛠️ 통합 도구링 모듈
모듈 | 범위 | 주요 진단 역량 |
QuantumGuard | PQC 및 현대 암호학 | x509 인증서 체인을 스캔하여 클래식 vs 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_ready(target_dir): 로컬 인증서 저장소를 NIST PQC 마이그레이션 가이드라인에 따라 평가합니다.scan_tls_quantum_posture(hostname, port): TLS 서비스에 연결하여 포스트퀘텀 하이브리드 키 교환 스위트를 확인합니다.audit_linux_posture(deep_scan): Linux 호스트에서 SUID 권한 상승 및 capability 누출을 스캔합니다.audit_windows_post(): Windows 레지스트리와 서비스 테이블에서 권한 상승 취약점을 스캔합니다.
🔒 보안 및 심층 방어 참고 사항
이 MCP 서버는 특히 읽기 전용 보안 태세 평가와 하드닝 검증을 위해 설계되었습니다. 수동적인 분석과 구조화된 보고를 수행함으로써 자율 방어 에이전트가 엔치너와 함께 공격 페이로드를 생성하지 않고 교정(remediation) 워크플로우를 안내할 수 있도록 합니다.
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