# Venture Deal Pricing Analysis AI Agent Connect

> Evaluate startup investment fairness using market benchmarks and competitive dynamics.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_gbunLNsHA7ma6QRlJ2jQQPj2DGqGFKTVpQyU3Kp1/ai-agent-connect
- **Tags:** valuation, investment, pricing, equity, benchmarking

## Description

This MCP server provides specialized tools for venture capital analysts to assess deal competitiveness. Use `get_market_benchmarks` to establish valuation baselines, `evaluate_deal_competitiveness` to determine fair value ranges based on deal heat, `get_comparable_metrics` to compare company performance against sector averages, and `simulate_ownership_dilution` to model equity impact.

## Tools

### evaluate_deal_competitiveness
Calculates the relationship between the proposed deal and the current market/competitive landscape

### get_comparable_metrics
Provides a summary of how the target company's specific metrics compare to the broader sector averages

### get_market_benchmarks
Retrieves a set of comparable company data to establish a baseline for valuation

### simulate_ownership_dilution
Calculates the impact of the proposed round on existing equity holders

## Prompt Examples

**Prompt:** 
```
What is the fair value range for a SaaS startup at Series A with a $10M valuation and $2M round size, given a deal heat of 4?
```

**Response:** 
```
The fair value range for this deal is $12,000,000 to $15,000,000, suggesting the current $10,000,000 valuation is undervalued due to high deal heat.
```

**Prompt:** 
```
Compare a company with $5M revenue and 40% growth against the Fintech sector.
```

**Response:** 
```
The target company's revenue is At Par with the Fintech sector, while the 40% growth rate is Above Average.
```

**Prompt:** 
```
Calculate the dilution for a $50M pre-money company receiving a $10M investment with 1,000,000 existing shares.
```

**Response:** 
```
The new investor will acquire 16.67% ownership, resulting in a post-money valuation of $60,000,000.
```

## Frequently Asked Questions

**How does the tool account for competitive tension?**
The `evaluate_deal_competitiveness` tool uses a deal heat level from 1 to 5 to adjust the fair value range upward when competition is high.

**Can I compare my target company to industry averages?**
Yes, you can use `get_comparable_metrics` to see how specific metrics like revenue or growth deviate from sector averages.

**How is ownership dilution calculated?**
The `simulate_ownership_dilution` tool calculates the new investor's ownership percentage based on the pre-money valuation and the investment amount.
