# Y Combinator Deal Economics Calculator AI Agent Connect

> Calculate YC equity stakes, dilution, and deal scenarios.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_vitvz5SOGIYaeJvak5meCkSGZQ62dBpc2FZkvjdL/ai-agent-connect
- **Tags:** ycombinator, equity, dilution, safe, valuation

## Description

This MCP server provides tools to model Y Combinator deal economics. Use `get_yc_equity_breakdown` to determine immediate equity stakes, `project_series_a_dilution` to forecast ownership after a Series A round, and `compare_deal_scenarios` to evaluate how different valuation caps impact final ownership. It accounts for standard YC terms including the $500k investment structure and MFN provisions.

## Tools

### get_yc_equity_breakdown
Determine the immediate equity stake YC holds after the initial investment

### project_series_a_dilution
Calculate what YC's ownership will look like after the company completes its Series A funding round

### compare_deal_scenarios
Compare the outcomes of different valuation caps on YC's final ownership

## Prompt Examples

**Prompt:** 
```
What is the equity stake for a $500,000 investment with a $10,000,000 valuation cap?
```

**Response:** 
```
The total equity stake is 10% (7% from the fixed portion and 3% from the SAFE portion).
```

**Prompt:** 
```
If YC owns 10% and the company raises $5M at a $20M pre-money valuation, what is the new ownership?
```

**Response:** 
```
The post-Series A ownership will be 8%.
```

**Prompt:** 
```
Compare a $500k investment with caps of $5M, $10M, and $15M given a $20M next round valuation.
```

**Response:** 
```
At a $5M cap, equity is 17%; at a $10M cap, equity is 12%; at a $15M cap, equity is 10.33%.
```

## Frequently Asked Questions

**How does this tool handle YC's standard terms?**
The `get_yc_equity_breakdown` tool is designed to model the standard $500,000 investment, splitting it into the fixed equity portion and the SAFE portion.

**Can I simulate Series A dilution?**
Yes, you can use `project_series_a_dilution` to calculate how much ownership remains after a new funding round is completed.

**What is the purpose of comparing scenarios?**
The `compare_deal_scenarios` tool allows you to see how different valuation caps change the effective valuation and equity percentage.
