# Venture Fund DPI Calculator AI Agent Connect

> Calculate DPI, TVPI, and RVPI ratios for venture capital funds.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_SVfBTkumP2gvpQ52q2vwdkpESku90OYazfCuFfBt/ai-agent-connect
- **Tags:** dpi, tvpi, private-equity, fund-performance, financial-analysis

## Description

This MCP server provides specialized financial tools for private equity and venture capital analysis. It allows AI agents to calculate the Distributed to Paid-In (DPI) ratio, evaluate performance against industry benchmarks, and assess total value impact using TVPI and RVPI metrics. Use `calculate_current_dpi` for core ratios, `get_vintage_performance` to compare fund cohorts, `compareToBenchmark` to check performance tiers, and `calculate_total_value_impact` for a complete view of realized and unrealized value.

## Tools

### compare_to_benchmark
Evaluates a fund's performance against industry standard benchmarks

### get_vintage_performance
Aggregates and compares DPI ratios across different fund vintages

### calculate_current_dpi
Calculates the core DPI ratio for a specific fund based on its current financial state

### calculate_total_value_impact
Provides a holistic view of value by combining DPI with the remaining NAV

## Prompt Examples

**Prompt:** 
```
What is the DPI for a fund with $50M in distributions and $40M paid-in capital?
```

**Response:** 
```
The DPI for this fund is 1.25.
```

**Prompt:** 
```
Compare a fund with 1.5 DPI and 6 years of age against the growth benchmark.
```

**Response:** 
```
The fund is outperforming the growth benchmark.
```

**Prompt:** 
```
Calculate the total value impact for $30M distributions, $20M NAV, and $40M paid-in.
```

**Response:** 
```
The DPI is 0.75, the TVPI is 1.25, and the RVPI is 0.5.
```

## Frequently Asked Questions

**How is DPI calculated?**
DPI is calculated by dividing the total distributions (cash and in-kind) by the total paid-in capital. The `calculate_current_dpi` tool also accounts for recycled capital to ensure accuracy.

**Can I compare my fund to industry standards?**
Yes, you can use the `compareToBenchmark` tool to evaluate if a fund is outperforming, at-benchmark, or underperforming based on its age and tier.

**What is the difference between DPI and TVPI?**
DPI measures realized value (distributions), while TVPI (Total Value to Paid-In) measures both realized and unrealized value (distributions plus NAV). Use `calculate_total_value_impact` to see both.
