# PE Deal Sourcing ROI Analyzer AI Agent Connect

> Calculate PE deal sourcing ROI and optimize channel budget allocation.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_zm149vO5KXdphbNgis5Q7WeDEfTlfcuhYyB19zm2/ai-agent-connect
- **Tags:** roi, deal-sourcing, pe, budget-optimization, investment-metrics

## Description

This MCP server provides specialized tools for Private Equity firms to analyze the efficiency of their deal sourcing channels. It calculates critical metrics like cost per closed deal and channel ROI using the `analyze_channel_efficiency` tool. Users can determine budget priorities with `rank_sourcing_priorities`, compare the effectiveness of proprietary versus intermediary channels via `compare_proprietary_vs_intermediary`, and forecast the impact of capital shifts using `simulate_budget_reallocation`.

## Tools

### analyze_channel_efficiency
Calculates the core performance metrics for individual sourcing channels

### compare_proprietary_vs_intermediary
Evaluates whether direct proprietary sourcing is more cost-effective than using external intermediaries

### rank_sourcing_priorities
Determines which channels should be prioritized for budget allocation based on ROI and cost

### simulate_budget_reallocation
Predicts how changes in channel spending would impact the total number of closed deals

## Prompt Examples

**Prompt:** 
```
Analyze the efficiency of my sourcing channels: 'Direct Outreach' with 50 deals, 20% IC rate, and €10,000 cost, and 'Bank Referral' with 30 deals, 10% IC rate, and €25,000 cost. The average time to close is 6 months.
```

**Response:** 
```
Direct Outreach has a cost per closed deal of €1,000 with a high ROI, while Bank Referral has a cost per closed deal of €8,333. Direct Outreach is the more efficient channel.
```

**Prompt:** 
```
Which sourcing channels should I prioritize for my next budget cycle based on these metrics?
```

**Response:** 
```
Based on the current efficiency metrics, you should prioritize 'Direct Outreach' as it offers the lowest cost per closed deal and highest ROI.
```

**Prompt:** 
```
What happens if I move €5,000 from my lowest performing channel to my highest performing one?
```

**Response:** 
```
Reallocating €5,000 is projected to increase your total closed deals by 3 and improve your overall channel ROI by 12%.
```

## Frequently Asked Questions

**How do I calculate the ROI for a specific sourcing channel?**
You can use the `analyze_channel_efficiency` tool. Provide the channel data including deal flow, IC rate, and costs to receive a full efficiency profile including ROI.

**Can I compare direct sourcing against investment banks?**
Yes, the `compare_proprietary_vs_intermediary` tool is designed specifically to evaluate if proprietary methods are more cost-effective than intermediaries.

**How can I predict the outcome of moving budget between channels?**
Use the `simulate_budget_reallocation` tool. It takes current efficiency metrics and a budget shift amount to project changes in total closed deals.
