# Secondary Market Liquidity Accelerator AI Agent Connect

> Estimates cash value and optimal exit timing for private equity stakes.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_RzvNDl5zDMAuVtDmLRHl8vERwTfkhWscUta3Gf8j/ai-agent-connect
- **Tags:** private-equity, liquidity, secondary-market, exit-strategy, financial-modeling

## Description

This MCP server provides specialized modeling to estimate the cash value and timing of exiting private equity stakes within accelerator-backed portfolios. It calculates potential liquidity, discount impacts, and optimal exit windows by analyzing market demand and transfer restrictions. Use `get_potential_liquidity` to estimate realized cash value, `get_optimal_exit_timing` to find the best year to sell, and `evaluate_market_constraints` to assess how buyer availability and legal hurdles affect feasibility.

## Tools

### evaluate_market_constraints
Determines how restrictions and buyer availability impact the feasibility of a sale

### get_potential_liquidity
Calculates the estimated cash value a holder can expect to receive from a secondary sale

### get_optimal_exit_timing
Identifies the most advantageous year to sell the stake to maximize realized value

## Prompt Examples

**Prompt:** 
```
What is the potential liquidity for a 10% stake in an asset with a 15% discount and strong market demand after 3 years?
```

**Response:** 
```
The estimated potential cash value for your 10% stake is $850,000, with a discount impact of $150,000.
```

**Prompt:** 
```
When is the best time to exit my position given current market conditions?
```

**Response:** 
```
The optimal exit year is Year 5, where you are projected to achieve a maximum realized value of $2,400,000.
```

**Prompt:** 
```
How will a small buyer universe affect my sale?
```

**Response:** 
```
A small buyer universe will increase the required liquidity premium and may result in an estimated delay of 1.5 years to complete the transaction.
```

## Frequently Asked Questions

**How do I estimate the cash I will receive from a sale?**
You can use the `get_potential_liquidity` tool. Provide the portfolio equity percentage, market demand, discount rate, and how long you have held the asset to get an estimate of the potential cash value.

**Can this tool help me decide when to sell my stake?**
Yes, the `get_optimal_exit_timing` tool identifies the most advantageous year to sell by projecting asset growth against market discount rates.

**How are transfer restrictions accounted for?**
The `evaluate_market_constraints` tool specifically analyzes how the size of the buyer universe and the level of transfer restrictions impact the feasibility and timing of a sale.
