{
  "markdown": "# Churn Solution MCP Server\n\nOfficial [Model Context Protocol](https://modelcontextprotocol.io) server for\n[Churn Solution](https://churnsolution.com) — a subscription retention and revenue\nrecovery platform for B2C subscription businesses on Stripe.\n\nThis server gives AI assistants **read-only** access to your Churn Solution retention\ndata: cancellation-flow metrics, save rates, recovered revenue, offer performance,\ncancellation reasons, and customer feedback analytics.\n\n- **Endpoint:** `https://mcp.churnsolution.com`\n- **Transport:** Streamable HTTP\n- **Auth:** OAuth (you sign in to Churn Solution when connecting)\n- **Registry name:** `com.churnsolution/analytics`\n- **Docs:** https://churnsolution.com/docs/mcp-server\n\n## Tools\n\n| Tool | Purpose |\n|---|---|\n| `get_cancel_flow_metrics` | Overall cancellation-flow performance metrics |\n| `get_cancel_flow_outcomes_by_flow` | Outcomes broken down by individual flow |\n| `get_cancel_flow_revenue` | Revenue retained/recovered through cancel flows |\n| `get_cancel_flow_revenue_by_offer` | Recovered revenue attributed to each save offer |\n| `get_cancel_flow_save_rate` | Save rate (share of cancellations prevented) |\n| `list_cancel_flow_cancellation_reasons` | Cancellation reasons across all sessions |\n| `list_cancel_flow_cancellation_reasons_by_plan` | Cancellation reasons segmented by plan |\n| `list_cancel_flow_offer_performance` | Performance of each save offer |\n| `list_connections` | Connected billing/data integrations |\n| `list_plans` | Subscription plans |\n| `search_cancel_flow_sessions` | Search individual cancellation sessions |\n| `get_feedback_category_breakdown` | Customer feedback grouped by category |\n| `get_feedback_sentiment_trend` | Sentiment trend over time |\n| `list_feedback_intents` | Detected feedback intents |\n\n## Connecting\n\n### Cursor\n```json\n{\n  \"mcpServers\": {\n    \"churnsolution\": {\n      \"url\": \"https://mcp.churnsolution.com\"\n    }\n  }\n}\n```\n\n### VS Code\n```json\n{\n  \"servers\": {\n    \"churnsolution\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.churnsolution.com\"\n    }\n  }\n}\n```\n\n### Claude / ChatGPT\nAdd a custom connector pointing to `https://mcp.churnsolution.com` and set the\nauthentication mode to **OAuth**, then sign in to Churn Solution.\n\nFull setup guide: https://churnsolution.com/docs/mcp-server\n\n## About Churn Solution\n\nChurn Solution reduces cancellations, recovers failed payments, and wins back churned\nsubscribers for B2C subscription businesses on Stripe. Learn more at\n[churnsolution.com](https://churnsolution.com).\n",
  "bytes": 2542,
  "sha": "9554464a0ef28a102a0997312fcd43e5b4b41fb24f54f630860682019b0f6131",
  "repo_slug": "churnsolution/churnsolution-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_churnsolution_analytics_ddcd5104/readme"
}