Skip to main content
Glama

MCP Pentest

adaptive_strategy

Generate penetration testing strategies by analyzing detected services, open ports, and technologies to create targeted security assessment plans.

Instructions

Generate adaptive penetration testing strategy based on detected services and OS

Input Schema

NameRequiredDescriptionDefault
existing_vulnsNoArray of existing vulnerabilities (optional)
portsYesArray of open ports and services
technologiesYesArray of detected technologies

Input Schema (JSON Schema)

{ "properties": { "existing_vulns": { "description": "Array of existing vulnerabilities (optional)", "items": { "type": "object" }, "type": "array" }, "ports": { "description": "Array of open ports and services", "items": { "type": "object" }, "type": "array" }, "technologies": { "description": "Array of detected technologies", "items": { "type": "object" }, "type": "array" } }, "required": [ "ports", "technologies" ], "type": "object" }

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/adriyansyah-mf/mcp-pentest'

If you have feedback or need assistance with the MCP directory API, please join our Discord server