← Back to Plugins
MCP Server MCP

Indie Founder Revenue MCP

github By github 👁 1 views ▲ 0 votes

Aggregates Lemon Squeezy, Gumroad, Polar, and Stripe revenue into one Claude-queryable view.

Homepage Verified source GitHub

Install

mcpb:https://github.com/charlie-morrison/indie-founder-mcp/releases/download/v0.2.0/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/charlie-morrison/indie-founder-mcp/releases/download/v0.2.0/indie-founder-mcp-0.2.0.mcpb",
      "version": "0.2.0",
      "fileSha256": "78ea32280dffd83f0902189c4f8daa98818f27ad66e2e6c90f9c4ea2160f7ed3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Lemon Squeezy API token (https://app.lemonsqueezy.com/settings/api). Enables the LS adapter.",
          "isSecret": true,
          "name": "LS_API_TOKEN"
        },
        {
          "description": "Optional Lemon Squeezy store ID filter.",
          "name": "LS_STORE_ID"
        },
        {
          "description": "Gumroad OAuth access token (https://gumroad.com/settings/advanced). Enables the Gumroad adapter.",
          "isSecret": true,
          "name": "GUMROAD_ACCESS_TOKEN"
        },
        {
          "description": "Polar.sh API token (https://polar.sh/settings/tokens). Enables the Polar adapter.",
          "isSecret": true,
          "name": "POLAR_API_TOKEN"
        },
        {
          "description": "Optional Polar organization ID filter.",
          "name": "POLAR_ORG_ID"
        },
        {
          "description": "Stripe secret API key (https://dashboard.stripe.com/apikeys). Enables the Stripe adapter.",
          "isSecret": true,
          "name": "STRIPE_API_KEY"
        },
        {
          "description": "Lemon Squeezy license key for the paid tier (top_customers, refund_signal, export_csv_for_tax). Free tools (summary_mrr, recent_orders, health) work without it. Buy at https://charliemorrison.lemonsqueezy.com.",
          "isSecret": true,
          "name": "INDIE_FOUNDER_MCP_LICENSE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...