This is rate limiting for Next.js apps via MCP, wrapping the ratelimit-next package from the sathergate-toolkit monorepo. It exposes sliding window and token bucket algorithms with zero npm dependencies. You'd reach for this when building API routes or server actions that need request throttling without adding Redis or external services. The package includes CLI scaffolding with npx ratelimit-next init for quick setup. Part of an eight-package toolkit where every component ships with MCP tools baked in, making them discoverable by AI agents. Clean TypeScript implementation that runs entirely in your Next.js process.
claude mcp add --transport stdio io.github.sathergate-floodgate -- npx -y ratelimit-next