Serversio.github.warfare-hub/revenue-mcp
M

io.github.warfare-hub/revenue-mcp

io.github.warfare-hub/revenue-mcp · v0.1.2
▦ npm
v0.1.2npm npm: revenue-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.warfare-hub/revenue-mcp",
  "description": "Query MRR, churn, and revenue from Stripe, Gumroad & Lemon Squeezy in Claude",
  "repository": {
    "url": "https://github.com/warfare-hub/revenue-mcp",
    "source": "github"
  },
  "version": "0.1.2",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}