AgentHubAgentHub

Indie Founder Revenue MCP

MCP ServerMCP Registry官方收录

io.github.charlie-morrison/indie-founder-mcp · v0.2.0

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

概览

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

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.charlie-morrison/indie-founder-mcp",
  "type": "mcp-server",
  "version": "0.2.0",
  "displayName": "Indie Founder Revenue MCP",
  "description": "Aggregates Lemon Squeezy, Gumroad, Polar, and Stripe revenue into one Claude-queryable view.",
  "repository": {
    "url": "https://github.com/charlie-morrison/indie-founder-mcp",
    "source": "github"
  },
  "homepage": "https://github.com/charlie-morrison/indie-founder-mcp",
  "distribution": {
    "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",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "LS_API_TOKEN",
            "description": "Lemon Squeezy API token (https://app.lemonsqueezy.com/settings/api). Enables the LS adapter.",
            "isSecret": true
          },
          {
            "name": "LS_STORE_ID",
            "description": "Optional Lemon Squeezy store ID filter."
          },
          {
            "name": "GUMROAD_ACCESS_TOKEN",
            "description": "Gumroad OAuth access token (https://gumroad.com/settings/advanced). Enables the Gumroad adapter.",
            "isSecret": true
          },
          {
            "name": "POLAR_API_TOKEN",
            "description": "Polar.sh API token (https://polar.sh/settings/tokens). Enables the Polar adapter.",
            "isSecret": true
          },
          {
            "name": "POLAR_ORG_ID",
            "description": "Optional Polar organization ID filter."
          },
          {
            "name": "STRIPE_API_KEY",
            "description": "Stripe secret API key (https://dashboard.stripe.com/apikeys). Enables the Stripe adapter.",
            "isSecret": true
          },
          {
            "name": "INDIE_FOUNDER_MCP_LICENSE_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
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.charlie-morrison/indie-founder-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.charlie-morrison%2Findie-founder-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Indie Founder Revenue MCP — MCP Server 安装与配置 · AgentHub