Revenue MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STRIPE_SECRET_KEY | No | Stripe secret key from Dashboard → Developers → API keys | |
| GUMROAD_ACCESS_TOKEN | No | Gumroad access token from Settings → Advanced → Applications | |
| LEMONSQUEEZY_API_KEY | No | Lemon Squeezy API key from Settings → API |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_revenue_summaryA | Get a full revenue summary across all connected platforms — total MRR, ARR, new MRR, churned MRR, and active subscriptions. |
| get_mrr_by_platformA | Get MRR broken down by each connected platform (Stripe, Lemon Squeezy). |
| get_product_breakdownA | Get revenue and subscriber count broken down by product (Stripe). |
| get_recent_revenueA | Get total revenue collected over the last N days across all platforms. |
| get_churn_summaryA | Get churn metrics — MRR lost this month from cancellations, churn rate. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
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.