mcpbeat Sign in

Revenue MCP Server

by warfare-hub Your server? Claim it
local only

Revenue MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 15 Jun 2026.

Query MRR, churn, and revenue from Stripe, Gumroad & Lemon Squeezy in Claude

Installs per day peak 20 · avg 5 · +0% w/w
a month agotoday
30
Installs / week
npm · revenue-mcp
0
Stars
0 open issues
15 Jun 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Revenue MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add revenue-mcp -- npx -y revenue-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "revenue-mcp": {
      "args": [
        "-y",
        "revenue-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.revenue-mcp]
command = "npx"
args = ["-y", "revenue-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "revenue-mcp": {
      "args": [
        "-y",
        "revenue-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "revenue-mcp": {
      "args": [
        "-y",
        "revenue-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: STRIPE_SECRET_KEY (Stripe secret key (sk_live_... or sk_test_...)), GUMROAD_ACCESS_TOKEN (Gumroad API access token), LEMONSQUEEZY_API_KEY (Lemon Squeezy API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Revenue MCP

same job, measured the same way
Indie Founder Revenue MCP
by charlie-morrison

Aggregates Lemon Squeezy, Gumroad, Polar, and Stripe revenue into one Claude-queryable view.

local only
Stripe Analytics
by lordbasilaiassistant-sudo

Stripe analytics — revenue, customers, subscriptions, refunds, churn from Claude.

27 installs/wk local only
Stripe MCP
by robinafaruqia

Read-only MCP server for querying Stripe customers, payments, and invoices.

32 installs/wk local only
Mrr Floor Check
by dailyaiagents-cpu

Daily Stripe MRR query against a configured floor

local only
Vibe Provision
by totte-dev

Provision SaaS services from YAML and inject .env. Supports Clerk, Stripe, Resend and more.

41 installs/wk local only
Revinho
by revinhohq

Read-only SaaS business intelligence from GA4, Stripe, and Google Search Console.

answering
Eqvitta MCP
by eqvitta

Eqvitta MCP: GST billing, ledgers, invoices, stock and financial reports for Claude.

275 installs/wk local only
SparkPay
by sparkpay

Stripe billing for indie apps: plans, coupons, subscriptions, customers and revenue reporting.

answering

Revenue MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Revenue MCP?
Revenue MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package revenue-mcp was installed 30 times last week.
How do I connect Revenue MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls revenue-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Revenue MCP?
The npm package revenue-mcp was installed 30 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Revenue MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.