# Venture Syndicate Economics Analyzer AI Agent Connect

> Analyze syndicate investment economics, LP returns, and deal flow impact.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_fUpFN3h1q0xGZz3wcMdwwJVu1LptLzOCITctgKlG/ai-agent-connect
- **Tags:** syndicate, lp-returns, carry-distribution, deal-flow, economics

## Description

This MCP server provides a suite of financial modeling tools for venture capital syndicates. It allows users to calculate the core financial breakdown of a deal using `analyze_syndicate_economics`, compare syndicate efficiency against direct investments with `compare_to_direct_investment`, and model the impact of deal flow quality via `evaluate_deal_flow_impact`. Additionally, it can summarize individual LP experiences using `calculate_lp_participation_summary` to understand net returns and profit shares.

## Tools

### evaluate_deal_flow_impact
Models how the quality of the syndicate's deal flow affects the potential gross returns

### analyze_syndicate_economics
Calculates the core financial breakdown of a syndicate investment

### calculate_lp_participation_summary
Summarizes the individual LP experience within a specific syndicate size

### compare_to_direct_investment
Determines the efficiency of the syndicate by comparing it to a hypothetical direct investment scenario

## Prompt Examples

**Prompt:** 
```
Analyze a syndicate with a $500,000 size, 20% lead carry, 2% platform fee, and $500,000 allocation.
```

**Response:** 
```
The net capital deployed is $490,000. After accounting for the 20% lead carry on profits, the net LP return is calculated based on the realized gains.
```

**Prompt:** 
```
What is the impact of a 1.5x deal flow quality score on a 15% base return?
```

**Response:** 
```
The adjusted gross return is 22.5%.
```

**Prompt:** 
```
Compare a syndicate with a 10% net return to a direct investment that would have returned 12%.
```

**Response:** 
```
The return alpha is -2%, and the efficiency ratio is 0.83.
```

## Frequently Asked Questions

**How does this tool calculate net returns for LPs?**
The `analyze_syndicate_economics` tool calculates net returns by deducting platform fees from the total allocation and then accounting for the lead carry on realized profits.

**Can I compare a syndicate deal to a direct investment?**
Yes, you can use `compare_to_direct_investment` to determine the efficiency ratio and alpha of the syndicate compared to a direct investment benchmark.

**How is deal flow quality modeled?**
The `evaluate_deal_flow_impact` tool uses a quality score to adjust the baseline gross return, modeling the premium provided by superior deal access.
