
graphql-dos-shield
Cloudflare Workers MCP server: graphql-dos-shield
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Cloudflare Workers MCP server: graphql-dos-shield
Server tool list (3)
Raw names from tools/list. Only developers need these.
| complexity_meter | 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. |
| rate_limiter | Check and enforce rate limiting for a client. In-memory sliding window — state resets on cold start. |
| query_rewriter | Text-level rewrite of an overly complex GraphQL query: strips excess nesting depth and truncates too many fields. |