Skip to main content
Glama

CyberMCP

by ricauts

auth_bypass_check

Check for authentication bypass vulnerabilities in API endpoints by sending test requests with various HTTP methods and authentication configurations using CyberMCP.

Input Schema

NameRequiredDescriptionDefault
auth_headerNoAuthentication header name (if different from standard)
auth_tokenNoAuthentication token (if not using the currently authenticated session)
endpointYesAPI endpoint to test
http_methodNoHTTP method to useGET
use_session_authNoWhether to use the current session authentication if available

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "auth_header": { "description": "Authentication header name (if different from standard)", "type": "string" }, "auth_token": { "description": "Authentication token (if not using the currently authenticated session)", "type": "string" }, "endpoint": { "description": "API endpoint to test", "format": "uri", "type": "string" }, "http_method": { "default": "GET", "description": "HTTP method to use", "enum": [ "GET", "POST", "PUT", "DELETE", "PATCH" ], "type": "string" }, "use_session_auth": { "default": true, "description": "Whether to use the current session 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