MCP Rate Limit Handler

When an MCP tool call is throttled (429), decides whether to wait, batch, parallelize, or surface to the user. Avoids the agent loop hammering a rate-limited endpoint. Use when a tool returns 429, "rate limit hit", or when you've made 3+ rapid calls to the same MCP in a session. Triggers on "rate limit", "429", "throttled", "slow down", "too many requests".

sanjibani 9b3db10 3.6 KB Updated

File contents

sanjibani/mcp-skills-pack/tree/main/skills/mcp-rate-limit-handler commit 9b3db10539

Frequently asked questions

npx skillmds@latest add sanjibani/mcp-rate-limit-handler