You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show what you get (morning check, failed payments, MRR growth, churn,
plans) before asking anyone to install anything. Quick start and
config moved below the use cases.
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+43-55Lines changed: 43 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,40 +11,6 @@ Ask your AI assistant "how's my business doing?" and get your MRR, churn, failed
11
11
12
12
You check your Stripe dashboard for MRR, churn, and revenue breakdown every day. Stripe's official MCP server only does operations — create customers, send invoices. It can't tell you what your MRR is. ChartMogul and Baremetrics compute these metrics but cost $100+/month and have no MCP interface. You're switching between your editor and browser tabs just to check a number.
> "Am I losing money to failed payments?" / "Which customers have payment issues?"
47
+
> "Am I losing money to failed payments?"
82
48
83
49
Failed payments are the easiest revenue to recover — these customers already want to pay you. Get the list with failure reasons so you can reach out today:
84
50
@@ -97,39 +63,33 @@ Failed invoices: 3
97
63
98
64
## Track MRR growth
99
65
100
-
> "What's my MRR?" / "How did my MRR change this month?"
66
+
> "How did my MRR change this month?"
101
67
102
-
See your current MRR snapshot, or drill into the waterfall showing exactly where growth is coming from and where you're leaking:
68
+
See exactly where growth is coming from and where you're leaking:
103
69
104
70
```
105
-
MRR Movement
71
+
MRR Movement — Last 30 days
106
72
107
-
Period: Last 30 days
108
73
Net New MRR: +$840
109
-
110
-
Breakdown
111
74
- New MRR: +$570 (from new customers)
112
75
- Expansion MRR: +$390 (from upgrades)
113
76
- Contraction MRR: -$49 (from downgrades)
114
77
- Churned MRR: -$71 (from cancellations)
115
-
116
-
Net: +$840
117
78
```
118
79
119
80
## Watch your trial funnel
120
81
121
-
The dashboard automatically flags trials expiring within 3 days. These are customers about to decide whether to convert or leave — the highest-leverage moment to intervene.
82
+
The dashboard flags trials expiring within 3 days — customers about to decide whether to convert or leave. The highest-leverage moment to intervene.
122
83
123
84
## Understand churn
124
85
125
-
> "What's my churn rate?" / "Who churned this month?"
86
+
> "What's my churn rate?"
126
87
127
-
Get both customer churn (% of customers lost) and revenue churn (% of MRR lost) — because losing one $500/mo customer hurts more than losing five $10/mo customers:
88
+
Both customer churn and revenue churn — because losing one $500/mo customer hurts more than losing five $10/mo customers:
128
89
129
90
```
130
-
Churn Analysis
91
+
Churn Analysis — Last 30 days
131
92
132
-
Period: 30 days
133
93
Customer Churn Rate: 3.2%
134
94
Revenue Churn Rate: 1.8%
135
95
Churned Customers: 4
@@ -138,16 +98,44 @@ Churned MRR: $127.00
138
98
139
99
## Know which plans work
140
100
141
-
> "Break down my revenue by plan" / "Which plan makes the most money?"
0 commit comments