# Venture Deal Flow Velocity AI Agent Connect

> Analyze VC deal flow efficiency, identify pipeline bottlenecks, and forecast investment capacity.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_SvHqUPQtPPWHVSjwssDJWU0fbXVLUBDXgzWaLer5/ai-agent-connect
- **Tags:** vc, deal-flow, funnel-analytics, investment, pipeline

## Description

This MCP server provides specialized analytics for venture capital firms to monitor their investment funnel. It allows AI agents to calculate conversion rates between stages, pinpoint exactly where deals are stalling using `identify_pipeline_bottlenecks`, and project future investment volume with `calculate_capacity_forecast`. Additionally, firms can use `evaluate_quality_adjusted_velocity` to weight their pipeline metrics against deal quality scores, ensuring a realistic view of high-value deal movement.

## Tools

### analyze_funnel_efficiency
Calculates the conversion rates between every sequential stage in the deal flow funnel

### calculate_capacity_forecast
Estimates how many closed deals a firm can expect to achieve based on current incoming volume and conversion efficiencies

### evaluate_quality_adjusted_velocity
Adjusts standard funnel metrics by a quality score to provide a more accurate view of "meaningful" deal flow

### identify_pipeline_bottlenecks
Pinpoints the specific stage where the deal flow experiences the most significant loss in momentum

## Prompt Examples

**Prompt:** 
```
Analyze my deal flow efficiency: 100 deals reviewed, 40 first meetings, 15 follow-up meetings, 5 term sheets, and 2 closed deals.
```

**Response:** 
```
Your conversion rates are: 40% from reviewed to first meetings, 37.5% from first meetings to follow-up meetings, 33.3% from follow-up meetings to term sheets, and 40% from term sheets to closed deals. Your overall conversion rate is 2%.
```

**Prompt:** 
```
Where is the bottleneck in my pipeline? I had 50 reviews, 20 first meetings, 5 follow-ups, 2 term sheets, and 1 closed deal.
```

**Response:** 
```
The primary bottleneck is at the follow-up meetings stage, where the conversion rate dropped significantly compared to previous stages.
```

**Prompt:** 
```
Based on 200 reviewed deals and my current conversion rates, how many closed deals can I expect?
```

**Response:** 
```
Based on your current conversion efficiencies, you can expect to achieve 4 closed deals from an incoming volume of 200 reviewed deals.
```

## Frequently Asked Questions

**How can I find where my deal flow is getting stuck?**
You can use the `identify_pipeline_bottlenecks` tool to pinpoint the specific stage in your funnel where the most significant loss in momentum occurs.

**Can I project future closed deals based on current performance?**
Yes, the `calculate_capacity_forecast` tool estimates the expected number of closed deals by applying current conversion efficiencies to your incoming deal volume.

**How does deal quality affect the metrics?**
The `evaluate_quality_adjusted_velocity` tool allows you to weight your conversion rates by a quality score (0.0 to 1.0), providing a more accurate view of meaningful deal movement.
