# Enterprise Average Deal Size Analytics AI Agent Connect

> Analyze average deal size, segment breakdowns, and upsell opportunities.

## Overview
- **Category:** business-intelligence
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_buIADSYI4u0UYO5Bj7SUWPPBe3a63LZ38qzVGAHN/ai-agent-connect
- **Tags:** sales-ops, revenue, deal-size, segmentation, upsell

## Description

This MCP server provides deep analytical insights into sales performance by calculating Average Deal Size (ADS) across various dimensions. Use `get_aggregate_ads` to find the total mean deal value, `get_segment_ads_analysis` to compare performance between SMB, Mid-Market, and Enterprise tiers, and `get_product_mix_impact` to see how product distribution affects revenue. It also identifies expansion potential via `get_upsell_opportunity_report` and measures pricing pressure with `get_discount_sensitivity_analysis`.

## Tools

### get_aggregate_ads
Calculates the total average deal size across all provided deal data

### get_discount_sensitivity_analysis
Measures how heavily discounts are impacting the realized ADS

### get_product_mix_impact
Evaluates how the distribution of different products influences the total ADS

### get_segment_ads_analysis
Breaks down the average deal size by specific customer segments

### get_upsell_opportunity_report
Identifies specific accounts or deal types where the current value is significantly lower than the segment potential

## Prompt Examples

**Prompt:** 
```
What is our current average deal size across all closed deals?
```

**Response:** 
```
The current average deal size is $45,000 across 120 closed deals.
```

**Prompt:** 
```
Show me the ADS breakdown by customer segment.
```

**Response:** 
```
The segment breakdown is: Enterprise: $120,000 (15 deals), Mid-Market: $45,000 (50 deals), and SMB: $12,000 (55 deals).
```

**Prompt:** 
```
Are there any high-priority upsell opportunities in our pilot accounts?
```

**Response:** 
```
Yes, there are 3 high-priority opportunities from pilot conversions with a total potential upsell value of $85,000.
```

## Frequently Asked Questions

**How does this tool handle multi-year contracts?**
You can use the `get_aggregate_ads` tool with the `isNormalized` parameter set to true to convert multi-year contract values into their annual equivalent for accurate comparison.

**Can I identify high-priority expansion targets?**
Yes, the `get_upsell_opportunity_report` tool identifies accounts where the current deal value is below segment benchmarks, prioritizing pilot conversions as high-priority opportunities.

**How is the impact of discounts measured?**
The `get_discount_sensitivity_analysis` tool calculates the average discount percentage and the total reduction impact on the realized ADS compared to list prices.
