Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

operant-mcp MCP server](https://glama.ai/mcp/servers/operantlabs/operant-mcp/badges/score.svg)](https://glama.ai/mcp/servers/operantlabs/operant-mcp) πŸ“‡ ☁️ 🏠 - Security testing MCP server with 51 tools for penetration testing, network forensics, memory...

README.md

operant-mcp

![NPM Version](https://www.npmjs.com/package/operant-mcp) ![npm downloads](https://www.npmjs.com/package/operant-mcp) ![GitHub stars](https://github.com/operantlabs/operant-mcp) ![License: MIT](https://opensource.org/licenses/MIT) ![TypeScript](https://www.typescriptlang.org/) !MCP Server ![smithery badge](https://smithery.ai/server/operant-mcp)

![Install in VS Code](https://insiders.vscode.dev/redirect/mcp/install?name=operant-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm9wZXJhbnQtbWNwIl19) ![Install in Cursor](https://cursor.com/en/install-mcp?name=operant-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm9wZXJhbnQtbWNwIl19)

<a href="https://glama.ai/mcp/servers/operantlabs/operant-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/operantlabs/operant-mcp/badge" alt="operant-mcp MCP server" /> </a>

Security testing MCP server with 51 tools for penetration testing, network forensics, memory analysis, and vulnerability assessment.

Quick Start

npx operant-mcp

Or install globally:

npm install -g operant-mcp
operant-mcp

Usage with Claude Code

Add to your MCP config:

{
  "mcpServers": {
    "operant": {
      "command": "npx",
      "args": ["-y", "operant-mcp"]
    }
  }
}

Tools (51)

SQL Injection (6)

  • sqli_where_bypass β€” Test OR-based WHERE clause bypass
  • sqli_login_bypass β€” Test login form SQL injection
  • sqli_union_extract β€” UNION-based data extraction
  • sqli_blind_boolean β€” Boolean-based blind SQLi
  • sqli_blind_time β€” Time-based blind SQLi
  • sqli_file_read β€” Read files via LOAD_FILE()

XSS (2)

  • xss_reflected_test β€” Test reflected XSS with 10 payloads
  • xss_payload_generate β€” Generate context-aware XSS payloads

Command Injection (2)

  • cmdi_test β€” Test OS command injection
  • cmdi_blind_detect β€” Blind command injection via sleep timing

Path Traversal (1)

  • path_traversal_test β€” Test directory traversal with encoding variants

SSRF (2)

  • ssrf_test β€” Test SSRF with localhost bypass variants
  • ssrf_cloud_metadata β€” Test cloud metadata access via SSRF

PCAP/Network Forensics (8)

  • pcap_overview β€” Protocol hierarchy and endpoint stats
  • pcap_extract_credentials β€” Extract FTP/HTTP/SMTP credentials
  • pcap_dns_analysis β€” DNS query analysis
  • pcap_http_objects β€” Export HTTP objects
  • pcap_detect_scan β€” Detect port scanning
  • pcap_follow_stream β€” Follow TCP/UDP streams
  • pcap_tls_analysis β€” TLS/SNI analysis
  • pcap_llmnr_ntlm β€” Detect LLMNR/NTLM attacks

Reconnaissance (7)

  • recon_quick β€” Quick recon (robots.txt, headers, common dirs)
  • recon_dns β€” Full DNS enumeration
  • recon_vhost β€” Virtual host discovery
  • recon_tls_sans β€” Extract SANs from TLS certificates
  • recon_directory_bruteforce β€” Directory brute-force
  • recon_git_secrets β€” Search git repos for secrets
  • recon_s3_bucket β€” Test S3 bucket permissions

Memory Forensics (3)

  • volatility_linux β€” Linux memory analysis (Volatility 2)
  • volatility_windows β€” Windows memory analysis (Volatility 3)
  • memory_detect_rootkit β€” Linux rootkit detection

Malware Analysis (2)

  • maldoc_analyze β€” Full OLE document analysis pipeline
  • maldoc_extract_macros β€” Extract VBA macros

Cloud Security (2)

  • cloudtrail_analyze β€” CloudTrail log analysis
  • cloudtrail_find_anomalies β€” Detect anomalous CloudTrail events

Authentication (3)

  • auth_csrf_extract β€” Extract CSRF tokens
  • auth_bruteforce β€” Username enumeration + credential brute-force
  • auth_cookie_tamper β€” Cookie tampering test

Access Control (2)

  • idor_test β€” Test for IDOR vulnerabilities
  • role_escalation_test β€” Test privilege escalation

Business Logic (2)

  • price_manipulation_test β€” Test price/quantity manipulation
  • coupon_abuse_test β€” Test coupon stacking/reuse

Clickjacking (2)

  • clickjacking_test β€” Test X-Frame-Options/CSP
  • frame_buster_bypass β€” Test frame-busting bypass

CORS (1)

  • cors_test β€” Test CORS misconfigurations

File Upload (1)

  • file_upload_test β€” Test file upload bypasses

NoSQL Injection (2)

  • nosqli_auth_bypass β€” MongoDB auth bypass
  • nosqli_detect β€” NoSQL injection detection

Deserialization (1)

  • deserialization_test β€” Test insecure deserialization

GraphQL (2)

  • graphql_introspect β€” Full schema introspection
  • graphql_find_hidden β€” Discover hidden fields

Prompts (8)

Methodology guides for structured security assessments:

  • web_app_pentest β€” Full web app pentest methodology
  • pcap_forensics β€” PCAP analysis workflow
  • memory_forensics β€” Memory dump analysis (Linux/Windows)
  • recon_methodology β€” Reconnaissance checklist
  • malware_analysis β€” Malware document analysis
  • cloud_security_audit β€” CloudTrail analysis workflow
  • sqli_methodology β€” SQL injection testing guide
  • xss_methodology β€” XSS testing guide

System Requirements

Tools require various CLI utilities depending on the module:

  • Most tools: curl
  • PCAP analysis: tshark (Wireshark CLI)
  • DNS recon: dig, host
  • Memory forensics: volatility / vol.py / vol3
  • Malware analysis: olevba, oledump.py
  • Cloud analysis: jq
  • Secrets scanning: git

License

MIT

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Vector & Memory servers.