# Venture Fund Markup Analysis AI Agent Connect

> Analyze venture capital fund performance through markup velocity and valuation quality.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_wSHhBngYsbJ6o6KQms9vt7rKTY5dIbeywWaIibN8/ai-agent-connect
- **Tags:** fund-performance, valuation, markup, venture-capital, financial-analysis

## Description

This MCP server provides deep insights into venture capital fund performance. It allows AI agents to evaluate how quickly portfolio companies are growing using `analyze_markup_velocity`, assess the reliability of unrealized gains with `evaluate_valuation_quality`, and identify the gap between paper wealth and cash exits via `calculate_return_divergence`. Additionally, it can detect artificial valuation shifts using `track_methodology_impact`.

## Tools

### analyze_markup_velocity
Determines the rate of valuation growth for a specific company

### track_methodology_impact
g. multiples to DCF) artificially changed the valuation.

Analyzes how changes in valuation logic affect reported fund performance

### calculate_return_divergence
Compares theoretical paper gains against actual cash realized

### evaluate_valuation_quality
Assesses the reliability of the current unrealized gains

## Prompt Examples

**Prompt:** 
```
How fast is company ABC's valuation growing over the last 4 quarters?
```

**Response:** 
```
Company ABC has shown a steady upward trend with a velocity rate of 15% per quarter over the last four quarters.
```

**Prompt:** 
```
Is the current valuation for company XYZ reliable?
```

**Response:** 
```
The valuation for company XYZ is considered high quality as it was supported by a funding round in the last two quarters.
```

**Prompt:** 
```
What is the divergence between paper and realized returns for Fund Alpha?
```

**Response:** 
```
Fund Alpha has a paper return of 45% and a realized return of 12%, resulting in a divergence gap of 33%.
```

## Frequently Asked Questions

**How do I check if a company's valuation is growing quickly?**
You can use the `analyze_markup_velocity` tool to determine the rate of valuation growth for a specific company over a set number of quarters.

**What is the difference between paper returns and realized returns?**
Paper returns are the theoretical gains shown on the fund's books from markups, while realized returns are the actual cash distributed from exits. Use `calculate_return_divergence` to find the gap between them.

**Can I see if a valuation change was caused by a change in accounting logic?**
Yes, the `track_methodology_impact` tool analyzes how shifts in valuation methodology affect reported performance.
