# Enterprise Churn Analyzer AI Agent Connect

> Analyze churn rates, revenue impact, and risk indicators across enterprise customer tiers.

## Overview
- **Category:** business-intelligence
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Op8QTDKGFUBIu7lEmSXREq4ApTCCI9nYIjtB9uMb/ai-agent-connect
- **Tags:** churn, revenue, enterprise, metrics, saas-analytics

## Description

This MCP server provides deep visibility into customer attrition by segmenting data into distinct business tiers. It allows AI agents to distinguish between logo churn (customer count) and revenue churn (ARR impact), which is critical for identifying whether small customers or high-value 'whales' are leaving. Use `get_tier_summary` to view high-level metrics, `get_churn_reason_distribution` to identify why customers leave, `analyze_risk_indicators` to detect dangerous churn patterns, and `compare_tiers_performance` to evaluate volatility between different segments.

## Tools

### compare_tiers_performance
Compares key churn metrics across two different tiers to identify disproportionate loss

### analyze_risk_indicators
Evaluates whether a tier is experiencing "dangerous" churn patterns based on revenue and logo correlations

### get_churn_reason_distribution
Identifies the most common reasons why customers are leaving within a specific tier

### get_tier_summary
Provides a high-level overview of churn metrics for a specific customer tier

## Prompt Examples

**Prompt:** 
```
What is the current churn status for the Enterprise tier?
```

**Response:** 
```
The Enterprise tier currently has a logo churn rate of 2% and a revenue churn rate of 8%, indicating a high risk due to high-value customer loss.
```

**Prompt:** 
```
Why are customers in the Mid-Market tier leaving?
```

**Response:** 
```
The primary reasons for churn in the Mid-Market tier are pricing competition (45%) and product feature gaps (30%).
```

**Prompt:** 
```
Compare the churn performance between SMB and Enterprise tiers.
```

**Response:** 
```
The SMB tier has a higher logo churn delta, while the Enterprise tier shows a significantly higher revenue impact ratio.
```

## Frequently Asked Questions

**How does this tool help identify high-value customer loss?**
By using `analyze_risk_indicators`, you can detect if revenue churn is significantly higher than logo churn, which signals that high-value customers are leaving.

**Can I compare different customer segments?**
Yes, the `compare_tiers_performance` tool allows you to compare churn metrics and revenue impact between any two tiers like SMB and Enterprise.

**What metrics are included in the tier summary?**
The `get_tier_summary` tool provides logo churn rate, revenue churn rate, total customers, total ARR, churned customers, and lost ARR.
