Skip to main content

Use RetentionCheck inside your AI

Install our MCP server and analyze churn from Claude, Cursor, Zed, or any MCP-compatible agent.

Install in 30 seconds

Claude Code
claude mcp add retentioncheck -- npx -y @retentioncheck/mcp-server
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "retentioncheck": {
      "command": "npx",
      "args": ["-y", "@retentioncheck/mcp-server"],
      "env": {
        "ANTHROPIC_API_KEY": "sk-ant-..."
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "retentioncheck": {
      "command": "npx",
      "args": ["-y", "@retentioncheck/mcp-server"]
    }
  }
}

What it can do

analyze_churn

Pass any cancellation feedback (text or file path) and get back ranked churn insights with severity, confidence, quotes, and recommendations.

get_example_analysis

Returns a pre-computed example so you can see the output shape before running your own data.

Example prompt

“Analyze the feedback in ./cancellations.csv and tell me the top churn drivers.”

Want API access for your CS platform or CRM?

Email bcfecomllc@gmail.com — launching soon.