MCP Billing Gateway for Cursor
io.github.sapph1re/mcp-billing-gateway
Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.
client:Cursor
transport:streamable-http
runtime:pypi
tools:12
Install MCP Billing Gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-billing-gateway": {
"url": "https://mcp-billing-gateway-production.up.railway.app/mcp/"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs