🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

revenue-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

revenue-mcp

Revenue Dashboard MCP — query MRR, churn, and revenue from Stripe, Gumroad, Lemon Squeezy, Paddle & Polar directly in Claude

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
36
28.57%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

mcp

FAQs

Package last updated on 13 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts