# Venture No-Shop Provision Analyzer AI Agent Connect

> Analyze the economic impact of exclusivity periods and break-up fees in M&A.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_RywJLydIuAErBivRJ5Ni3AHygIwj83SuddoW3tMI/ai-agent-connect
- **Tags:** economics, exclusivity, breakup-fee, valuation, risk-analysis

## Description

This MCP server provides financial modeling tools to evaluate no-shop provisions in venture capital and M&A transactions. It calculates the economic cost of exclusivity, evaluates break-up fee impacts including fiduciary carve-outs, and simulates various bidding scenarios. Use `get_no_shop_summary` for a holistic risk assessment or `calculate_exclusivity_impact` to determine the specific cost of restricted optionality.

## Tools

### calculate_exclusivity_impact
Calculate exclusivity impact

### simulate_bid_scenarios
Simulate bid scenarios

### analyze_breakup_fee
Analyze breakup fee

### get_no_shop_summary
Get no-shop summary

## Prompt Examples

**Prompt:** 
```
What is the economic impact of a 30-day exclusivity period with a 5% daily deal value and a 20% chance of a competing bid?
```

**Response:** 
```
The exclusivity value is $300,000 and the projected opportunity cost is $150,000.
```

**Prompt:** 
```
Analyze a $100M deal with a 3% breakup fee and fiduciary carve-outs enabled.
```

**Response:** 
```
The nominal breakup fee is $3,000,000, while the effective breakup fee is reduced due to the fiduciary carve-out.
```

**Prompt:** 
```
Give me a summary for a 45-day exclusivity, $50M deal, 2% breakup fee, 10% bid probability, and fiduciary carve-outs enabled.
```

**Response:** 
```
The total exclusivity risk is $450,000 with an expected breakup fee impact of $1,000,000. The risk assessment indicates a moderate risk profile.
```

## Frequently Asked Questions

**How does this tool account for fiduciary carve-outs?**
The `analyze_breakup_fee` tool adjusts the effective fee when fiduciary carve-outs are enabled, reflecting the reduced economic penalty when a board acts in shareholder interests.

**What is the difference between exclusivity value and opportunity cost?**
Exclusivity value is the calculated economic cost of the restricted period, while opportunity cost represents the projected value of lost alternative bids.

**Can I simulate multiple competition probabilities at once?**
Yes, you can use `simulate_bid_scenarios` to model different economic outcomes across a range of competing bid probabilities.
