# Enterprise Win Rate Analyzer AI Agent Connect

> Analyzes sales performance and market opportunity by segmenting enterprise deals.

## Overview
- **Category:** sales-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_N4cOVfWTyzSd6NL2LNzGP9MjFKsZtnGmBWmZTPdI/ai-agent-connect
- **Tags:** sales, enterprise, win-rate, competitor-analysis, segmentation

## Description

This MCP server provides deep analytical insights into enterprise sales performance. It allows AI agents to decompose complex deal data into actionable metrics such as segment-specific win rates, attractiveness scores, and competitive positioning. By using tools like `get_segment_performance` and `evaluate_segment_attractiveness`, agents can identify high-value market opportunities and assess how deal complexity and buying committee size impact success. It also provides granular visibility into competitive standing via `assess_competitive_positioning` and adjusted deal health through `get_weighted_deal_metrics`.

## Tools

### assess_competitive_positioning
Analyzes how the company is performing against specific competitors within each segment

### evaluate_segment_attractiveness
Determines which segments offer the best return on investment based on win rates and complexity

### get_segment_performance
Calculates the fundamental win rate and volume metrics for specific enterprise segments

### get_weighted_deal_metrics
Provides a granular view of deal health by adjusting for the difficulty of each deal

## Prompt Examples

**Prompt:** 
```
What is the win rate for the 'Healthcare' and 'Finance' segments?
```

**Response:** 
```
The win rate for the Healthcare segment is 24%, and the win rate for the Finance segment is 31%.
```

**Prompt:** 
```
Which segment is currently the most attractive based on current deal data?
```

**Response:** 
```
The 'Technology' segment is the most attractive, with an attractiveness score of 88 due to high win rates and manageable complexity.
```

**Prompt:** 
```
How are we performing against Competitor X in the Retail segment?
```

**Response:** 
```
In the Retail segment, our market share of wins against Competitor X is 42%, with a relative win rate that is 5% higher than the segment average.
```

## Frequently Asked Questions

**How does this tool calculate segment attractiveness?**
Attractiveness is calculated by balancing a segment's win rate and total deal value against the effort required, specifically accounting for deal complexity and the size of the buying committee.

**Can I analyze specific competitors?**
Yes, using `assess_competitive_positioning`, you can determine your market share of wins and relative win rates against specific rivals within any given segment.

**What is a weighted deal metric?**
It is an adjusted value of a deal that accounts for difficulty. The raw dollar amount is reduced based on a complexity factor to provide a more realistic view of deal health.
