Skip to main content
Glama

MCP Pentest

test_web_application

Perform technology-specific web application penetration testing by analyzing target URLs and detected technologies to identify security vulnerabilities through automated security assessments.

Instructions

Technology-specific web application penetration testing

Input Schema

NameRequiredDescriptionDefault
targetYesTarget web application URL
technologiesYesDetected technologies (e.g., ['WordPress', 'Apache', 'PHP'])

Input Schema (JSON Schema)

{ "properties": { "target": { "description": "Target web application URL", "type": "string" }, "technologies": { "description": "Detected technologies (e.g., ['WordPress', 'Apache', 'PHP'])", "items": { "type": "string" }, "type": "array" } }, "required": [ "target", "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