← Back to Plugins
MCP Server MCP

MCP Billing Gateway

github By github 👁 1 views ▲ 0 votes

Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.

Homepage Verified source GitHub

Install

uvx mcp-billing-gateway

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp-billing-gateway-production.up.railway.app/mcp/"
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-billing-gateway",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...