# Venture Co-Investment Analyzer AI Agent Connect

> Analyze co-investment economics, LP profitability, and allocation strategies.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Xe5a49JLYkblqED3g4JuYshRa3vwSDkxs7j45Xkd/ai-agent-connect
- **Tags:** co-investment, lp-economics, venture-capital, returns-analysis, allocation-strategy

## Description

This MCP server provides specialized tools for Limited Partners (LPs) to evaluate co-investment opportunities. It calculates the net return advantage using `get_return_advantage`, models total LP profitability with `calculate_lp_economics`, and provides strategic guidance via `evaluate_allocation_strategy`. It helps LPs understand the impact of fee waivers, carry sharing, and minimum commitment requirements to make informed capital allocation decisions.

## Tools

### evaluate_allocation_strategy
Provide guidance on whether to commit capital based on rights and requirements

### calculate_lp_economics
Model the total profit and loss for the Limited Partner

### get_return_advantage
Determine how much more efficient the co-investment is compared to the primary fund

## Prompt Examples

**Prompt:** 
```
Calculate the LP economics for a $5M co-investment with a $50M exit value, 20% carry sharing, and no fee waiver.
```

**Response:** 
```
The total profit is $35,000,000 with an effective multiple of 8.0x and a net yield of 700%.
```

**Prompt:** 
```
Is a $2M co-investment advantageous if the primary fund returns 15%, the co-investment returns 18%, and fees are waived?
```

**Response:** 
```
Yes, the co-investment provides a significant net return advantage due to the fee waiver.
```

**Prompt:** 
```
I want to invest $1M, but the minimum commitment is $2M and I don't have specific access rights. What should I do?
```

**Response:** 
```
The recommendation is to Decline, as the proposed amount is below the minimum commitment and no access rights are present.
```

## Frequently Asked Questions

**How does this tool help with LP economics?**
You can use `calculate_lp_economics` to model total profit, effective multiples, and net yields based on projected exit values and carry sharing percentages.

**Can I evaluate if a co-investment is better than the main fund?**
Yes, the `get_return_advantage` tool compares the efficiency of the co-investment against the primary fund, accounting for fee waivers.

**How are allocation recommendations made?**
The `evaluate_allocation_strategy` tool provides recommendations by analyzing your commitment amount against minimum requirements and access rights.
