customer-segmentation
Installation
SKILL.md
Customer Segmentation
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.
Workflow
- List active + past_due subs (expand price + payment method)
- Segment along a chosen axis:
| Axis | Source |
|---|---|
| Plan | price.id |
| Country | card.country / customer address |
| Funding | card.funding |
| Tenure | created bucketed |
| Value | MRR tiers (whale / mid / low) |