Skip to main content
Glama

CyberMCP

by ricauts

rate_limit_check

Test API endpoints for rate limiting by sending multiple requests with configurable delays. Identify vulnerabilities and ensure optimal request handling in backend systems.

Input Schema

NameRequiredDescriptionDefault
auth_headerNoAuthentication header (if any)
endpointYesAPI endpoint to test
http_methodNoHTTP method to useGET
request_bodyNoRequest body (for POST/PUT requests)
request_countNoNumber of requests to send
request_delay_msNoDelay between requests in milliseconds

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "auth_header": { "description": "Authentication header (if any)", "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" ], "type": "string" }, "request_body": { "description": "Request body (for POST/PUT requests)", "type": "string" }, "request_count": { "default": 20, "description": "Number of requests to send", "maximum": 50, "minimum": 5, "type": "number" }, "request_delay_ms": { "default": 100, "description": "Delay between requests in milliseconds", "maximum": 1000, "minimum": 0, "type": "number" } }, "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