Billing Gateway MCP Server

Add Stripe subscriptions, per-call credits, and x402 crypto payments to any MCP server - without writing billing code.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 2 · #132 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Billing Gateway

before you install - you'll need

Set API_KEY, SERVER_ID before connecting.

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp-billing-gateway-production.up.railway.app/mcp/

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp-billing-gateway-production.up.railway.app

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

pypi package mcp-billing-gateway - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.sapph1re is GitHub-verified and matches the repo owner

03 · What Billing Gateway can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 1 documented tool, including get_billing_info.

The 1 tools it gives your agent

Extracted from the project's README - what MCP Billing Gateway lets an agent do.

get_billing_info
- Returns service capabilities, supported payment methods, features, and integration docs

04 · Who maintains Billing Gateway

MCP Billing Gateway is maintained by sapph1re. We track 3 MCP servers from sapph1re - 3 actively maintained, 3 combined GitHub stars, oldest repo from Mar 2026.

05 · Facts

category
documentation - ranked #132 of 208 actively-maintained documentation servers as of 2026-09-18.
registry
io.github.sapph1re/mcp-billing-gateway (active, first published 2026-04-11 · 3 versions)
packages
pypi:mcp-billing-gateway

06 · Billing Gateway FAQ

What is Billing Gateway?

Add Stripe subscriptions, per-call credits, and x402 crypto payments to any MCP server - without writing billing code.

Is Billing Gateway still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-19. We re-verify nightly.

How do I install Billing Gateway?

Run `uvx mcp-billing-gateway`. The README documents 2 environment variables (API_KEY, SERVER_ID) to set first. Set API_KEY, SERVER_ID before connecting. You can also paste the ready-made client config above.

Does Billing Gateway require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

07 · Alternatives to Billing Gateway