
Agent Rate Limiter Mcp
- 1 repo stars
- Updated June 26, 2026
- CSOAI-ORG/agent-rate-limiter-mcp
Agent Rate Limiter MCP is a MCP server that applies fleet-wide shared rate limits across A2A and multi-MCP agent deployments.
About
Agent Rate Limiter MCP solves a common pain when developers chain several MCP servers and multiple agents: each integration often enforces its own throttle, but nothing coordinates spend or call volume across the fleet. This server provides a shared rate-limiting layer for agent-to-agent traffic and heterogeneous MCP setups so orchestrators do not accidentally stampede APIs, blow provider quotas, or trigger cascading failures. It is aimed at operators running Claude Code or similar clients against paid SaaS APIs, scraping-adjacent tools, or their own microservices where burst traffic from autonomous loops is realistic. Wire it during build when you integrate third-party MCPs, validate limits before launch in ship, and keep it in operate as the central choke point for sustainable automation. Version 1.0.4 is published to PyPI with stdio and offers a hosted streamable-http remote. It complements—not replaces—provider-side limits and billing alerts; use it alongside policy and firewall MCPs when cost and stability matter.
- Fleet-wide shared rate limiter for A2A plus multi-MCP deployments
- Addresses per-MCP-server limits that do not coordinate across agents
- Streamable HTTP remote and stdio PyPI package v1.0.4
- Python stdio transport via agent-rate-limiter-mcp on PyPI
- Remote URL: https://api.meok.ai/v1/a2a/rate-limiter
Agent Rate Limiter Mcp by the numbers
- Data as of Jul 18, 2026 (Skillselion catalog sync)
claude mcp add agent-rate-limiter-mcp -- python agent-rate-limiter-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Package | agent-rate-limiter-mcp |
| Transport | STDIO, HTTP |
| Auth | None |
| Last updated | June 26, 2026 |
| Repository | CSOAI-ORG/agent-rate-limiter-mcp ↗ |
What it does
Share fleet-wide rate limits across A2A and many MCP servers so one agent cannot exhaust per-server quotas alone.
Who is it for?
Best when you're running several MCP tools and orchestrators and hit duplicated or uncoordinated throttles in automation-heavy workflows.
Skip if: One MCP and manual, human-paced usage where provider defaults are enough.
What you get
After install, agents share a centralized limiter so burst traffic across MCP and A2A calls is throttled before providers hard-fail your stack.
- Central MCP endpoint for fleet-wide rate decisions
- Reduced risk of uncoordinated API stampedes
- Configurable shared limits across agent traffic
By the numbers
- Server version 1.0.4
- 1 streamable-http remote
- 1 PyPI stdio package (Python)
README.md
Agent Rate Limiter MCP
Fleet-wide shared rate limiter for A2A + multi-MCP deployments
Fleet-wide shared rate limiter for A2A + multi-MCP deployments. Most MCP servers rate-limit independently — a hostile agent hitting 10 MCPs gets 10x quota. This MCP is the shared counter: every MCP checks here before allowing a call. Sliding window + concurrency grants + signed enforcement attestations. By MEOK AI Labs.
🚀 Quick Start
# Install via pip
pip install agent_rate_limiter_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install agent-rate-limiter-mcp --client claude
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo — Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
## Protocol coverage + Universal PAYGThis MCP is part of MEOK's 47-MCP fleet that bridges every active agent-interop protocol and 30+ regulatory frameworks. See the full coverage matrix at meok.ai/protocols.
Agent interop protocols supported (8 live):
- ✅ MCP (Anthropic) — native
- ✅ A2A (Google + Linux Foundation, absorbed IBM ACP Sept 2025)
- ✅ IBM ACP — covered via A2A merge
- ◐ Stripe ACP (Agentic Commerce Protocol) — Q3 bridge via agent-commerce-protocol-mcp
- ◐ AP2 (Google Agent Payments) — partial via agent-commerce-payments-mcp
- ◐ x402 (Coinbase HTTP 402) — partial via api.meok.ai gateway
- → OASF / AGNTCY (Cisco Outshift + Linux Foundation) — Q3 bridge
- 👁 ANP (Cisco Agent Network) — watch-list
Pricing options:
| Option | Price | Best for |
|---|---|---|
| Self-host (this MCP) | £0 — MIT | Devs |
| This MCP Starter | £29/mo | One-MCP teams |
| This MCP Pro | £79/mo | Production + 24h SLA |
| Universal PAYG | £29/mo + £0.0002/call | Spiky usage across many MCPs |
| Substrate bundle (this category) | £99-£499/mo | A whole pack |
| MEOK Universe | £1,499/mo | All 47 MCPs, 500K calls |
Each tier above the free self-host adds HMAC-signed attestations verifiable at
verify.meok.ai. Linux Foundation governance on the A2A spine means EU regulated
buyers can deploy without vendor-lock-in objections.
💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"agent-rate-limiter-mcp": {
"command": "uvx",
"args": ["agent-rate-limiter-mcp"]
}
}
}
Or: pip install agent-rate-limiter-mcp then run the agent-rate-limiter-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
acquireto …" - "Use
releaseto …" - "Use
statusto …"
Recommended MCP Servers
How it compares
Shared quota MCP for agent fleets, not a single-API SDK retry wrapper.
FAQ
Who is agent-rate-limiter-mcp for?
Developers and small teams operating multi-agent, multi-MCP systems that need one place to coordinate call rates and avoid quota stampedes.
When should I use agent-rate-limiter-mcp?
Use it when two or more agents or MCP servers can hit the same external APIs or internal services concurrently, especially under autonomous loops.
How do I add agent-rate-limiter-mcp to my agent?
Add the PyPI stdio package agent-rate-limiter-mcp to your MCP configuration or use the streamable-http endpoint at api.meok.ai/v1/a2a/rate-limiter.