# Venture Redemption Rights AI Agent Connect

> Calculates the financial economics, solvency risks, and probabilities of venture capital redemption rights.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_HgvOn6XGkgdBL0BVNsZsAiRo1tR6rfyGuyTx6bqJ/ai-agent-connect
- **Tags:** redemption, solvency, economics, venture-capital, risk

## Description

This MCP server provides specialized tools for modeling the economic impact of venture capital redemption rights. It allows investors and analysts to calculate the `get_redemption_value` based on company cash, measure `calculate_downside_protection` against investment loss, estimate the `evaluate_trigger_probability` based on time and growth, and verify legal compliance using `check_legal_solvency` under USA and European standards.

## Tools

### evaluate_trigger_probability
Estimates the likelihood that a redemption event will occur based on the time remaining and the company's operational state

### get_redemption_value
Determines the total economic value an investor stands to receive if the redemption is successfully triggered

### calculate_downside_protection
Measures the degree of protection the redemption right provides against total loss of investment

### check_legal_solvency
Evaluates whether a redemption can be legally executed under USA and European solvency standards

## Prompt Examples

**Prompt:** 
```
Calculate the redemption value for a $5,000,000 redemption price with $3,000,000 in company cash.
```

**Response:** 
```
The theoretical redemption value is $5,000,000, but the effective payout is $3,000,000 due to the current cash position, leaving a solvency gap of $2,000,000.
```

**Prompt:** 
```
What is the downside protection for a $1,000,000 redemption with a 0.5 trigger probability and $800,000 cash?
```

**Response:** 
```
The expected recovery value is $500,000, with a risk exposure of $500,000 based on the provided probability and cash constraints.
```

**Prompt:** 
```
Check if a $2,000,000 redemption is legal if the company has $2,500,000 cash and $1,000,000 in total liabilities.
```

**Response:** 
```
The redemption is legally viable. After paying the $2,000,000, the company maintains a solvency margin of $500,000 above its liabilities.
```

## Frequently Asked Questions

**How does this tool handle solvency constraints?**
The `check_legal_solvency` tool evaluates if a redemption request would violate legal requirements by comparing the company's cash position against its total liabilities.

**Can I calculate the actual payout if the company has low cash?**
Yes, using `get_redemption_value`, you can determine the effective payout, which is the lesser of the redemption price or the available company cash.

**What factors influence the trigger probability?**
The `evaluate_trigger_probability` tool uses the redemption period, years elapsed, and the company's growth trajectory to estimate the likelihood of a redemption event.
