# Unit Economics & LTV Analyzer AI Agent Connect

> Calculate LTV, LTV:CAC ratios, and payback periods with expansion revenue modeling.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_MbHcAdM93dJwNWqrnDbaDaZXb2tjG9UUXrfeIj6R/ai-agent-connect
- **Tags:** ltv, cac, unit-economics, financial-modeling, saas

## Description

This MCP server provides precise financial modeling tools for analyzing customer unit economics. It allows AI agents to calculate fundamental lifetime value using `calculate_basic_ltv`, evaluate marketing efficiency with `analyze_acquisition_efficiency`, determine break-even timing via `calculate_payback_period`, and model the uplift from upsells using `model_expansion_impact`. It is designed to help businesses understand their growth sustainability through cohort-based metrics.

## Tools

### analyze_acquisition_efficiency
Analyze marketing spend efficiency relative to customer value

### calculate_basic_ltv
Calculate the fundamental lifetime value of a customer

### calculate_payback_period
Calculate the months required to break even on a new customer

### model_expansion_impact
Calculate the impact of expansion revenue on LTV

## Prompt Examples

**Prompt:** 
```
What is the lifetime value for a customer with $50 ARPU, 70% margin, 2% churn, and 1% discount rate?
```

**Response:** 
```
The calculated lifetime value is $2,315.79 with an expected lifespan of 50 months.
```

**Prompt:** 
```
Is an LTV of $500 and a CAC of $100 considered efficient?
```

**Response:** 
```
Yes, the LTV:CAC ratio is 5.0, which is considered a Healthy efficiency status.
```

**Prompt:** 
```
How long will it take to break even if CAC is $1200, ARPU is $100, and gross margin is 80%?
```

**Response:** 
```
The payback period is 15 months.
```

## Frequently Asked Questions

**How does this tool handle expansion revenue?**
The `model_expansion_impact` tool calculates how additional revenue from upsells or seat expansions increases the total LTV compared to the base model.

**Can I calculate my payback period?**
Yes, you can use `calculate_payback_period` to determine exactly how many months it takes to recover your customer acquisition costs.

**What metrics are included in the LTV calculation?**
The `calculate_basic_ltv` tool uses ARPU, gross margin, churn rate, and discount rate to provide both the total LTV and the expected customer lifespan.
