# Venture Follow-on Reserve Sizing AI Agent Connect

> Calculate optimal capital reserves for venture capital follow-on investments.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_DKAL64twYrupnA66Pfc66BirN5sQ29sVja2vlkdW/ai-agent-connect
- **Tags:** vc, reserves, follow-on, capital-allocation, financial-modeling

## Description

This MCP server provides specialized financial modeling tools for venture capital firms to manage follow-on capital. It allows users to calculate the optimal reserve ratio, project annual deployment schedules, and reallocate reserves based on company performance tiers. Use `calculate_reserve_summary` to determine the initial vs. reserve split, `project_deployment_schedule` to plan capital over time, `allocate_by_performance_tier` to prioritize high-growth companies, and `validate_reserve_adequacy` to check if current reserves meet projected needs.

## Tools

### project_deployment_schedule
Determines how the reserves should be distributed over time across the portfolio

### validate_reserve_adequacy
Compares the calculated reserves against the expected follow-on needs

### allocate_by_performance_tier
g., high, medium, low).

Reallocates the total reserve based on the projected performance of portfolio companies

### calculate_reserve_summary
Provides a high-level overview of the fund's allocation between initial investments and reserves

## Prompt Examples

**Prompt:** 
```
Calculate the reserve summary for a $100M fund with a 60% initial investment ratio and 20 portfolio companies.
```

**Response:** 
```
For a $100M fund with a 60% initial investment ratio, the initial investment amount is $60M and the total reserve amount is $40M. The optimal reserve ratio is 40%, and the reserve per company is $2M.
```

**Prompt:** 
```
Project a deployment schedule for $40M in reserves over 5 years for 20 companies.
```

**Response:** 
```
The annual reserve allocation for the 5-year period is $8,000,000 per year, totaling $40,000,000.
```

**Prompt:** 
```
Is a $30M reserve adequate for expected follow-on needs of $35M?
```

**Response:** 
```
No, the reserves are not adequate. There is a shortfall of $5,000,000.
```

## Frequently Asked Questions

**How do I calculate the reserve per company?**
You can use the `calculate_reserve_summary` tool, which takes the fund size, initial investment ratio, and portfolio company count to return the average reserve available per company.

**Can I prioritize certain companies for follow-on funding?**
Yes, the `allocate_by_performance_tier` tool allows you to distribute reserves based on performance categories like high, medium, or low priority.

**How can I check if my reserves are sufficient?**
Use the `validate_reserve_adequacy` tool to compare your total available reserves against your expected follow-on needs.
