# Venture Legal Fee Coverage AI Agent Connect

> Calculates equitable legal fee allocation between investors and companies during venture financing rounds.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_E1Ff8DokxagRHvqsfiKWRMysgyV1wwDyWG3mw8px/ai-agent-connect
- **Tags:** venture-capital, legal-fees, negotiation, deal-structuring, finance-tools

## Description

This MCP server provides specialized negotiation intelligence for venture capital transactions. It helps parties determine fair legal fee distribution by analyzing deal size, complexity, and market standards. Use `calculate_recommended_coverage` to find the ideal investor contribution, `get_cost_sharing_breakdown` to see the split between company and investor, `analyze_negotiation_range` to identify safe negotiation zones, and `evaluate_deal_scaling_impact` to adjust for economies of scale and complexity.

## Tools

### analyze_negotiation_range
Identifies the safe zone for negotiators to prevent deal friction

### calculate_recommended_coverage
Determines the most equitable amount the investor should contribute toward legal fees

### evaluate_deal_scaling_impact
Adjusts fee expectations based on the volume and intricacy of the transaction

### get_cost_sharing_breakdown
Provides a detailed split of how the total legal expenditure should be distributed

## Prompt Examples

**Prompt:** 
```
What is the recommended investor contribution for a $5M Series A deal with $50k investor fees, $30k company fees, and a 20% cap?
```

**Response:** 
```
The recommended investor contribution is $16,000, with the company responsible for $34,000.
```

**Prompt:** 
```
Show me the cost sharing breakdown for a seed round with $20,000 in total fees.
```

**Response:** 
```
For a seed round, the company share is $18,000 and the investor share is $2,000, resulting in a 90/10 ratio.
```

**Prompt:** 
```
What is the negotiation range for a deal where investor fees are $40,000 and company fees are $40,000 with a 25% cap?
```

**Response:** 
```
The minimum investor contribution is $20,000 and the maximum is $20,000, resulting in a high tension level.
```

## Frequently Asked Questions

**How does this tool help in a Series A negotiation?**
It uses `get_cost_sharing_breakdown` with the 'series_a' tier to provide the standard split between the company and the investor based on current market practices.

**Can I account for highly complex international deals?**
Yes, you can use `calculate_recommended_coverage` and set the `isHighComplexity` parameter to true to adjust the recommended contribution for multi-jurisdictional or complex structures.

**How is the negotiation tension level determined?**
The `analyze_negotiation_range` tool calculates tension by comparing the requested cap against standard market practice floors.
