
Graphql Dos Shield
Give your agent MCP access to GraphQL DoS shield controls while you harden an API before launch or under abuse.
Overview
io.github.lazymac2x/graphql-dos-shield is a MCP server for the Ship phase that connects your agent to GraphQL DoS protection on a Cloudflare Workers streamable-http endpoint.
What is this MCP server?
- graphql-dos-shield MCP on Cloudflare Workers (streamable-http)
- Remote URL https://api.lazy-mac.com/graphql-dos-shield/mcp
- Focused on GraphQL denial-of-service and query abuse mitigation
- GitHub repo graphql-dos-shield-api for implementation review
- MCP schema 2025-09-29 with version 1.0.0
- MCP server version 1.0.0
- 1 streamable-http remote
- Hosted GraphQL DoS shield on api.lazy-mac.com
What problem does it solve?
A solo-built GraphQL API is one deep query or batch attack away from outage, and your agent cannot tune shields without a real integration.
Who is it for?
Indie developers shipping GraphQL who want agent-assisted security configuration via MCP before going live.
Skip if: REST-only APIs, teams without GraphQL exposure, or orgs that require enterprise WAF contracts instead of a focused shield service.
What do I get? / Deliverables
After registering the MCP remote, your agent can interact with graphql-dos-shield so you ship with GraphQL-specific abuse controls in place.
- Registered graphql-dos-shield MCP endpoint in your agent
- Agent-assisted shield configuration aligned to your GraphQL surface
- Review path via graphql-dos-shield-api on GitHub
Recommended MCP Servers
Journey fit
How it compares
GraphQL DoS MCP service, not a general penetration-test skill or generic CDN dashboard.
Common Questions / FAQ
Who is io.github.lazymac2x/graphql-dos-shield for?
Solo builders and small teams launching GraphQL endpoints who want MCP-driven help applying DoS and query-abuse protections.
When should I use io.github.lazymac2x/graphql-dos-shield?
Use it in ship/security when you are preparing to expose GraphQL publicly or responding to query-cost and denial-of-service risk.
How do I add io.github.lazymac2x/graphql-dos-shield to my agent?
Add https://api.lazy-mac.com/graphql-dos-shield/mcp as a streamable-http MCP server named io.github.lazymac2x/graphql-dos-shield in your client configuration.