# Venture Tag-Along Rights Calculator AI Agent Connect

> Calculates financial protection value and liquidity benefits of tag-along rights during co-sale opportunities.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_0yDjfNdbxQQmTY9z5ETeh9aukG9bZ0L6Jrc7kxbY/ai-agent-connect
- **Tags:** tag-along, co-sale, liquidity, equity, valuation

## Description

This MCP server provides specialized tools for venture capital and private equity professionals to quantify the impact of tag-along rights. By connecting AI agents to precise financial models, it enables the calculation of protection value, liquidity benefits, and negotiation leverage during exit events. Use `simulate_exit_scenario` to model a complete transaction, or `calculate_protection_value` to determine the specific dollar amount gained by protected shareholders when a majority holder exits.

## Tools

### calculate_protection_value
Determines the specific dollar amount of value gained by protected shareholders through the exercise of tag-along rights

### simulate_exit_scenario
Provides a comprehensive overview of a potential exit event by combining protection, liquidity, and leverage metrics

### evaluate_liquidity_impact
Analyzes how much the tag-along right improves the exit timing and ease of liquidation for the protected shareholder

### determine_negotiation_leverage
Assesses the strategic position of the protected shareholder based on the trigger conditions

## Prompt Examples

**Prompt:** 
```
Calculate the protection value for 50,000 shares if the majority holder is selling at $15.00 per share with a 10% tag threshold.
```

**Response:** 
```
The protection value for the 50,000 shares at a price of $15.00 per share is $750,000.00.
```

**Prompt:** 
```
What is the negotiation priority if the tag threshold is 5% and the majority stake is 60%?
```

**Response:** 
```
The negotiation priority is High due to the low 5% trigger threshold, providing significant strategic advantage.
```

**Prompt:** 
```
Simulate an exit where 100,000 shares are sold at $20.00 per share with a 15% threshold and 50,000 protected shares.
```

**Response:** 
```
The simulated exit results in a total protection value of $1,000,000.00 with a significant liquidity benefit.
```

## Frequently Asked Questions

**What is the purpose of the `calculate_protection_value` tool?**
It determines the specific dollar amount of value gained by protected shareholders when they exercise their right to participate in a majority shareholder's exit.

**How can I model a full exit event?**
You can use the `simulate_exit_scenario` tool, which aggregates protection, liquidity, and leverage metrics into a single decision-support object.

**Does this tool account for the trigger threshold?**
Yes, the tools require the `tagThreshold` to ensure the calculation respects the specific percentage of ownership that must be sold to trigger the rights.
