# Venture Drag-Along Rights Analyzer AI Agent Connect

> Calculates the impact of drag-along provisions on shareholder value and exit scenarios.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_w3qDOGbzjZAkprYHneVf5e8pqqgOTO7XKEZE1jyU/ai-agent-connect
- **Tags:** drag-along, shareholders, exit-strategy, equity, governance

## Description

This MCP server provides specialized tools for analyzing drag-along rights in shareholder agreements. It allows AI agents to determine if a majority group can force a sale using `calculate_drag_impact`, assess the economic outcome for non-participating holders with `evaluate_minority_value`, and identify potential blockers via `analyze_veto_risk`. It also enables complex modeling of multiple exit possibilities through `simulate_exit_scenarios` to find the most lucrative outcomes for drag parties.

## Tools

### analyze_veto_risk


### calculate_drag_impact


### evaluate_minority_value


### simulate_exit_scenarios


## Prompt Examples

**Prompt:** 
```
If the drag threshold is 60% and the founders own 65%, what is the impact of a $50M sale with a 5% min price protection?
```

**Response:** 
```
The drag-along is triggered. The negotiation leverage is High, and the sale can proceed.
```

**Prompt:** 
```
A minority holder has 5,000 shares out of 100,000 total. If the sale price is $10M and there is no minimum price protection, what is their payout?
```

**Response:** 
```
The expected payout for the minority shareholder is $500,000.
```

**Prompt:** 
```
Analyze the risk if the drag threshold is 75% but the required consent for a sale is 30% and minority holders own 26%.
```

**Response:** 
```
Veto power exists, and the risk level is High because the drag parties cannot act alone.
```

## Frequently Asked Questions

**How can I determine if a sale will be forced?**
You can use the `calculate_drag_impact` tool by providing the drag threshold and the ownership percentage of the initiating group.

**Can I calculate the specific payout for a minority holder?**
Yes, the `evaluate_minority_value` tool calculates the expected payout, accounting for any minimum price protections.

**How do I check if minority shareholders can block a sale?**
Use the `analyze_veto_risk` tool to assess if the required consent thresholds allow minority holders to exercise veto power.
