Skip to main content
Glama

CyberMCP

by ricauts

sensitive_data_check

Identify and prevent data leakage by scanning API endpoints for sensitive information exposure using specified HTTP methods and authentication parameters.

Input Schema

NameRequiredDescriptionDefault
endpointYesAPI endpoint to test
http_methodNoHTTP method to useGET
request_bodyNoRequest body (for POST/PUT requests)
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", "DELETE" ], "type": "string" }, "request_body": { "description": "Request body (for POST/PUT requests)", "type": "string" }, "use_auth": { "default": true, "description": "Whether to use current authentication if available", "type": "boolean" } }, "required": [ "endpoint" ], "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