# Venture Financing Decision Support AI Agent Connect

> Compare the economic and legal impact of priced rounds versus convertible instruments.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_KmKQn40Dn1T7VGX5heRaAAf1hfG102329gVLyDBI/ai-agent-connect
- **Tags:** venture-capital, startup, dilution, equity, convertible-notes

## Description

This MCP server provides a suite of decision-support tools for founders and investors to evaluate financing options. Use `compare_financing_economics` to determine ownership impact and dilution, `analyze_execution_friction` to evaluate legal costs and closing timelines, and `evaluate_investor_protections` to assess the impact of specific investor rights. Finally, use `generate_strategic_recommendation` to receive a data-driven decision based on economic, friction, and protection models.

## Tools

### analyze_execution_friction
Evaluates the time and financial costs required to close each type of round

### compare_financing_economics
Compares the direct ownership impact and dilution for both priced rounds and convertible instruments

### evaluate_investor_protections
Assesses how different rights affect the attractiveness of the round

### generate_strategic_recommendation
Provides a final decision based on the combined economic, friction, and protection data

## Prompt Examples

**Prompt:** 
```
Compare a $500,000 investment at a $4M pre-money valuation against a SAFE with a $5M cap.
```

**Response:** 
```
The priced round results in 11.11% dilution for the founder, while the convertible instrument with a $5M cap results in 10% dilution, providing a 1.11% ownership advantage to the founder.
```

**Prompt:** 
```
What is the cost difference if a priced round costs $50,000 and takes 8 weeks, while a convertible round costs $5,000 and takes 2 weeks?
```

**Response:** 
```
The priced round carries a $45,000 higher legal cost and takes 6 weeks longer to close than the convertible round.
```

**Prompt:** 
```
I have high leverage (score 8). Should I use a priced round or a convertible instrument?
```

**Response:** 
```
Given your high founder leverage, a convertible instrument with a high valuation cap is recommended to minimize immediate dilution and reduce legal friction.
```

## Frequently Asked Questions

**How do I compare dilution between a priced round and a SAFE?**
You can use the `compare_financing_economics` tool. Provide the investment amount, pre-money valuation, and the valuation cap or discount rate for the convertible instrument to see the ownership delta.

**Can this tool help me estimate legal costs?**
Yes, the `analyze_execution_friction` tool allows you to input estimated legal fees and timelines for both priced rounds and convertible rounds to compare the total cost and efficiency.

**What factors influence the final recommendation?**
The `generate_strategic_recommendation` tool synthesizes data from economics, friction, and protection analyses, while also accounting for your specific founder leverage score.
