Home › Development › MCP Billing Gateway

MCP Billing Gateway

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

TypeScript Cloud Remote
★ 2 stars Last pushed 2026-08-19 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp-billing-gateway-production.up.railway.app/mcp/ Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp-billing-gateway-sdk https://mcp-billing-gateway-production.up.railway.app/mcp/

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-billing-gateway-sdk": {
      "url": "https://mcp-billing-gateway-production.up.railway.app/mcp/"
    }
  }
}

Package (pypi 0.1.2)

uvx mcp-billing-gateway

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-billing-gateway-sdk": {
      "command": "uvx",
      "args": [
        "mcp-billing-gateway"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry