Stripe Founder Mcp

Created By
PrimeEcto4 days ago
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.
Overview

Stripe Founder MCP

The Stripe co-pilot for indie SaaS founders. Ask your AI about MRR, churn, failed payments, dunning recovery, disputes, at-risk customers, subscriptions, billing, and support context in plain English.

What it does

Stripe Founder MCP is an opinionated, read-only MCP server for founders who want answers instead of raw Stripe API objects.

Ask questions like:

  • What is my MRR right now?
  • Who is at risk of churning this week?
  • How well is dunning recovering failed payments?
  • Which customers recently signed up?
  • Are there any open disputes I should handle?
  • What context do I need for this customer support ticket?

The tools return structured data designed for AI assistants to summarize naturally, with headline numbers first, supporting context next, and raw line items last.

Install

Requires Node.js 20 or later.

npx -y stripe-founder-mcp

You also need a read-only Stripe restricted key set as:

STRIPE_API_KEY=rk_live_...

Example MCP config

{

"mcpServers": {

"stripe-founder": {

"command": "npx",

"args": ["-y", "stripe-founder-mcp"],

"env": {

"STRIPE_API_KEY": "rk_live_..."

}

}

}

}

Tools

ToolWhat it answers
get_mrrCurrent MRR with comparison period delta and trialing subscriptions tracked separately
get_growth_metricsNew MRR, churned MRR, expansion, net new MRR, and growth rate
get_churn_summaryChurn count, voluntary vs involuntary churn, gross/net churn rate, and cancellation reasons
get_failed_payment_recovery_rateDunning recovery rate, recovered revenue, and unrecovered failed payments
list_at_risk_customersCustomers at risk due to past-due status or repeated payment failures
list_recent_signupsNew customers in a date range with MRR contribution and payment method status
list_disputesOpen chargebacks with evidence deadlines, or filtered won/lost disputes
get_customer_profileCustomer LTV, plan, payment status, and recent timeline
get_support_contextSupport-ticket context including risk flags, refund-eligible charges, and timeline

Safety

  • Read-only by design
  • Blocks non-GET Stripe requests at runtime
  • Use a restricted Stripe key with read-only access
  • Test mode is auto-detected
  • No telemetry or external analytics

Repository

https://github.com/PrimeEcto/stripe-founder-mcp

License

MIT

Server Config

{
  "mcpServers": {
    "stripe-founder": {
      "command": "npx",
      "args": [
        "-y",
        "stripe-founder-mcp"
      ],
      "env": {
        "STRIPE_API_KEY": "rk_live_..."
      }
    }
  }
}
Project Info
Created At
4 days ago
Updated At
4 days ago
Author Name
PrimeEcto
Star
-
Language
-
License
-
Category

Recommend Servers

View All
奇门遁甲
@colorwlof

# 小奇智算 API 能力 | Xiaoqi Intelligent Calculation API Skill GET APIKEY:https://www.xiaoqizhisuan.cn/account.html GET HELP: https://www.xiaoqizhisuan.cn/help.html en: Official Xiaoqi Intelligent Calculation API for BaZi and Qi Men Dun Jia. This service requires XIAOQIZHISUAN_API_KEY credential for authentication. zh: 小奇智算官方API,提供八字、奇门遁甲测算服务,需配置XIAOQIZHISUAN_API_KEY密钥鉴权。 提供专业的奇门遁甲排盘与解盘服务,支持7个MCP工具: # 可用工具 | Available Tools ### 1. bazi_dayun - 八字大运查询 | BaZi Great Fortune Query ``` 价格 | Price: ¥0.2 / time / 次 参数 | Parameters: year (integer, 必填) 出生年(公历) month (integer, 必填) 出生月 day (integer, 必填) 出生日 hour (integer, 必填) 出生时(0-23) xingbie (string, 必填) 性别("男" / "女") 返回 | Return: success, cost, balance, bazi, dayun, error ``` 实测结果 | real test: https://www.xiaoqizhisuan.cn/examples/example_1_bazi_dayun.html ### 2. qimen_paipan - 奇门排盘(JSON 数据)| Qi Men Chart Generation (JSON Data) ``` 价格 | Price: ¥0.5 / time / 次 参数 | Parameters: year (integer, 必填) 年 month (integer, 必填) 月 day (integer, 必填) 日 hour (integer, 必填) 时(0-23) minute (integer, 选填, 默认0) 分 number (integer, 选填, 默认1) 排盘方法(1=拆补法, 2=置润法) 返回 | Return: success, cost, balance, 数据, error ``` 实测结果 | real test: https://www.xiaoqizhisuan.cn/examples/example_2_qimen_paipan.html ### 3. qimen_paipan_image - 奇门排盘+HTML网页图 | Qi Men Chart Generation + HTML Webpage Chart ``` 参数 | Parameters: year (integer, 必填) 年 month (integer, 必填) 月 day (integer, 必填) 日 hour (integer, 必填) 时(0-23) minute (integer, 选填, 默认0) number (integer, 选填, 默认1) 返回 | Return: success, cost, balance, 数据, html_url, error ``` 实测结果 | real test: https://www.xiaoqizhisuan.cn/examples/example_3_qimen_paipan_image.html ### 4. qimen_jiepan - 即时盘解析准备 | Immediate Chart Analysis Preparation ``` 价格 | Price: ¥1.0 / time / 次 参数 | Parameters: year, month, day, hour (integer, 必填) 起盘时间 minute (integer, 选填, 默认0) number (integer, 选填, 默认1) question (string, 必填) 返回 | Return: success, cost, balance, html_url, system_prompt, user_prompt, error ``` 实测结果 | real test: https://www.xiaoqizhisuan.cn/examples/example_4_qimen_jiepan.html ### 5. qimen_jiepan_lifetime - 终身盘解析准备 | Lifetime Chart Analysis Preparation ``` 价格 | Price: ¥1.2 / time / 次 参数 | Parameters: year, month, day, hour (integer, 必填) xingbie (string, 必填) 性别("男"/"女") minute (integer, 选填, 默认0) number (integer, 选填, 默认1) question (string, 必填) 返回 | Return: success, cost, balance, bazi, dayun, html_url, system_prompt, user_prompt, error ``` 实测结果 | real test: https://www.xiaoqizhisuan.cn/examples/example_5_qimen_jiepan_lifetime.html ### 6. qimen_full - 即时局完整解盘 | Complete Immediate Chart Interpretation ``` 价格 | Price: ¥1.5 / time / 次 参数 | Parameters: year, month, day, hour (integer, 必填) minute (integer, 选填, 默认0) number (integer, 选填, 默认1) question (string, 必填) 返回 | Return: success, cost, balance, html_url, system_prompt, user_prompt, jiepan_result, error ``` 实测结果 | real test: https://www.xiaoqizhisuan.cn/examples/example_6_qimen_full.html ### 7. qimen_full_lifetime - 终身局完整解盘 | Complete Lifetime Chart Interpretation ``` 价格 | Price: ¥2.0 / time / 次 参数 | Parameters: year, month, day, hour (integer, 必填) xingbie (string, 必填) 性别("男"/"女") minute (integer, 选填, 默认0) number (integer, 选填, 默认1) question (string, 必填) 返回 | Return: success, cost, balance, bazi, dayun, html_url, system_prompt, user_prompt, jiepan_result, error ``` 实测结果 | real test: https://www.xiaoqizhisuan.cn/examples/example_7_qimen_full_lifetime.html 🔗 https://www.xiaoqizhisuan.cn/mcp

15 hours ago
奇门遁甲

16 hours ago