Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.
claude mcp add mcp-billing-gateway -- uvx mcp-billing-gateway
claude_desktop_config.json
{
"mcpServers": {
"mcp-billing-gateway": {
"command": "uvx",
"args": [
"mcp-billing-gateway"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-billing-gateway": {
"command": "uvx",
"args": [
"mcp-billing-gateway"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-billing-gateway": {
"command": "uvx",
"args": [
"mcp-billing-gateway"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-billing-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-billing-gateway"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-billing-gateway": {
"command": "uvx",
"args": [
"mcp-billing-gateway"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sapph1re--mcp-billing-gateway/reviews or the review_server meta-tool.
POST /mcp