Security testing MCP server for penetration testing, forensics, and vulnerability assessment
MCPpedia last refreshed this data
io.github.operantlabs/operant-mcp is an MCP server that security testing MCP server for penetration testing, forensics, and vulnerability assessment. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 72/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"operant": {
"args": [
"-y",
"operant-mcp"
],
"command": "npx"
}
}
}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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'operant-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked operant-mcp against OSV.dev.
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
Regression testing for MCP servers. Checks capabilities, invokes tools, detects schema drift.
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.
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
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