# Venture Founder Vesting Negotiation AI Agent Connect

> Models optimal founder vesting terms by balancing equity retention and investor protection.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_jXAeMsjoOknU8ehvphF2Wr7qrwyF3OnPKCMVFK01/ai-agent-connect
- **Tags:** vesting, equity, negotiation, founders, venture-capital

## Description

This MCP server provides a negotiation modeling engine to simulate founder vesting structures. It calculates recommended terms, flexibility ranges, and the balance between investor protection and founder incentives. Use `get_recommended_terms` to find balanced structures, `get_flexibility_range` to identify negotiation zones, `evaluate_protection_balance` to check term alignment, and `simulate_commitment_impact` to see how seniority affects vesting.

## Tools

### evaluate_protection_balance
Analyzes whether the proposed terms favor the investor too heavily or the founder too heavily

### get_flexibility_range
Determines the "negotiation zone" for a founder to understand how much they can push back on investor demands

### get_recommended_terms
Provides the most balanced vesting structure based on the provided negotiation parameters

### simulate_commitment_impact
Models how changes in founder experience or commitment levels affect the suggested vesting structure

## Prompt Examples

**Prompt:** 
```
What are the recommended vesting terms for a 48-month schedule with a 12-month cliff, single-trigger acceleration, a leverage of 5, and experience of 8?
```

**Response:** 
```
The recommended cliff is 12 months, the recommended acceleration is single-trigger, and the recommended schedule is 48 months, with a high founder incentive score.
```

**Prompt:** 
```
What is my negotiation flexibility for a 36-month schedule with a leverage of 7?
```

**Response:** 
```
Your negotiation zone allows for a cliff between 3 and 9 months and a schedule between 30 and 42 months.
```

**Prompt:** 
```
Is my proposed 60-month schedule with a 24-month cliff and no acceleration fair?
```

**Response:** 
```
The proposed terms favor the investor heavily, resulting in a high investor protection level and a low founder incentive level.
```

## Frequently Asked Questions

**How can I find the best vesting schedule for my startup?**
You can use the `get_recommended_terms` tool to generate a balanced vesting structure based on your specific parameters like schedule length and founder leverage.

**What is a 'cliff' in vesting?**
A cliff is a probationary period at the start of a vesting schedule. No equity is earned until this period expires.

**Can I see how my experience affects my negotiation power?**
Yes, the `simulate_commitment_impact` tool allows you to model how changes in experience or commitment levels affect the suggested vesting structure.
