Aggregates Lemon Squeezy, Gumroad, Polar, and Stripe revenue into one Claude-queryable view.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A Model Context Protocol server that aggregates revenue across Lemon Squeezy + Gumroad + Polar + Stripe into a single Claude-queryable view. A solo founder can ask Claude "what's my MRR across all my stores?" β and Claude answers from one tool call instead of four browser tabs.
Status: v0.2 β all four adapters shipped. LS + Gumroad live-validated against production; Polar + Stripe offline-validated (live test requires your own org/account). Freemium: 3 tools free, 3 paid (see Pricing).
| Tool | Tier | What it does |
|---|---|---|
summary_mrr(days=30) | Free | Combined MRR / ARR across every connected store. Per-provider breakdown. |
recent_orders(limit=20) | Free | Last N orders across all stores, normalized to one schema. |
health() | Free | Per-adapter healthcheck β useful before the others. |
top_customers(limit=10, days=30) | Paid | Highest-revenue customers in window, ranked by gross USD. |
refund_signal(days=7, alert_multiplier=2.0) | Paid | Current N-day refund ratio vs prior N-day window. Fires alert when ratio jumps β₯2x. Zero-case safe. |
export_csv_for_tax(year, quarter) | Paid | CSV export for Ukrainian FOP 3rd-group quarterly filing. NBU USD/UAH exchange rate per-order from bank.gov.ua. |
Until the PyPI release lands, install from this Git repo via uvx:
Drop this into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop.
Get a Lemon Squeezy API token from https://app.lemonsqueezy.com/settings/api.
Three open-source LS-only MCPs already exist on GitHub. All expose raw CRUD API calls. None monetized, none aggregated.
This MCP differs:
Built and validated on the author's own charliemorrison.lemonsqueezy.com store (store ID 344362) and live Gumroad account:
health β {"lemonsqueezy": true, "gumroad": true} against each provider's /users/me-equivalent.recent_orders β returns the real $17 Social Media AI Mastery LS order from johannaakoenig@gmail.com on 2026-05-07, normalized into the same schema as Gumroad orders.summary_mrr β $0 MRR (correct β no subscriptions converted yet on these stores; the tool's plumbing across active/trialing/past_due statuses is exercised).top_customers(limit=5, days=90) β ranks customers by lifetime USD across all wired providers.refund_signal(days=7) β zero-case alert=False for healthy young stores.export_csv_for_tax(2026, 2) β one row, 2026-05-07,lemonsqueezy,8274123,johannaakoenig@gmail.com,Social Media AI Mastery,17.00,0.00,17.00,43.8528,745.50,745.50 β NBU rate fetched live from bank.gov.ua.Polar + Stripe adapters are offline-validated (24 fixture tests across all four adapters pass). Live validation against those two requires the user's own Polar org / Stripe account β the adapter wires automatically when the corresponding env var is set.
| Tier | Price | Tools |
|---|---|---|
| Free | $0 | summary_mrr, recent_orders, health β the daily-check loop. Unlimited stores. |
| Paid | $19/mo or $190/yr (2 months free) | All Free tools plus top_customers, refund_signal, export_csv_for_tax (analytics + Ukrainian FOP CSV export). |
Buy a license: https://charliemorrison.lemonsqueezy.com β drop the key into INDIE_FOUNDER_MCP_LICENSE_KEY and restart your MCP host.
Free tools never check the license β there's no rug-pull. The paid tier is just the analytics + export surface for people who want them.
/v1/licenses/validate), 6-hour validation cache.See PLAN.md for the staged build sequence. v0.2 ships all four adapters + license gate + 6 tools (3 free, 3 paid).
I was opening four dashboard tabs (Lemon Squeezy, Gumroad, Polar, Stripe) every morning to check MRR and recent orders, then re-doing the same math in a spreadsheet for FOP tax filing. So I asked Claude to consolidate it. This is the result β and now Claude does the morning check itself.
Built by Charlie Morrison. Issues + PRs welcome.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/indie-founder-revenue-mcp)<a href="https://allmcps.com/mcp/indie-founder-revenue-mcp"><img src="https://allmcps.com/api/badge/indie-founder-revenue-mcp?style=directory" alt="Indie Founder Revenue MCP on AllMCPs" /></a>