ai-rate-limit-tracker-api
Cloudflare Workers MCP server: ai-rate-limit-tracker. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/ai-rate-limit-tracker
by lazymac2x
Cloudflare Workers MCP server: ai-rate-limit-tracker
Tracks and enforces rate limits for AI model API calls.
Captured live from the server via tools/list.
Get published rate limit specs (RPM, TPM, RPD, context window) for an AI provider and optional model.
openai | anthropic | gemini | groq | cohere | mistral | together | deepseek
Model name (optional)
List all AI providers supported by the tracker with their models and default limits.
No parameters.
Record an AI API call and get real-time usage counters plus warnings if approaching limits.
Your tracker API key
Forecast when rate limits will be exhausted and get scheduling recommendations.
Your actual request rate (requests/min)
Cloudflare Workers MCP server: ai-rate-limit-tracker. REST + MCP (JSON-RPC 2.0). Live: api.lazy-mac.com/ai-rate-limit-tracker
claude_desktop_config.json
{
"mcpServers": {
"ai-rate-limit-tracker": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.lazy-mac.com/ai-rate-limit-tracker/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.