Skip to content
VS Code

MCP Billing Gateway for VS Code

io.github.sapph1re/mcp-billing-gateway

Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.

client:VS Code transport:streamable-http runtime:pypi tools:12

Install MCP Billing Gateway in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-billing-gateway": {
      "type": "http",
      "url": "https://mcp-billing-gateway-production.up.railway.app/mcp/"
    }
  }
}

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

What VS Code can do once it is connected

MCP Billing Gateway in other clients