McpMux
Back to Registry

MCP Billing Gateway MCP Server

Community

Contributed by sapph1re

Open-source billing infrastructure for MCP server developers — register services, define pricing plans, track per-tool usage, and validate client access tokens with Stripe-backed subscriptions.

About the MCP Billing Gateway MCP Server

The MCP Billing Gateway MCP server is a remote (HTTP) Model Context Protocol server available in the McpMux registry. Open-source billing infrastructure for MCP server developers — register services, define pricing plans, track per-tool usage, and validate client access tokens with Stripe-backed subscriptions. This is a community-contributed MCP server by sapph1re.

Install the MCP Billing Gateway MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "http",
  "url": "https://mcp-billing-gateway-production.up.railway.app/mcp/",
  "headers": {
    "Authorization": "Bearer ${input:BILLING_GATEWAY_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "BILLING_GATEWAY_API_KEY",
        "type": "text",
        "label": "Billing Gateway API Key",
        "description": "API key for your MCP Billing Gateway instance. Deploy your own from https://github.com/sapph1re/mcp-billing-gateway-sdk and generate a key via the /admin/keys endpoint.",
        "secret": true,
        "required": true,
        "obtain": {
          "url": "https://github.com/sapph1re/mcp-billing-gateway-sdk#readme",
          "instructions": "1. Deploy MCP Billing Gateway from https://github.com/sapph1re/mcp-billing-gateway-sdk\n2. Set your ADMIN_API_KEY environment variable\n3. POST to /admin/keys to create a client API key\n4. Paste the key here",
          "button_label": "View setup guide"
        }
      }
    ]
  }
}
Details
TransportRemote (HTTP)
Hostingremote
AuthAPI Key
Capabilities
Tools

Categories

Tags

billingpaymentsstripemonetizationmcpsubscriptionsapi-managementsaas

Supported AI Clients

The MCP Billing Gateway MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install MCP Billing Gateway with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.