A shared rate limiter that sits between your agent orchestrator and a fleet of MCP servers. Instead of letting each MCP track limits independently (so a bad actor gets N times your intended quota across N servers), this acts as a single source of truth. Other MCPs call it before processing requests to check and decrement quotas. Uses sliding windows for time based limits and issues signed attestations to prove enforcement happened. Built for agent to agent and multi MCP architectures where you need coordinated throttling across your entire stack, not per service rate limiting that multiplies your exposure.
claude mcp add --transport stdio csoai-org-agent-rate-limiter-mcp uvx agent-rate-limiter-mcp