← Back to Plugins
MCP Server MCP

io.github.warfare-hub/revenue-mcp

github By github 👁 1 views ▲ 0 votes

Query MRR, churn, and revenue from Stripe, Gumroad & Lemon Squeezy in Claude

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "revenue-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Stripe secret key (sk_live_... or sk_test_...)",
          "format": "string",
          "isSecret": true,
          "name": "STRIPE_SECRET_KEY"
        },
        {
          "description": "Gumroad API access token",
          "format": "string",
          "isSecret": true,
          "name": "GUMROAD_ACCESS_TOKEN"
        },
        {
          "description": "Lemon Squeezy API key",
          "format": "string",
          "isSecret": true,
          "name": "LEMONSQUEEZY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...