Skip to main content
Glama

CyberMCP

by ricauts

path_traversal_check

Test API endpoints for path traversal vulnerabilities by identifying unsafe parameter inputs. Specify the endpoint, parameter, and HTTP method to validate security.

Input Schema

NameRequiredDescriptionDefault
endpointYesAPI endpoint to test
http_methodNoHTTP method to useGET
parameter_nameYesName of the parameter to test for path traversal
use_authNoWhether to use current authentication if available

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endpoint": { "description": "API endpoint to test", "format": "uri", "type": "string" }, "http_method": { "default": "GET", "description": "HTTP method to use", "enum": [ "GET", "POST" ], "type": "string" }, "parameter_name": { "description": "Name of the parameter to test for path traversal", "type": "string" }, "use_auth": { "default": true, "description": "Whether to use current authentication if available", "type": "boolean" } }, "required": [ "endpoint", "parameter_name" ], "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/ricauts/CyberMCP'

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