Skip to content
MEOK.AI
🚀 Activate your agent

Free forever · No credit card

Agent Rate Limiter MCP

Token bucket + leaky bucket rate limits per agent + per tool. Prevent runaway costs.

PyPI →MCP Registry →GitHub →

Install

# Option 1 — uvx (no install)
uvx agent-rate-limiter-mcp

# Option 2 — pip
pip install agent-rate-limiter-mcp

# Option 3 — npx meok-setup install (recommended)
npx meok-setup --pack a2a

What it does

  • Token + leaky bucket strategies
  • Per-agent + per-tool limits
  • Burst handling
  • Quota analytics

Claude Desktop config

{
  "mcpServers": {
    "agent-rate-limiter": {
      "command": "uvx",
      "args": ["agent-rate-limiter-mcp"]
    }
  }
}

Part of the MEOK governance MCP suite — see all 38 servers

MIT licensed · HMAC-signed attestations · Built by MEOK AI Labs