MCP Billing Gateway
io.github.sapph1re/mcp-billing-gatewayBilling proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.
Tools · 12
Register a new operator account with Stripe Connect onboarding
Get current operator profile and status
List all MCP servers registered by the operator
Register a new MCP server for billing
Get server details including pricing plans
Update server settings (name, description, upstream_url, is_public, status)
Soft-delete a server (can be restored)
Create a pricing plan for a server
List pricing plans for a server
Update a pricing plan
Get usage analytics for a server (calls, revenue, top callers)
Get revenue summary and payout history
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mcp_billing_gateway": {
"url": "https://mcp-billing-gateway-production.up.railway.app/mcp/",
"transport": "streamable-http"
}
}
}