# rate-limit-manager

Prevents your agent from hitting API rate limits mid-task. Submit a request and this service tells you instantly whether to proceed or how long to wait — with smart exponential backoff built in. No m…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add found402/rate-limit-manager

# Browse available tools
npx -y @smithery/cli@latest tool list found402/rate-limit-manager

# Get full schema for a tool
npx -y @smithery/cli@latest tool get found402/rate-limit-manager check_rate_limit

# Call a tool
npx -y @smithery/cli@latest tool call found402/rate-limit-manager check_rate_limit '{}'
```

## Direct MCP Connection

Endpoint: `https://rate-limit-manager--found402.run.tools`

## Tools (1)

- `check_rate_limit` — Manages agent request rate limiting with sliding window and exponential backoff. Returns whether the request is allowed…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get found402/rate-limit-manager <tool-name>
```
