Stripe Founder Mcp
@PrimeEcto
A read-only Stripe MCP server for indie SaaS founders to ask AI about MRR, churn, failed payments, dunning recovery, disputes, at-risk customers, subscriptions, billing, and support context in plain English.
概览
What is Stripe Founder Mcp?
Stripe Founder Mcp is a read-only MCP server designed for indie SaaS founders. It integrates with Stripe to provide plain-English answers about MRR, churn, failed payments, disputes, and customer insights, returning structured data optimized for AI assistants.
How to use Stripe Founder Mcp?
Requires Node.js 20 or later. Run npx -y stripe-founder-mcp and set the STRIPE_API_KEY environment variable to a read-only Stripe restricted key. Configure the server in your MCP client with the command npx -y stripe-founder-mcp and the key in the env block.
Key features of Stripe Founder Mcp
- Read-only by design; blocks non-GET Stripe requests
- Get current MRR with comparison delta and trial subscriptions
- Churn breakdown: voluntary vs involuntary, rates, and reasons
- Dunning recovery rate, recovered revenue, and unrecovered failures
- List at-risk customers due to past-due or repeated payment failures
- Support context with risk flags, refund eligibility, and timeline
Use cases of Stripe Founder Mcp
- Monitor monthly recurring revenue and growth metrics
- Identify customers at risk of churning for proactive outreach
- Analyze dunning recovery effectiveness and failed payment trends
- Review recent signups and their payment method status
- Retrieve context for customer support tickets including dispute and refund history
FAQ from Stripe Founder Mcp
Is Stripe Founder Mcp read-only?
Yes, the server is read-only by design. It blocks non-GET Stripe requests at runtime and requires a read-only Stripe restricted key.
What runtime dependencies does Stripe Founder Mcp need?
It requires Node.js version 20 or later. No additional dependencies are needed beyond the npx command.
How do I configure the Stripe API key?
Set the STRIPE_API_KEY environment variable to a read-only Stripe restricted key. The server uses this key to make read-only Stripe API calls.
Does Stripe Founder Mcp send data externally or track usage?
No. The server has no telemetry or external analytics. All processing stays local to your environment.