Back to Browse

Revenue MCP Server

Developer ToolsUse Caution1.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

1.5
Use Caution1.5Critical Risk

Valid MCP server (3 strong, 3 medium validity signals). 7 known CVEs in dependencies (2 critical, 4 high severity) Package registry verified. Imported from the Official MCP Registry.

8 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Stripe secret key (sk_live_... or sk_test_...)Required

Environment variable: STRIPE_SECRET_KEY

Gumroad API access tokenRequired

Environment variable: GUMROAD_ACCESS_TOKEN

Lemon Squeezy API keyRequired

Environment variable: LEMONSQUEEZY_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-warfare-hub-revenue-mcp": {
      "env": {
        "STRIPE_SECRET_KEY": "your-stripe-secret-key-here",
        "GUMROAD_ACCESS_TOKEN": "your-gumroad-access-token-here",
        "LEMONSQUEEZY_API_KEY": "your-lemonsqueezy-api-key-here"
      },
      "args": [
        "-y",
        "revenue-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Revenue MCP

Query your MRR, churn, and revenue from Stripe, Gumroad, and Lemon Squeezy directly inside Claude.

No more switching tabs. Ask Claude "what's my MRR this month?" and get the answer in context.

Supported Platforms

PlatformMRRChurnProduct BreakdownRecent Revenue
Stripe
Gumroad
Lemon Squeezy
Paddle🔜🔜🔜🔜
Polar🔜🔜🔜🔜

Quick Start

1. Get your API keys

  • Stripe: Dashboard → Developers → API keys → Secret key
  • Gumroad: Settings → Advanced → Applications → Generate access token
  • Lemon Squeezy: Settings → API → Create key

2. Add to Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "revenue-mcp": {
      "command": "npx",
      "args": ["-y", "revenue-mcp"],
      "env": {
        "STRIPE_SECRET_KEY": "sk_live_...",
        "GUMROAD_ACCESS_TOKEN": "your_token",
        "LEMONSQUEEZY_API_KEY": "your_key"
      }
    }
  }
}

Restart Claude Desktop. Done.

3. Ask Claude anything

  • "What's my MRR this month?"
  • "How much did I make in the last 30 days?"
  • "Which product is generating the most revenue?"
  • "What's my churn rate?"
  • "Break down my revenue by platform"

Tools

ToolDescription
get_revenue_summaryFull summary across all platforms — MRR, ARR, new MRR, churn
get_mrr_by_platformMRR comparison table across platforms
get_product_breakdownRevenue + subscribers per product (Stripe)
get_recent_revenueTotal revenue over last N days
get_churn_summaryChurn MRR, new MRR, net new MRR, churn rate

License

MIT

Reviews

No reviews yet

Be the first to review this server!