Revenue MCP
Provides product breakdown and recent revenue from Gumroad.
Provides MRR and recent revenue from Lemon Squeezy.
Future integration with Paddle for revenue metrics (MRR, churn, product breakdown, recent revenue).
Provides MRR, churn, product breakdown, and recent revenue from Stripe.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Revenue MCPWhat's my MRR this month?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Platform | MRR | Churn | Product Breakdown | Recent Revenue |
Stripe | ✅ | ✅ | ✅ | ✅ |
Gumroad | — | — | ✅ | ✅ |
Lemon Squeezy | ✅ | — | — | ✅ |
Paddle | 🔜 | 🔜 | 🔜 | 🔜 |
Polar | 🔜 | 🔜 | 🔜 | 🔜 |
Related MCP server: Indie Founder Revenue MCP
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
Tool | Description |
| Full summary across all platforms — MRR, ARR, new MRR, churn |
| MRR comparison table across platforms |
| Revenue + subscribers per product (Stripe) |
| Total revenue over last N days |
| Churn MRR, new MRR, net new MRR, churn rate |
License
MIT
Available Tools
5 toolsget_churn_summaryA
Get churn metrics — MRR lost this month from cancellations, churn rate.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden but only states what the tool returns (MRR lost, churn rate). It does not disclose behavioral traits such as data recency, authentication needs, rate limits, or any side effects. For a read tool, this is minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with 13 words, front-loading the action and result. Every word is informative, with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given zero parameters and no output schema, the description adequately covers the tool's purpose and output. It could be enhanced by noting the time period is fixed to 'this month' or clarifying if data is real-time, but it is largely complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are no parameters, so baseline is 4. The description adds meaning by specifying the exact metrics returned (MRR lost, churn rate) beyond the empty schema, which is sufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves churn metrics, specifically MRR lost this month and churn rate. The verb 'Get' and resource 'churn metrics' are unambiguous, and the detail distinguishes it from sibling tools like get_revenue_summary or get_product_breakdown.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for churn analysis but provides no explicit guidance on when to use this tool versus alternatives like get_revenue_summary or get_mrr_by_platform. No exclusions or preferences are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_mrr_by_platformA
Get MRR broken down by each connected platform (Stripe, Lemon Squeezy).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden for behavioral traits. It only states the purpose, adding no information about read-only nature, data freshness, limits, or behavior if no platforms are connected.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, no wasted words, and immediately communicates the core functionality.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description does not explain the return format (e.g., list of objects with platform and MRR). For a simple retrieval tool, this is adequate but could be more helpful.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so per guidelines the baseline is 4. The description correctly adds no parameter information since none exist.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns MRR broken down by platform, naming specific platforms (Stripe, Lemon Squeezy). This distinguishes it from siblings like get_product_breakdown or get_churn_summary.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use when needing MRR per platform, but provides no explicit guidance on when to use this tool versus siblings, nor any prerequisites or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_product_breakdownA
Get revenue and subscriber count broken down by product (Stripe).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. Indicates a read operation but omits details like data freshness, time range scope, or any side effects. Basic purpose only.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence with no fluff. Front-loaded with key action and scope.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Adequate for a simple retrieval tool with no parameters. Lacks specification of time period or return format, but not critical given clarity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Input schema has zero parameters; description adds no parameter info, but none is needed. Baseline 4 for 0 param tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states it retrieves revenue and subscriber count broken down by product, specifically Stripe. Differentiates from siblings which are summary or platform-specific.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Mentions Stripe but does not explicitly state when to use this over sibling tools like get_revenue_summary. No alternatives or exclusions provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_recent_revenueA
Get total revenue collected over the last N days across all platforms.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to look back (default: 30) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears full burden. It correctly implies a read operation (getting revenue), but does not disclose authentication requirements, rate limits, or potential side effects. It adds minimal behavioral context beyond the basic operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that contains all necessary information without redundant words. It is front-loaded and efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one optional parameter and no output schema, the description is fairly complete. It specifies the scope (across all platforms) and time window (last N days). However, it could optionally mention the expected return value type (e.g., a number or currency).
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% (the only parameter 'days' is described in the schema). The description does not add extra meaning beyond what the schema already provides, so baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: retrieving total revenue over the last N days across all platforms. It distinguishes from sibling tools like get_product_breakdown (which is per-product) and get_mrr_by_platform (per-platform).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool versus alternatives. The description does not mention exclusions, prerequisites, or scenarios where siblings would be preferred. The differentiation must be inferred from tool names alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_revenue_summaryA
Get a full revenue summary across all connected platforms — total MRR, ARR, new MRR, churned MRR, and active subscriptions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description is the only source. It indicates a read operation but lacks details on authentication, rate limits, or potential side effects. It does not disclose if data is cached or real-time.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded with action and outcome. No extraneous words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read tool with no parameters, the description covers key return data but lacks specifics like time period or scope (e.g., all-time vs current month). Adequate but not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the description's explanation of return metrics adds value beyond the empty schema. Baseline is 4 for no-parameter tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description explicitly states the tool gets a full revenue summary across all connected platforms, listing specific metrics (MRR, ARR, new MRR, churned MRR, active subscriptions). This clearly distinguishes it from sibling tools like get_churn_summary or get_mrr_by_platform.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for aggregate revenue data but provides no explicit guidance on when to use it versus siblings. No exclusions or alternatives are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
v0.1.2- First observed
get_churn_summary - First observed
get_mrr_by_platform - First observed
get_product_breakdown - First observed
get_recent_revenue - First observed
get_revenue_summary
TDQS
Each tool focuses on a distinct aspect of revenue data: product breakdown, churn summary, overall summary, MRR by platform, and recent revenue. There is no overlap in their purposes.
All tools follow a consistent 'get_' prefix and snake_case pattern, making it predictable for an agent to infer functionality.
With 5 tools, the server is well-scoped for a revenue analytics domain, covering key metrics without being overwhelming or sparse.
The tool set covers essential revenue metrics: summary, breakdowns by product and platform, churn, and time-based revenue. No obvious gaps for basic revenue analysis.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only SaaS business intelligence from GA4, Stripe, and Google Search Console.
Ask Claude about your ads: Meta, Google, TikTok, LinkedIn, GA4 & Shopify. No AI credits.
Connect Claude, Cursor, or ChatGPT to your business data. Ask questions, get answers.
Read-only revenue, subscriptions, customers, and experiments tools for ZeroSettle accounts.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceOpen-source MCP server for Claude AI that connects Stripe and Supabase to enable natural language SaaS analytics, including churn analysis, subscription tracking, and revenue insights.-
- AlicenseNot gradedqualityDmaintenanceAggregates revenue across Lemon Squeezy + Gumroad + Polar + Stripe into a single Claude-queryable view. Six tools: summary_mrr, top_customers, refund_signal, recent_orders, export_csv_for_tax (Ukrainian FOP format), health. Lemon Squeezy adapter live-validated against production.MIT
- FlicenseAqualityDmaintenanceEnables natural language querying of Google Analytics 4, Google Search Console, Meta Ads, and Google Ads data through Claude.23-
- AlicenseCqualityDmaintenanceEnables Claude to integrate with Stripe for creating payment links, processing payments, and managing products and customers.1758MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/warfare-hub/revenue-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server