mcpserver.lol
registry/graphql-dos-shield
Connection check verified live · 27h ago

graphql-dos-shield

Cloudflare Workers MCP server: graphql-dos-shield

Tools 3
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

3 tools

Read from the running server on 27h ago.

complexity_meter query*
Analyze GraphQL query complexity. Returns depth, field count, list multipliers, and a risk level (LOW/MEDIUM/HIGH/CRITICAL). CRITICAL means the query should be rejected.
query_rewriter query*max_depthmax_fields
Text-level rewrite of an overly complex GraphQL query: strips excess nesting depth and truncates too many fields.
rate_limiter limitclient_id*window_ms
Check and enforce rate limiting for a client. In-memory sliding window — state resets on cold start.