# Venture Associate Carry Spread AI Agent Connect

> Financial modeling for VC carry allocations and junior team retention.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_r2E1cte94ufcZj7RfxGbjYOpTmj66knfA7XfaOe1/ai-agent-connect
- **Tags:** vc, carry, compensation, modeling, finance

## Description

This MCP server provides specialized financial modeling tools for venture capital firms to evaluate the economic impact of carried interest (carry) for junior team members. It allows firms to calculate individual associate carry using `calculate_associate_carry`, assess the financial risk of turnover with `evaluate_retention_incentive`, compare offers against market standards via `check_recruitment_competitiveness`, and model career progression using `simulate_promotion_impact`.

## Tools

### calculate_associate_carry
Determines the individual dollar value of carry for a single associate based on fund assumptions

### check_recruitment_competitiveness
Assesses if the current carry structure is sufficient to attract top-tier talent

### evaluate_retention_incentive
Measures the financial risk of losing a junior team member by calculating the value of unvested carry

### simulate_promotion_impact
Predicts how an individual's carry will change when they move from a junior role to a senior role

## Prompt Examples

**Prompt:** 
```
Calculate the carry for an associate in a $100M profit fund with a 20% carry pool, 15% junior allocation, 5 junior members, and a 1.2 performance multiplier.
```

**Response:** 
```
The total junior pool is $3,000,000, and the performance-adjusted carry for this associate is $720,000.
```

**Prompt:** 
```
What is the unvested carry value for an associate with $500,000 total carry who has already vested 40%?
```

**Response:** 
```
The unvested carry value is $300,000.
```

**Prompt:** 
```
If an associate has $200,000 carry and a promotion multiplier of 2.5 with a 70% probability, what is the career path value?
```

**Response:** 
```
The expected future carry is $500,000, and the total career path value is $410,000.
```

## Frequently Asked Questions

**How is individual carry calculated?**
The `calculate_associate_carry` tool determines the value by applying the junior allocation percentage and performance multiplier to the total projected fund profit.

**Can I model the impact of a promotion?**
Yes, you can use `simulate_promotion_impact` to predict how an individual's carry will change when moving from a junior to a senior role.

**How does the tool help with recruitment?**
The `check_recruitment_competitiveness` tool compares a specific carry offer against market benchmarks to determine if the offer is competitive.
