Skip to main content
Glama

MCP Pentest

auto_pentest

Perform automated penetration testing to identify security vulnerabilities in networks, web applications, or full systems using configurable scope and intensity levels for authorized security assessments.

Instructions

Perform comprehensive automated penetration test

Input Schema

NameRequiredDescriptionDefault
intensityNoTesting intensity level
scopeNoScope of testing
targetYesTarget IP, domain, or URL

Input Schema (JSON Schema)

{ "properties": { "intensity": { "description": "Testing intensity level", "enum": [ "passive", "active", "aggressive" ], "type": "string" }, "scope": { "description": "Scope of testing", "enum": [ "network", "web", "full" ], "type": "string" }, "target": { "description": "Target IP, domain, or URL", "type": "string" } }, "required": [ "target" ], "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