Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

io.github.cyanheads/pentest-mcp-server

io.github.cyanheads/pentest-mcp-server

Offline methodology engine for authorized penetration testing, CTF, and security research.

Uptime
100.0%
2 direct probes · 30d
Response
861ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

pentest_guide

Return an authorized-testing methodology for a selected vector and optional target context. The playbook covers reconnaissance, enumeration, exploitation, and post-exploitation phases with objectives,…

pentest_analyze_response

Analyze an HTTP response from authorized probing for information leakage, fingerprinting signals, and related exposure. Structured findings cover version disclosures, stack traces, debug headers, inte…

pentest_lookup_technique

Look up a MITRE ATT&CK technique by exact ID or keyword. Results include tactics, platforms, description, detection data, public procedure examples, mitigations, related sub-techniques, and dataset ve…

pentest_lookup_group

Look up a MITRE ATT&CK threat group or software entry by ID, name, or keyword. Results include ATT&CK identity, aliases, type, description, and associated techniques with procedure-level context from …

pentest_map_techniques

Rank ATT&CK techniques and OWASP test cases against an authorized target profile of technology stack, exposed services, authentication type, and operating system. Results include profile-specific rele…

pentest_generate_payloads

Generate context-specific payload templates for authorized systems. Each template includes its vulnerability category, context rationale, WAF/IDS detection signature, mitigation, optional WAF research…

pentest_encode

Transform a payload string through an ordered encoding chain for authorized filter research. Results include the final value, intermediate values, optional decode path and rationale, and detection gui…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/pentest-mcp-server": {
      "url": "https://pentest.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}