# Vesting Schedule Engine AI Agent Connect

> Calculate equity vesting timelines, cliff impacts, and acceleration outcomes.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_aBm5fkUN38Jtd0WW9ODfoeruFOlMd8RYibjNQAXa/ai-agent-connect
- **Tags:** vesting, equity, stock-options, finance, acceleration

## Description

This MCP server provides a computational engine for determining equity vesting timelines, cliff thresholds, and acceleration event outcomes. It allows AI agents to model complex equity scenarios using tools like `get_monthly_vesting_schedule` for month-by-month breakdowns, `calculate_cliff_impact` for threshold analysis, `calculate_acceleration_outcome` for simulating change-in-control events, and `get_vesting_status_summary` for high-level equity standing.

## Tools

### calculate_acceleration_outcome
Calculates how many shares vest immediately when acceleration triggers are met

### calculate_cliff_impact
Determines the specific volume of shares that vest exactly at the cliff threshold

### get_monthly_vesting_schedule
Provides a month-by-month breakdown of how many shares vest over the entire term

### get_vesting_status_summary
Provides a high-level summary of an individual's current equity standing at a specific point in time

## Prompt Examples

**Prompt:** 
```
Show me the monthly vesting schedule for 1200 shares over 48 months with a 12-month cliff.
```

**Response:** 
```
The schedule shows 0 shares vested for the first 11 months. At month 12 (the cliff), 300 shares vest. Thereafter, 25 shares vest each month until month 48.
```

**Prompt:** 
```
What is my current vesting status for 5000 shares, 36 month period, 6 month cliff, after 10 months?
```

**Response:** 
```
You have 0 shares vested. You are currently in the PRE_CLIFF stage and have 5000 unvested shares remaining.
```

**Prompt:** 
```
Calculate the outcome of a single trigger acceleration for 1000 total shares if 400 are already vested and 50% of unvested shares accelerate.
```

**Response:** 
```
With a single trigger event, 300 additional shares will accelerate, bringing your total vested shares to 700.
```

## Frequently Asked Questions

**How do I calculate the impact of a cliff?**
You can use the `calculate_cliff_impact` tool to determine the specific volume of shares that vest exactly at the cliff threshold.

**Can I simulate a double trigger acceleration event?**
Yes, use the `calculate_acceleration_outcome` tool and set the acceleration type to 'double' to simulate scenarios involving both a corporate event and a qualifying secondary event.

**How can I see a full breakdown of my vesting over time?**
The `get_monthly_vesting_schedule` tool provides a complete month-by-month breakdown of how many shares vest over the entire term.
