Skip to main content
Glama

CyberMCP

by ricauts

xss_check

Identify and test for Cross-Site Scripting (XSS) vulnerabilities in API endpoints by specifying the target URL, parameter name, and HTTP method. Ensure secure authentication usage during testing.

Input Schema

NameRequiredDescriptionDefault
endpointYesAPI endpoint to test
http_methodNoHTTP method to useGET
parameter_nameYesName of the parameter to test for XSS
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", "PUT" ], "type": "string" }, "parameter_name": { "description": "Name of the parameter to test for XSS", "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