Skip to main content
Glama

MCP Shamash

pentest_application

Perform penetration testing on web applications to identify security vulnerabilities using configurable test types and depth levels for comprehensive security assessment.

Instructions

Performs penetration testing on deployed applications

Input Schema

NameRequiredDescriptionDefault
depthNoTesting depth
targetUrlYesApplication URL
testTypesNoTypes of tests to perform

Input Schema (JSON Schema)

{ "properties": { "depth": { "description": "Testing depth", "enum": [ "quick", "standard", "thorough" ], "type": "string" }, "targetUrl": { "description": "Application URL", "type": "string" }, "testTypes": { "description": "Types of tests to perform", "items": { "type": "string" }, "type": "array" } }, "required": [ "targetUrl" ], "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/NeoTecDigital/mcp_shamash'

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