# Venture Investor Update Cadence AI Agent Connect

> Calculates the optimal frequency for investor updates to balance engagement and time cost.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_JiAqp7xPPesC14bnkJYmfbRk7Ye0FHyizjHE2hlR/ai-agent-connect
- **Tags:** investor-relations, portfolio-management, cadence-optimization, vc-tools, engagement-roi

## Description

This MCP server provides a decision-support engine for venture capital firms to determine the mathematically optimal frequency for investor communications. By analyzing investor tiers, company stages, and engagement metrics, the engine identifies the ideal rhythm that maximizes engagement ROI while minimizing operational time investment. Use `get_recommended_cadence` to find the best frequency, `calculate_time_load` to estimate annual workload, and `evaluate_engagement_roi` to measure communication efficiency.

## Tools

### evaluate_engagement_roi
Quantifies the efficiency of the communication strategy

### get_cadence_constraints
Retrieves the allowed frequency boundaries for a specific investor/company profile

### get_recommended_cadence
Determines the single most efficient update frequency for a specific investor/portfolio relationship

### calculate_time_load
Calculates the total annual time commitment required to maintain a specific communication schedule

## Prompt Examples

**Prompt:** 
```
What is the best update frequency for a high-touch investor with a seed stage company and 10 portfolio companies, where updates take 2 hours to prepare and engagement is 0.8?
```

**Response:** 
```
The recommended frequency is weekly.
```

**Prompt:** 
```
How many hours per year will it take to send monthly updates to 20 companies if each update takes 3 hours?
```

**Response:** 
```
The total annual time investment is 720 hours.
```

**Prompt:** 
```
Calculate the ROI for an update strategy with an engagement metric of 0.9, 120 annual hours invested, and 12 updates per year.
```

**Response:** 
```
The engagement ROI score is 0.09.
```

## Frequently Asked Questions

**How does the engine determine the recommended frequency?**
The engine uses `get_recommended_cadence` to cross-reference investor involvement levels and company maturity stages, adjusting for engagement responsiveness and the time required to prepare updates.

**Can I estimate my total annual workload?**
Yes, you can use `calculate_time_load` to determine the total annual hours required based on your chosen cadence, the number of companies in your portfolio, and the time spent per update.

**What is Engagement ROI?**
Engagement ROI is a metric calculated via `evaluate_engagement_roi` that represents the value gained from investor responsiveness relative to the time invested in preparing updates.
