# Monthly Recurring Revenue (MRR) Analyzer AI Agent Connect

> Calculate MRR growth, churn analysis, and future revenue projections.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ghWPHvBO7SKfQSIx042rkCmKe5AcGsntMmKQQVMo/ai-agent-connect
- **Tags:** mrr, subscription, revenue, growth, churn

## Description

This MCP server provides essential financial intelligence for subscription-based businesses. It allows AI agents to perform deep analysis of revenue health using tools like `get_mrr_movement_summary` to track net growth, `get_mrr_churn_analysis` to evaluate retention, and `get_mrr_projection` to forecast future revenue based on growth rates and seasonality. It also includes `get_cohort_health_metrics` to monitor how specific customer groups perform over time.

## Tools

### get_cohort_health_metrics
Evaluates how different customer groups (cohorts) are performing over time

### get_mrr_churn_analysis
Provides a deep dive into the health of the customer base by isolating churn impacts

### get_mrr_movement_summary
Calculates the immediate changes in MRR for a specific period to determine net growth

### get_mrr_projection
Predicts future MRR based on growth rates and historical patterns

## Prompt Examples

**Prompt:** 
```
Calculate my net new MRR if I started with $10,000, gained $2,000 in new MRR, had $500 in expansion, and lost $300 to churn.
```

**Response:** 
```
Your net new MRR is $2,200, resulting in a total MRR of $12,200 after movement.
```

**Prompt:** 
```
Project my MRR for the next 3 months if I have $50,000 current MRR and a 5% monthly growth rate.
```

**Response:** 
```
Your projected MRR after 3 months will be $57,881.25.
```

**Prompt:** 
```
What is my churn rate if I have $10,000 MRR and lost $500 to cancellations and $200 to downgrades?
```

**Response:** 
```
Your churn rate is 7%.
```

## Frequently Asked Questions

**How can I predict my revenue for the next six months?**
You can use the `get_mrr_projection` tool. Provide your current MRR, expected monthly growth rate, and set the projection months to 6.

**What is the difference between churn and contraction?**
Churn refers to customers leaving entirely, while contraction refers to existing customers downgrading their plans. Both are analyzed using `get_mrr_churn_analysis`.

**Can I analyze specific customer cohorts?**
Yes, the `get_cohort_health_metrics` tool allows you to evaluate the performance and lifetime value of specific customer groups based on their age and churn rates.
