MCP Billing Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. 75 installs a week from pypi. Last commit 9 Jul 2026.
Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-billing-gateway -- uvx mcp-billing-gateway
{
"mcpServers": {
"mcp-billing-gateway": {
"args": [
"mcp-billing-gateway"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-billing-gateway]
command = "uvx"
args = ["mcp-billing-gateway"]
{
"mcpServers": {
"mcp-billing-gateway": {
"args": [
"mcp-billing-gateway"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-billing-gateway": {
"args": [
"mcp-billing-gateway"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.