MCP Billing Gateway
Rank #29,223io.github.sapph1re/mcp-billing-gateway
Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.
MCP Billing Gateway is a Model Context Protocol (MCP) server published by sapph1re. It ranks #29,223 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Billing Gateway is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Apr 5, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 86,368 of 115,591 servers on MCP Toplist.
Use MCP Billing Gateway
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-billing-gateway https://mcp-billing-gateway-production.up.railway.app/mcp/claude mcp add mcp-billing-gateway -- uvx mcp-billing-gateway[mcp_servers.mcp-billing-gateway]
url = "https://mcp-billing-gateway-production.up.railway.app/mcp/"Add to ~/.codex/config.toml.
[mcp_servers.mcp-billing-gateway]
command = "uvx"
args = ["mcp-billing-gateway"]Add to ~/.codex/config.toml.
https://mcp-billing-gateway-production.up.railway.app/mcp/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp-billing-gateway": {
"command": "uvx",
"args": [
"mcp-billing-gateway"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-billing-gateway": {
"url": "https://mcp-billing-gateway-production.up.railway.app/mcp/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-billing-gateway": {
"command": "uvx",
"args": [
"mcp-billing-gateway"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-billing-gateway": {
"type": "http",
"url": "https://mcp-billing-gateway-production.up.railway.app/mcp/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-billing-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-billing-gateway"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-billing-gateway": {
"serverUrl": "https://mcp-billing-gateway-production.up.railway.app/mcp/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-billing-gateway": {
"command": "uvx",
"args": [
"mcp-billing-gateway"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-billing-gateway": {
"url": "https://mcp-billing-gateway-production.up.railway.app/mcp/"
}
}
}{
"mcpServers": {
"mcp-billing-gateway": {
"command": "uvx",
"args": [
"mcp-billing-gateway"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sapph1re%2Fmcp-billing-gateway)<a href="https://mcptoplist.com/server/io.github.sapph1re%2Fmcp-billing-gateway"><img src="https://mcptoplist.com/badge/io.github.sapph1re%2Fmcp-billing-gateway.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
sapph1re
Other servers by sapph1re
View all sapph1re servers →Available versions (3)
| Version | Published |
|---|---|
| 0.1.3 | Aug 19, 2026 |
| 0.1.2 | Apr 12, 2026 |
| 0.1.1 | Apr 11, 2026 |
Frequently asked questions
- Who maintains MCP Billing Gateway?
- MCP Billing Gateway is maintained by sapph1re, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is MCP Billing Gateway listed on the Official MCP Registry?
- Yes — MCP Billing Gateway is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Billing Gateway have?
- MCP Toplist tracks 3 versions of MCP Billing Gateway, most recently published on Aug 19, 2026.
- Where can I find the source code for MCP Billing Gateway?
- The source code for MCP Billing Gateway is hosted at github.com/sapph1re/mcp-billing-gateway-sdk.