# Demo Day Conversion Analytics AI Agent Connect

> Analyze demo day success using a multi-stage funnel model and investor quality scoring.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_3Md16cBtALspOwRL5sIOoQJXBNd2dWFSgEFep8jG/ai-agent-connect
- **Tags:** demo-day, conversion-rate, investor-analytics, funnel-modeling, venture-capital

## Description

This MCP server provides a specialized analytics engine to evaluate demo day effectiveness. It tracks the investor journey through a structured funnel: from initial attendance to signed deals. Use `get_funnel_metrics` to calculate conversion rates at every stage, `calculate_investor_quality` to assess the caliber of the investor pool based on tier engagement and thesis match, and `get_conversion_velocity` to measure the speed of the investment pipeline.

## Tools

### get_conversion_velocity
How quickly and effectively are we moving investors through the pipeline?

### get_funnel_metrics
What were the conversion percentages at each stage of the demo day funnel?

### calculate_investor_quality
How high is the caliber of the investors engaged at this event?

## Prompt Examples

**Prompt:** 
```
What were the conversion percentages for my demo day with 50 attendees, 20 scheduled meetings, 10 follow-up meetings, 5 term sheets, and 3 deals closed?
```

**Response:** 
```
The meeting conversion rate was 40%, the term sheet conversion rate was 33.3%, and the closing rate was 60%.
```

**Prompt:** 
```
How high is the caliber of my investors if I had 5 tier-1 engagements and a thesis match score of 0.8?
```

**Response:** 
```
The investor quality score is 4.0.
```

**Prompt:** 
```
Calculate the conversion velocity for 30 total meetings, 10 term sheets, and 5 deals closed.
```

**Response:** 
```
The velocity index is 0.5.
```

## Frequently Asked Questions

**How do I calculate the conversion rates for my event?**
You can use the `get_funnel_metrics` tool by providing the number of attendees, scheduled meetings, follow-up meetings, term sheets, and closed deals.

**What determines the investor quality score?**
The score is calculated using `calculate_investor_quality`, which weighs the engagement counts of different investor tiers against the average fund thesis match score.

**Can I measure how fast investors move through my pipeline?**
Yes, the `get_conversion_velocity` tool provides a velocity index that measures the density and speed of your investment funnel.
