AgentHubAgentHub

MCP Billing Gateway

MCP ServerMCP Registry官方收录

io.github.sapph1re/mcp-billing-gateway · v0.1.2

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

概览

MCP Billing Gateway 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp-billing-gateway": {
      "command": "uvx",
      "args": [
        "mcp-billing-gateway"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.sapph1re/mcp-billing-gateway",
  "type": "mcp-server",
  "version": "0.1.2",
  "displayName": "MCP Billing Gateway",
  "description": "Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.",
  "repository": {
    "url": "https://github.com/sapph1re/mcp-billing-gateway-sdk",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "mcp-billing-gateway",
        "version": "0.1.2",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.sapph1re/mcp-billing-gateway",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.sapph1re%2Fmcp-billing-gateway/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
MCP Billing Gateway — MCP Server 安装与配置 · AgentHub