# Enterprise Reference Program Effectiveness AI Agent Connect

> Calculate ROI, utilization, and health of customer reference programs.

## Overview
- **Category:** sales-operations
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Rw6LCsBqXdGGmfbrxBWkJD2p9ennBBSFbvHUv3oR/ai-agent-connect
- **Tags:** roi, customer-advocacy, sales-enablement, metrics, enterprise

## Description

This MCP server provides tools to measure the financial impact and operational stability of enterprise customer reference programs. It allows users to calculate the total monetary value of influenced deals using `calculate_program_roi`, monitor how efficiently advocates are being used with `calculate_utilization_rate`, and evaluate program stability via `assess_reference_health`. Additionally, it provides engagement metrics through `get_reference_activity_summary` to help sales operations teams optimize their reference tier engagement.

## Tools

### assess_reference_health
Assess the stability and quality of the reference program

### calculate_program_roi
Calculate the total monetary value generated by customer references

### calculate_utilization_rate
Calculate the utilization rate of available customer advocates

### get_reference_activity_summary
Get a summary of the volume and mix of reference engagements

## Prompt Examples

**Prompt:** 
```
What is the total ROI for our recent deals?
```

**Response:** 
```
The total program value generated by the influenced deals is $450,000.
```

**Prompt:** 
```
How healthy is our reference program right now?
```

**Response:** 
```
The program status is Healthy with a health score of 85.
```

**Prompt:** 
```
What is our current reference utilization rate?
```

**Response:** 
```
The current utilization rate is 45%.
```

## Frequently Asked Questions

**How is the program value calculated?**
The value is calculated by summing the value of influenced deals, where each deal's contribution is weighted by its current stage in the sales cycle.

**What does the health score represent?**
The health score is a composite metric derived from average customer satisfaction scores and the ratio of available references to the total program size.

**Can I see the mix of calls versus visits?**
Yes, you can use the summary tool to get the ratio of reference calls to reference visits.
