# Enterprise Logo Retention Analytics AI Agent Connect

> Analyze customer retention rates, tier breakdowns, and churn risks for enterprise segments.

## Overview
- **Category:** business-intelligence
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_yvYLJEzwqvKSeaPwrOiN7ih6ZcXhELBEaCT7qeve/ai-agent-connect
- **Tags:** retention, churn, enterprise, metrics, customer-success

## Description

This MCP server provides specialized analytics for monitoring customer stability. It allows AI agents to calculate the overall logo retention rate using `calculate_logo_retention`, segment retention performance via `analyze_retention_by_tier`, and identify why customers leave with `summarize_churn_reasons`. Additionally, it can forecast future instability using `get_churn_prediction_indicators` to identify high-risk segments based on churn patterns.

## Tools

### get_churn_prediction_indicators
Identifies emerging churn risks based on tier data and churn events

### analyze_retention_by_tier
g., Enterprise, SMB).

Analyzes retention rates across different customer tiers

### calculate_logo_retention
Calculates the overall logo retention rate for the period

### summarize_churn_reasons
Summarizes the reasons why customers are churning

## Prompt Examples

**Prompt:** 
```
What was our logo retention rate if we started with 100 customers and lost 5?
```

**Response:** 
```
The logo retention rate is 95%.
```

**Prompt:** 
```
Summarize the reasons for churn from these events: [{'reason': 'Price', 'tier': 'Enterprise'}, {'reason': 'Product Gap', 'tier': 'Enterprise'}]
```

**Response:** 
```
There were 2 total churned customers. The reasons were: Price (1) and Product Gap (1).
```

**Prompt:** 
```
Show me the retention breakdown for these tiers: [{'tierName': 'Enterprise', 'tierStartCount': 50, 'tierLostCount': 2}, {'tierName': 'SMB', 'tierStartCount': 100, 'tierLostCount': 10}]
```

**Response:** 
```
The Enterprise tier has a retention rate of 96%, and the SMB tier has a retention rate of 90%.
```

## Frequently Asked Questions

**What is the difference between logo retention and revenue retention?**
Logo retention measures the percentage of unique customer entities maintained, whereas revenue retention measures the percentage of revenue maintained. This tool focuses on the count of unique logos.

**How can I identify which customer segments are most at risk?**
You can use the `get_churn_prediction_indicators` tool to identify segments with high risk scores and their primary churn reasons.

**Can I see retention rates for specific tiers like Enterprise or SMB?**
Yes, the `analyze_retention_by_tier` tool provides a breakdown of retention rates for each customer segment provided in the input.
