Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

MCP Billing Gateway

io.github.sapph1re/mcp-billing-gateway

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

Uptime
100.0%
2 direct probes · 30d
Response
209ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

register_operator

Register a new operator account with Stripe Connect onboarding

get_operator_info

Get current operator profile and status

list_servers

List all MCP servers registered by the operator

create_server

Register a new MCP server for billing

get_server

Get server details including pricing plans

update_server

Update server settings (name, description, upstream_url, is_public, status)

delete_server

Soft-delete a server (can be restored)

create_plan

Create a pricing plan for a server

list_plans

List pricing plans for a server

update_plan

Update a pricing plan

get_usage

Get usage analytics for a server (calls, revenue, top callers)

get_revenue

Get revenue summary and payout history

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp_billing_gateway": {
      "url": "https://mcp-billing-gateway-production.up.railway.app/mcp/",
      "transport": "streamable-http"
    }
  }
}