# Player Spending LTV Calculator MCP

> Player Spending LTV Calculator MCP calculates player Lifetime Value (LTV), Breakeven CAC, and retention impact for mobile gaming. It helps you figure out if your acquisition spend is actually making money by analyzing player segments and revenue splits.

## Overview
- **Category:** gaming
- **Price:** Free
- **Tags:** ltv, arpu, churn, mobile-gaming, cac, retention

## Description

You're trying to figure out if your latest ad campaign is actually making money or just burning your budget. This MCP handles the heavy lifting for mobile game economics. Instead of pulling numbers into a messy spreadsheet, you can just ask your agent to run the math. It looks at your player segments and tells you exactly what your maximum acquisition cost should be before you start losing money. You can see how your revenue actually splits out across different types of players and get a clear picture of what happens to your bottom line if you manage to keep people in the game just a little bit longer. It's about moving from a gut feeling to knowing your breakeven point. You can find this in the Vinkius catalog to get your agent connected to these specific calculations without the headache of building a custom dashboard.

## Tools

### get_retention_impact
Calculates the dollar value of a 1% reduction in player churn.

### get_revenue_distribution
Shows how revenue splits across different player segments.

### get_segment_economics
Calculates LTV and Breakeven CAC for a specific player segment.

## Prompt Examples

**Prompt:** 
```
Calculate the LTV for a whale segment with 5.00 ARPU, 0.02 churn rate, and 70% margin.
```

**Response:** 
```
The calculated LTV for the whale segment is 175.00, with a Breakeven CAC of 175.00.
```

**Prompt:** 
```
What is the revenue distribution across segments?
```

**Response:** 
```
{ "free": 0.1, "dolphin": 0.2, "whale": 0.7 }
```

**Prompt:** 
```
How much is a 1% reduction in churn worth for a dolphin player with 1.00 ARPU, 0.10 churn, and 70% margin?
```

**Response:** 
```
Reducing the churn rate by one percentage point results in a value increase of 0.70 per player.
```

## Capabilities

### Calculate max acquisition costs
Find the highest amount you can spend to get a new player without losing money.

### Map revenue splits
See how your total revenue is distributed across different player segments.

### Quantify retention value
Get the exact dollar amount a 1% drop in churn is worth for your game.

### Model player lifetime value
Calculate the total expected spend for different types of players.

### Identify breakeven points
Determine the point where your player acquisition costs meet your revenue.

## Use Cases

### Checking CAC viability
A growth lead wants to know if they can afford a $10 CAC for a new whale segment. They ask the agent to run get_segment_economics to see the breakeven point.

### Justifying retention updates
A product manager needs to show the CFO how much money the company saves by improving player retention by just 1%. They use get_retention_impact to get the dollar value.

### Modeling new game launches
A data analyst wants to model the theoretical revenue split for a new game launch. They use get_revenue_distribution to see the 80/20 rule across segments.

### Comparing player types
A marketing manager wants to see the LTV of dolphin players vs. free-to-play users. They use get_segment_economics to compare the two groups.

## Benefits

- Stop overpaying for users by using get_segment_economics to find your true breakeven CAC.
- Prove the value of retention features by using get_retention_impact to see the dollar impact of small churn drops.
- Visualize your revenue splits across player types with get_revenue_distribution to see who's actually paying.
- Make faster pivot decisions on your marketing spend when you have instant LTV numbers.
- Identify which segments are your highest priority by seeing the 80/20 rule in your revenue data.

## How It Works

The bottom line is you stop guessing which player segments are actually worth your marketing spend.

1. Input your segment data like ARPU, churn rate, and profit margins.
2. Ask your agent to run the economic calculations for that specific group.
3. Get a clear breakdown of the LTV and your breakeven limits.

## Frequently Asked Questions

**What does Player Spending LTV Calculator MCP actually do?**
It calculates key mobile gaming metrics like LTV, Breakeven CAC, and retention impact.

**How do I find my breakeven CAC with Player Spending LTV Calculator MCP?**
You use the get_segment_economics tool to input your segment's ARPU, churn, and margin.

**Can Player Spending LTV Calculator MCP show me revenue splits?**
Yes, use get_revenue_distribution to see how revenue is spread across different player segments.

**How does Player Spending LTV Calculator MCP calculate retention?**
You use get_retention_impact to see the dollar value of a 1% reduction in your churn rate.

**Is Player Spending LTV Calculator MCP for all types of games?**
It's specifically designed for mobile gaming economics and player spending analysis.

**Which AI clients are compatible with the Player Spending LTV Calculator MCP?**
It works with any MCP-compatible client. You can connect it to Claude, Cursor, Windsurf, or VS Code to run your gaming economics analysis.

**Does the Player Spending LTV Calculator MCP store any of my data?**
No, it doesn't store any data. It's an analytical engine that processes the numbers you provide on the fly without saving them to an external database.

**What data is required for the get_segment_economics tool?**
You need to provide the ARPU, churn rate, and profit margin. The MCP uses these specific metrics to calculate the LTV and breakeven CAC for your segment.