Agent Rate Limiter MCP
Token bucket + leaky bucket rate limits per agent + per tool. Prevent runaway costs.
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