Security testing MCP server for penetration testing, forensics, and vulnerability assessment
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-operantlabs-operant-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Security testing MCP server with 51 tools for penetration testing, network forensics, memory analysis, and vulnerability assessment.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
web_app_pentestFull web app pentest methodology
pcap_forensicsPCAP analysis workflow
memory_forensicsMemory dump analysis (Linux/Windows)
recon_methodologyReconnaissance checklist
malware_analysisMalware document analysis
cloud_security_auditCloudTrail analysis workflow
sqli_methodologySQL injection testing guide
xss_methodologyXSS testing guide
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
mcpki-server is the backend infrastructure for https://www.mcpki.org, enabling secure public key management and autonomous certificate handling for large language models (LLMs).
MCP Security Weekly
Get CVE alerts and security updates for io.github.operantlabs/operant-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Security testing MCP server with 51 tools for penetration testing, network forensics, memory analysis, and vulnerability assessment.
npx operant-mcp
Or install globally:
npm install -g operant-mcp
operant-mcp
Add to your MCP config:
{
"mcpServers": {
"operant": {
"command": "npx",
"args": ["-y", "operant-mcp"]
}
}
}
sqli_where_bypass — Test OR-based WHERE clause bypasssqli_login_bypass — Test login form SQL injectionsqli_union_extract — UNION-based data extractionsqli_blind_boolean — Boolean-based blind SQLisqli_blind_time — Time-based blind SQLisqli_file_read — Read files via LOAD_FILE()xss_reflected_test — Test reflected XSS with 10 payloadsxss_payload_generate — Generate context-aware XSS payloadscmdi_test — Test OS command injectioncmdi_blind_detect — Blind command injection via sleep timingpath_traversal_test — Test directory traversal with encoding variantsssrf_test — Test SSRF with localhost bypass variantsssrf_cloud_metadata — Test cloud metadata access via SSRFpcap_overview — Protocol hierarchy and endpoint statspcap_extract_credentials — Extract FTP/HTTP/SMTP credentialspcap_dns_analysis — DNS query analysispcap_http_objects — Export HTTP objectspcap_detect_scan — Detect port scanningpcap_follow_stream — Follow TCP/UDP streamspcap_tls_analysis — TLS/SNI analysispcap_llmnr_ntlm — Detect LLMNR/NTLM attacksrecon_quick — Quick recon (robots.txt, headers, common dirs)recon_dns — Full DNS enumerationrecon_vhost — Virtual host discoveryrecon_tls_sans — Extract SANs from TLS certificatesrecon_directory_bruteforce — Directory brute-forcerecon_git_secrets — Search git repos for secretsrecon_s3_bucket — Test S3 bucket permissionsvolatility_linux — Linux memory analysis (Volatility 2)volatility_windows — Windows memory analysis (Volatility 3)memory_detect_rootkit — Linux rootkit detectionmaldoc_analyze — Full OLE document analysis pipelinemaldoc_extract_macros — Extract VBA macroscloudtrail_analyze — CloudTrail log analysis