Skip to content
VS Code

AI API Cost Firewall & Rate Limiter for VS Code

io.github.ansarii/mcp-rate-limiter

Token guard and rate limiter preventing runaway API cost spikes for OpenAI and Anthropic.

client:VS Code transport:streamable-http

Install AI API Cost Firewall & Rate Limiter in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-rate-limiter": {
      "type": "http",
      "url": "https://neon_innovation_lab--mcp-rate-limiter.apify.actor/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AI API Cost Firewall & Rate Limiter in other clients