Limits
Keyed limits are per API key, by the team’s plan. The anonymous limit is per client IP.
Over MCP, a single user question is usually several HTTP requests (the client lists
tools, then calls one or more). Budget the anonymous limit accordingly, or use a key.
When you’re limited
Over-limit requests get429 with the standard error envelope:
Handling it
Back off onRetry-After and retry - don’t hammer. A simple exponential backoff that
honors Retry-After is plenty. If you’re regularly hitting your ceiling, a higher plan
raises the per-minute limit.