indie-metrics-mcp
Provides tools for querying Stripe business metrics such as MRR, ARR, revenue, customer metrics, product performance, subscription health, recent transactions, refund analysis, and revenue forecasts via natural language.
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., "@indie-metrics-mcpWhat's my MRR for 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.
indie-metrics-mcp
MCP server that gives your AI assistant real-time access to your Stripe business metrics. Ask Claude (or any MCP-compatible AI) about your revenue, customers, subscriptions, and forecasts in natural language.
What You Can Ask
"What's my MRR this month?"
"Show me my top customers by spend"
"Which product is selling best?"
"What's my churn rate?"
"Show recent transactions"
"How many refunds did I have this quarter?"
"Forecast my revenue for next month"
Tools
Tool | Description |
| MRR, ARR, total revenue, growth rate, avg transaction value |
| Total customers, new customers, LTV, top spenders |
| Revenue by product, units sold, revenue share |
| Active subs, churn rate, MRR, ARPU, plan breakdown |
| Latest charges with amount, status, customer, timestamp |
| Refund count, rate, amounts, reasons |
| Projected revenue, trend direction, confidence level |
Quick Start
Install
npm install -g indie-metrics-mcpConfigure
Set your Stripe API key:
export STRIPE_API_KEY=sk_live_your_key_hereAdd to Claude Desktop
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"indie-metrics": {
"command": "indie-metrics-mcp",
"env": {
"STRIPE_API_KEY": "sk_live_your_key_here"
}
}
}
}Add to Claude Code
claude mcp add indie-metrics -- indie-metrics-mcpThen set STRIPE_API_KEY in your environment.
Supported Periods
All time-based tools accept a period parameter: 7d, 30d, 90d, or 1y.
Security
Your Stripe key stays local — it's only used server-side to make API calls
No data is sent to any third-party service
Read-only access — the server never creates, modifies, or deletes anything in your Stripe account
Works with both test (
sk_test_) and live (sk_live_) keys
Requirements
Node.js 18+
A Stripe account with API access
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/MARCCHERGGI/indie-metrics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server