Hosted MCP billing proxy for Stripe subscriptions, per-call credits, tiered plans, and x402 USDC payments.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Billing Gateway Sdk.
get_billing_infoReturns service capabilities, supported payment methods, features, and integration docs
Add Stripe subscriptions, per-call credits, and x402 crypto payments to any MCP server β without writing billing code.
MCP Billing Gateway is a hosted billing proxy that sits between AI agents and your MCP server. It handles payment verification, usage tracking, and tier enforcement automatically. You register your server, set a pricing plan, and point callers to the proxied URL. No billing code required.
Live service: https://mcp-billing-gateway-production.up.railway.app
Tutorial: Monetize any MCP server in 10 minutes β step-by-step demo with working code
Or with uvx:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Add to .cursor/mcp.json in your project:
Restart your editor after adding the configuration to activate the MCP server.
| Tool | Description |
|---|---|
get_billing_info | Returns service capabilities, supported payment methods, features, and integration docs |
The local MCP server provides service discovery. The full billing functionality runs on the hosted gateway β register as an operator and proxy your MCP servers through it.
https://mcp-billing-gateway-production.up.railway.app/proxy/{your-slug}/mcp/mcp/ endpointResponse:
| Method | Best for | How |
|---|---|---|
| Stripe subscription | Human developers | Monthly or annual plan via Stripe Checkout |
| Stripe per-call | Human developers | Credits consumed per tool call |
| x402 micropayments | AI agents | USDC on Base, no API keys needed |
Access your dashboard at:
Track revenue, usage, active callers, and configure your servers in real time.
| Endpoint | Method | Description |
|---|---|---|
/api/v1/operator/register | POST | Create operator account |
/api/v1/operator/profile | GET | View profile and API keys |
/api/v1/operator/stats | GET | Revenue and usage stats |
| Endpoint | Method | Description |
|---|---|---|
/api/v1/servers | POST | Register an MCP server |
/api/v1/servers | GET | List your servers |
/api/v1/servers/{id}/plans | POST | Create pricing plan |
| Endpoint | Method | Description |
|---|---|---|
/proxy/{slug}/* | ANY | Proxied calls with billing enforcement |
/mcp/ | ANY | Streamable HTTP MCP transport |
The gateway is a transparent proxy. Callers interact with your MCP server normally β the gateway intercepts requests, verifies payment, tracks usage, and forwards to your upstream server.
The gateway is open for use at the hosted URL above. For self-hosted deployments, clone the server repository and deploy via Docker:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sapph1re-mcp-billing-gateway-sdk)<a href="https://allmcps.com/mcp/sapph1re-mcp-billing-gateway-sdk"><img src="https://allmcps.com/api/badge/sapph1re-mcp-billing-gateway-sdk?style=directory" alt="MCP Billing Gateway Sdk on AllMCPs" /></a>