Skip to main content
Glama

CyberMCP

by ricauts

security_headers_check

Test API endpoints for secure HTTP headers using CyberMCP. Verify proper configuration and identify vulnerabilities to improve API security and prevent data breaches.

Input Schema

NameRequiredDescriptionDefault
endpointYesAPI endpoint to test
http_methodNoHTTP method to useGET
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", "HEAD", "OPTIONS" ], "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