# Enterprise Customer Economics by Tier AI Agent Connect

> Analyze unit economics, LTV:CAC ratios, and tier prioritization for enterprise segments.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_x9rxmsEPmAwlJZftjYzT9RSj0wIfJ9oFIrcFKqzd/ai-agent-connect
- **Tags:** unit-economics, ltv, cac, enterprise, profitability

## Description

This MCP server provides analytical tools to evaluate the profitability of different customer segments. Use `calculate_tier_economics` to determine LTV:CAC ratios and payback periods, or `get_tier_prioritization` to rank segments for strategic resource allocation. You can also use `simulate_expansion_impact` to predict how changes in expansion rates affect long-term value, or `compare_tiers_efficiency` for side-by-side capital efficiency comparisons.

## Tools

### calculate_tier_economics
Calculates core unit economic metrics for a specific set of customer tiers

### compare_tiers_efficiency
Provides a side-by-side comparison of two specific tiers to determine which is more capital-efficient

### get_tier_prioritization
Ranks customer tiers to identify which segments offer the best return on investment

### simulate_expansion_impact
Predicts how changes in the expansion rate of a specific tier will affect its overall LTV:CAC ratio

## Prompt Examples

**Prompt:** 
```
Calculate the unit economics for SMB, Mid-Market, and Enterprise tiers with the following data: SMB (CAC: 500, LTV: 2000, Retention: 0.8, Expansion: 0.05), Mid-Market (CAC: 5000, LTV: 25000, Retention: 0.9, Expansion: 0.1), Enterprise (CAC: 50000, LTV: 300000, Retention: 0.95, Expansion: 0.15).
```

**Response:** 
```
The SMB tier has an LTV:CAC of 4.0 with a 3-month payback. Mid-Market shows an LTV:CAC of 5.0 with a 4-month payback. Enterprise leads with an LTV:CAC of 6.0 and a 5-month payback.
```

**Prompt:** 
```
Which tier is more efficient: SMB or Mid-Market, given SMB has CAC 500/LTV 2000 and Mid-Market has CAC 5000/LTV 25000?
```

**Response:** 
```
Mid-Market is the winner with an LTV:CAC ratio of 5.0, compared to SMB's ratio of 4.0.
```

**Prompt:** 
```
What happens to the Enterprise tier LTV:CAC if the expansion rate increases from 0.15 to 0.20?
```

**Response:** 
```
Increasing the expansion rate to 0.20 for the Enterprise tier results in a projected LTV:CAC of 7.2, representing a 20% increase from the original ratio.
```

## Frequently Asked Questions

**How do I calculate the health of my customer segments?**
You can use the `calculate_tier_economics` tool. It evaluates the LTV:CAC ratio and returns a qualitative health score like 'Excellent' or 'Critical'.

**Can I predict the impact of upsells on my unit economics?**
Yes, the `simulate_expansion_impact` tool allows you to test how a specific target expansion rate changes the projected LTV:CAC ratio for a tier.

**How can I decide which customer tier to prioritize for marketing?**
Use the `get_tier_prioritization` tool. It ranks tiers based on a composite of LTV:CAC and payback period to identify the most efficient segments.
