streamable-httpMITupdated 27d ago
Official Model Context Protocol server for Churn Solution — a subscription retention and revenue recovery platform for B2C subscription businesses on Stripe.
Churn Solution 能做什么?
Churn Solution MCP Server
Official Model Context Protocol server for Churn Solution — a subscription retention and revenue recovery platform for B2C subscription businesses on Stripe.
This server gives AI assistants read-only access to your Churn Solution retention data: cancellation-flow metrics, save rates, recovered revenue, offer performance, cancellation reasons, and customer feedback analytics.
- Endpoint:
https://mcp.churnsolution.com - Transport: Streamable HTTP
- Auth: OAuth (you sign in to Churn Solution when connecting)
- Registry name:
com.churnsolution/analytics - Docs: https://churnsolution.com/docs/mcp-server
Tools
| Tool | Purpose |
|---|---|
get_cancel_flow_metrics |
Overall cancellation-flow performance metrics |
get_cancel_flow_outcomes_by_flow |
Outcomes broken down by individual flow |
get_cancel_flow_revenue |
Revenue retained/recovered through cancel flows |
get_cancel_flow_revenue_by_offer |
Recovered revenue attributed to each save offer |
get_cancel_flow_save_rate |
Save rate (share of cancellations prevented) |
list_cancel_flow_cancellation_reasons |
Cancellation reasons across all sessions |
list_cancel_flow_cancellation_reasons_by_plan |
Cancellation reasons segmented by plan |
list_cancel_flow_offer_performance |
Performance of each save offer |
list_connections |
Connected billing/data integrations |
list_plans |
Subscription plans |
search_cancel_flow_sessions |
Search individual cancellation sessions |
get_feedback_category_breakdown |
Customer feedback grouped by category |
get_feedback_sentiment_trend |
Sentiment trend over time |
list_feedback_intents |
Detected feedback intents |
Connecting
Cursor
{
"mcpServers": {
"churnsolution": {
"url": "https://mcp.churnsolution.com"
}
}
}
VS Code
{
"servers": {
"churnsolution": {
"type": "http",
"url": "https://mcp.churnsolution.com"
}
}
}
Claude / ChatGPT
Add a custom connector pointing to https://mcp.churnsolution.com and set the
authentication mode to OAuth, then sign in to Churn Solution.
Full setup guide: https://churnsolution.com/docs/mcp-server
About Churn Solution
Churn Solution reduces cancellations, recovers failed payments, and wins back churned subscribers for B2C subscription businesses on Stripe. Learn more at churnsolution.com.
安装
把 Churn Solution 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http churn-solution https://mcp.churnsolution.comcodex mcp add churn-solution --url https://mcp.churnsolution.com{
"mcpServers": {
"churn-solution": {
"url": "https://mcp.churnsolution.com"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"churn-solution": {
"type": "http",
"url": "https://mcp.churnsolution.com"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"churn-solution": {
"url": "https://mcp.churnsolution.com"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"churn-solution": {
"serverUrl": "https://mcp.churnsolution.com"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
14 个工具
Churn Solution 向已连接的智能体提供 14 个工具。
- get_cancel_flow_metrics
- Overall cancellation-flow performance metrics
- get_cancel_flow_outcomes_by_flow
- Outcomes broken down by individual flow
- get_cancel_flow_revenue
- Revenue retained/recovered through cancel flows
- get_cancel_flow_revenue_by_offer
- Recovered revenue attributed to each save offer
- get_cancel_flow_save_rate
- Save rate (share of cancellations prevented)
- list_cancel_flow_cancellation_reasons
- Cancellation reasons across all sessions
- list_cancel_flow_cancellation_reasons_by_plan
- Cancellation reasons segmented by plan
- list_cancel_flow_offer_performance
- Performance of each save offer
- list_connections
- Connected billing/data integrations
- list_plans
- Subscription plans
- search_cancel_flow_sessions
- Search individual cancellation sessions
- get_feedback_category_breakdown
- Customer feedback grouped by category
- get_feedback_sentiment_trend
- Sentiment trend over time
- list_feedback_intents
- Detected feedback intents
评分
77 / 100
良好
- 文档22/25
- 维护19/25
- 可信度16/20
- 能力8/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 19 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 14 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年8月11日 |
| 1.0.0 | 2026年8月11日 |