# Venture Management Fee Structure AI Agent Connect

> Calculate management fee economics, investable capital, and fee drag for VC funds.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_iAwSa7eX6Q9Z4RcYeYuHsH8fp4dkTpYKKarIgbXV/ai-agent-connect
- **Tags:** vc, management-fees, financial-modeling, fund-economics, investment-analysis

## Description

This MCP server provides specialized financial modeling tools for venture capital fund management. It allows AI agents to perform complex economic calculations including total fee impact, investable capital availability, and the mathematical drag fees exert on investment returns. Key capabilities include using `calculate_fee_economics` to model fund-wide fee impacts, `analyze_step_down_impact` to evaluate fee reduction schedules, `calculate_investable_capital_with_recycling` to account for reinvested proceeds, and `estimate_fee_drag_on_returns` to quantify performance reduction.

## Tools

### calculate_investable_capital_with_recycling
Determines the actual amount of capital available for deployment when exit proceeds are recycled

### analyze_step_down_impact
Evaluates how different fee reduction schedules affect the total lifetime fees

### estimate_fee_drag_on_returns
Quantifies the mathematical drag that management fees exert on the investment performance

### calculate_fee_economics
Calculates the total fee impact and capital availability for a fund

## Prompt Examples

**Prompt:** 
```
Calculate the fee economics for a $100M fund with a 2% fee and a 1.5% step-down in year 4.
```

**Response:** 
```
The total fees for the $100M fund over its lifecycle, accounting for the step-down in year 4, are $18.5M, leaving $81.5M in investable capital.
```

**Prompt:** 
```
What is the fee drag on a 3x MOIC if total fees are $5M on a $50M fund?
```

**Response:** 
```
The effective MOIC is 2.7x, resulting in a fee drag of 300 basis points.
```

**Prompt:** 
```
How much capital is available if we recycle 20% of exits in a $50M fund with $5M in fees?
```

**Response:** 
```
The net investable capital is $45M, and the total deployed capital, including the 20% recycling, is $49M.
```

## Frequently Asked Questions

**How does this tool help with fund modeling?**
It provides precise calculations for management fees, including the impact of step-down schedules and capital recycling on total investable capital.

**Can I model fee reduction over time?**
Yes, you can use `analyze_step_down_impact` to compare different fee reduction schedules and see how they affect lifetime fees.

**How is fee drag calculated?**
The `estimate_fee_drag_on_returns` tool calculates the effective MOIC and the drag in basis points by adjusting the target return by the ratio of fees to total capital.
