# Venture Deal Origination ROI Engine AI Agent Connect

> Analyze deal sourcing efficiency using ROI, quality scores, and attribution modeling.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_EwsdwxIAzKUbv08dGsgmNeObYTIrq3RPri6tzAgr/ai-agent-connect
- **Tags:** roi, deal-flow, attribution, venture-capital, analytics

## Description

This MCP server provides venture capital firms with an analytical engine to evaluate the impact of different deal sourcing channels. It integrates financial spend, deal flow quality, and multi-touch attribution to provide a complete picture of channel performance. Use `get_channel_efficiency` to calculate ROI and cost per closed deal, `analyze_deal_flow_quality` to weight channels by opportunity caliber, `calculate_channel_attribution` to distribute credit across multiple touchpoints, and `rank_channel_prioritization` to receive strategic funding recommendations.

## Tools

### get_channel_efficiency
Evaluates the basic financial efficiency of each sourcing channel

### rank_channel_prioritization
Provides strategic recommendations on which channels to fund or scale

### analyze_deal_flow_quality
Calculates a weighted quality score for each channel

### calculate_channel_attribution
Distributes credit for closed deals across multiple channels

## Prompt Examples

**Prompt:** 
```
Calculate the efficiency for my inbound and outbound channels.
```

**Response:** 
```
The inbound channel shows a 25% ROI with a cost per closed deal of $12,000, while the outbound channel shows a 10% ROI with a cost per closed deal of $45,000.
```

**Prompt:** 
```
Which channels should I prioritize for next quarter's budget?
```

**Response:** 
```
Based on current ROI and quality metrics, you should prioritize scaling the 'Networking' channel and maintaining the 'Events' channel.
```

**Prompt:** 
```
Distribute credit for the recent Series A deal using a linear model.
```

**Response:** 
```
The credit for the Series A deal has been distributed equally (33.3% each) across the 'Inbound', 'Networking', and 'Events' channels.
```

## Frequently Asked Questions

**How is ROI calculated for each channel?**
ROI is calculated by comparing the volume of high-quality closed deals against the total spend incurred for that specific channel.

**Can I use different attribution models?**
Yes, you can choose between 'linear' attribution, which distributes credit equally, or 'first_touch' attribution, which assigns full credit to the initial sourcing channel.

**How does the system handle low-quality deal volume?**
The `analyze_deal_flow_quality` tool calculates a weighted quality score to ensure that high-volume channels with low-caliber deals do not appear falsely efficient.
