Query MRR, churn, and revenue from Stripe, Gumroad & Lemon Squeezy in Claude
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"revenue-mcp": {
"env": {
"STRIPE_SECRET_KEY": "sk_live_...",
"GUMROAD_ACCESS_TOKEN": "your_token",
"LEMONSQUEEZY_API_KEY": "your_key"
},
"args": [
"-y",
"revenue-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Query your MRR, churn, and revenue from Stripe, Gumroad, and Lemon Squeezy directly inside Claude.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Compact, efficient, and extensible long-term memory for LLM agents.
MCP Security Weekly
Get CVE alerts and security updates for io.github.warfare-hub/revenue-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
| Platform | MRR | Churn | Product Breakdown | Recent Revenue |
|---|---|---|---|---|
| Stripe | ✅ | ✅ | ✅ | ✅ |
| Gumroad | — | — | ✅ | ✅ |
| Lemon Squeezy | ✅ | — | — | ✅ |
| Paddle | 🔜 | 🔜 | 🔜 | 🔜 |
| Polar | 🔜 | 🔜 | 🔜 | 🔜 |
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.
| Tool | Description |
|---|---|
get_revenue_summary | Full summary across all platforms — MRR, ARR, new MRR, churn |
get_mrr_by_platform | MRR comparison table across platforms |
get_product_breakdown | Revenue + subscribers per product (Stripe) |
get_recent_revenue | Total revenue over last N days |
get_churn_summary | Churn MRR, new MRR, net new MRR, churn rate |
MIT