Fleet-wide shared rate limiter for A2A + multi-MCP deployments. Most MCP servers rate-limit inde...
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-csoai-org-agent-rate-limiter-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Fleet-wide shared rate limiter for A2A + multi-MCP deployments. Most MCP servers rate-limit inde...
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Enhanced MCP server for GitLab: group projects listing and activity tracking
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/agent-rate-limiter-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Agent Rate Limiter MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
acquire | Request a rate-limit slot for an agent action. |
release | Release a rate-limit slot. Doesn't refund tokens in the sliding window (those |
status | Inspect usage. If agent_id is empty, returns tenant-wide summary. |
set_quota | Override the default quota for a (tenant, agent, operation) tuple. Pro+ only. |
reset_counters | Clear counters for a tenant (or a specific agent within a tenant). Pro+ only. |
sign_rate_limit_attestation | Emit a cryptographically signed attestation of rate-limit enforcement over a |
pip install meok-agent-rate-limiter-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"agent-rate-limiter-mcp": {
"command": "python",
"args": ["-m", "meok_agent_rate_limiter_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 6 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs