
Mrr Floor Check
Daily Stripe MRR snapshots against a tunable floor with Telegram alerts when revenue drops so a solo founder catches churn early.
Overview
MRR Floor Check is a MCP server for the Grow phase that records daily Stripe MRR snapshots and Telegram-alerts when revenue falls below a configured floor.
What is this MCP server?
- Daily Stripe MRR query against a configurable floor
- Writes snapshot JSON to data/finance/mrr_history/
- High-priority Telegram alert on floor breach
- Default floor 0 stays silent until Cooper tunes after ~30 days of data
- Hermes-agent owned federation skill with Stripe and Telegram tags
- Default MRR floor: 0 (silent alerts until tuned)
- Suggested tuning window: after 30 days of snapshot data
- Snapshot store: data/finance/mrr_history/
What problem does it solve?
You only notice MRR drops when you remember to open Stripe, with no daily history or alert when subscriptions slip under your comfort zone.
Who is it for?
Stripe-billing solo founders who want a simple daily MRR watchdog and Telegram-first incident signal.
Skip if: Products without Stripe subscriptions, teams needing cohort LTV or multi-metric dashboards in one tool.
What do I get? / Deliverables
Daily JSON snapshots land in data/finance/mrr_history/ and Telegram fires on breach once you set a meaningful floor after baseline data.
- Daily MRR snapshot JSON files in data/finance/mrr_history/
- Telegram high-priority notification on floor breach
Recommended MCP Servers
Journey fit
Grow is the canonical shelf because recurring revenue tracking and floor breaches are growth and retention signals, not one-time launch tasks. Analytics fits daily MRR JSON history and threshold comparison rather than invoice or burn close workflows.
How it compares
MCP daily MRR watchdog, not a full analytics suite or monthly burn rollup.
Common Questions / FAQ
Who is mrr-floor-check for?
Indie SaaS builders on Stripe who use Telegram for ops and want automated MRR floor monitoring with historical JSON snapshots.
When should I use mrr-floor-check?
After you have Stripe billing live and enough daily history to set a non-zero floor, or earlier with floor 0 to collect snapshots silently.
How do I add mrr-floor-check to my agent?
Register io.github.dailyaiagents-cpu/mrr-floor-check, connect Stripe credentials, set the MRR floor env/config, and route Telegram for high-priority breach alerts.