# Venture SAFE Conversion Modeler AI Agent Connect

> Simulate SAFE equity conversion, valuation caps, and pro-rata impacts.

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

## Description

This MCP server provides precise financial modeling for Simple Agreements for Future Equity (SAFE). It allows users to calculate equity outcomes using `calculate_conversion_scenario`, compare different investment terms with `compare_multiple_scenarios`, model dilution via `apply_pro_rata_impact`, and ensure term protection with `validate_mfn_compliance`. It is designed for founders and investors to simulate how valuation caps and discount rates influence ownership during priced financing rounds.

## Tools

### apply_pro_rata_impact
Models the impact on ownership when a SAFE investor exercises their right to maintain their percentage in the trigger round

### calculate_conversion_scenario
Calculates the specific equity outcomes for a single SAFE instrument under a defined financing event

### compare_multiple_scenarios
Allows a user to compare how different valuation caps or discount rates affect the final ownership for the same investment amount

### validate_mfn_compliance
Verifies if a specific SAFE's terms should be upgraded based on newer, more favorable terms offered to subsequent investors

## Prompt Examples

**Prompt:** 
```
Calculate the conversion for a $500,000 SAFE with a $5,000,000 cap and a 20% discount in a $2,000,000 trigger round with a $10,000,000 pre-money valuation.
```

**Response:** 
```
The investor will receive 50,000 shares with an effective price per share of $10.00, resulting in 5.0% ownership.
```

**Prompt:** 
```
Compare a $100,000 investment with a $4M cap versus a 15% discount, given a $10M pre-money valuation and $2M round size.
```

**Response:** 
```
The $4M cap scenario results in 2.5% ownership, while the 15% discount scenario results in 1.7% ownership.
```

**Prompt:** 
```
If I own 10% after conversion, how much do I need to invest to maintain 10% in a $5M round with a $25M post-money valuation?
```

**Response:** 
```
To maintain 10% ownership, a pro-rata investment of $500,000 is required.
```

## Frequently Asked Questions

**How do I calculate the impact of a valuation cap?**
You can use the `calculate_conversion_scenario` tool by providing the SAFE amount, the valuation cap, and the trigger round details to see the resulting ownership percentage.

**Can I model pro-rata rights?**
Yes, the `apply_pro_rata_impact` tool calculates the investment required to maintain your ownership percentage during a new funding round.

**What is an MFN clause in this context?**
The `validate_mfn_compliance` tool helps you determine if your current SAFE terms should be upgraded to match more favorable terms offered to later investors.
