# Venture Secondary Sale Economics AI Agent Connect

> Calculate secondary sale proceeds, realized returns, and liquidity availability for private equity holdings.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_eLQ3FffBWQwV6ysHR0nYegs7x8FOZ7FLPS1Q0i8t/ai-agent-connect
- **Tags:** secondary-market, liquidity, roi, valuation, private-equity

## Description

This MCP server provides specialized financial modeling tools for venture capital professionals to assess the economic impact of secondary market transactions. It allows users to calculate expected cash proceeds using `estimate_sale_proceeds`, evaluate investment performance via `calculate_investment_performance`, and determine market availability with `assess_liquidity_availability`. Additionally, users can model various market conditions using `generate_liquidity_scenario` to prepare for potential exits.

## Tools

### assess_liquidity_availability
Assess the potential liquidity and ease of selling a position

### calculate_investment_performance
Calculate the realized return multiple and total profit/loss for an investment

### estimate_sale_proceeds
Calculate the expected cash proceeds from a secondary sale of private shares

### generate_liquidity_scenario
Simulate different market scenarios for a potential exit

## Prompt Examples

**Prompt:** 
```
How much cash will I receive if I sell 50,000 shares in a company valued at $500,000,000 with 10,000,000 total shares and a 20% secondary discount?
```

**Response:** 
```
Based on a $500,000,000 valuation and 10,000,000 total shares, the price per share is $50. Applying a 20% discount results in a price of $40 per share. For 50,000 shares, your total sale proceeds will be $2,000,000.
```

**Prompt:** 
```
What is my ROI if I sell my position for $1,500,000 that originally cost me $500,000?
```

**Response:** 
```
Your realized return multiple is 3.0x, and your total profit is $1,000,000.
```

**Prompt:** 
```
Assess the liquidity for 10,000 shares with a buyer interest level of 0.8, no transfer restrictions, and 3 years remaining in the fund.
```

**Response:** 
```
The estimated liquidity value is 10,000 shares with an availability score of 80%.
```

## Frequently Asked Questions

**How do I calculate my expected cash from a sale?**
You can use the `estimate_sale_proceeds` tool. Provide the number of shares held, the current company valuation, the expected secondary discount, and the total shares outstanding.

**Can I model different market conditions?**
Yes, the `generate_liquidity_scenario` tool allows you to simulate base, pessimistic, and optimistic proceeds based on varying market demand and fund timelines.

**How is my return on investment calculated?**
The `calculate_investment_performance` tool calculates your realized return multiple and total profit or loss by comparing your sale proceeds against your original cost basis.
