revenue-forecasting

Installation
SKILL.md

Revenue Forecasting

Stripe MCP Setup

Requires Stripe MCP (https://docs.stripe.com/mcp). GetMcpTools before CallMcpTool. Paginate all lists (limit: 100, starting_after while has_more). Amounts in cents. Read-only for audits; confirm before writes.

Inputs to gather

  1. Current MRR (via mrr-arr-snapshot logic)
  2. New subs / month — count active subs created in last 30/60/90d (created filter)
  3. Monthly churn % (via churn-analysis)
  4. Avg new MRR per sub

Model (simple)

Next month MRR = current_MRR * (1 - churn_rate) + new_MRR_added
Installs
4
GitHub Stars
5
First Seen
Jul 28, 2026
revenue-forecasting — appeeky/stripe-skills