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-serverClaude 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_churnPass any cancellation feedback (text or file path) and get back ranked churn insights with severity, confidence, quotes, and recommendations.
get_example_analysisReturns 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.”