# Enterprise Deal Velocity Metrics AI Agent Connect

> Calculate sales velocity and identify revenue acceleration opportunities.

## Overview
- **Category:** revenue-operations
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_nCIDBQvMfJLFzB4TTT7v6Ya5LqTbxF0pSUCojdIU/ai-agent-connect
- **Tags:** sales-velocity, pipeline, revenue, forecasting, crm

## Description

This MCP server provides analytical tools to measure sales efficiency. Use `calculate_velocity` to determine monthly revenue flow from high-level pipeline metrics. For granular accuracy, `calculate_weighted_velocity` accounts for deal-specific win probabilities and stage aging. You can also use `analyze_segment_velocity` to compare performance across Enterprise, Mid-Market, and SMB tiers, or `identify_acceleration_opportunities` to find specific levers to increase revenue.

## Tools

### analyze_segment_velocity
Breaks down velocity metrics by specific business segments

### calculate_velocity
Calculates the core monthly sales velocity based on high-level pipeline metrics

### calculate_weighted_velocity
Provides a more accurate velocity calculation by accounting for specific probabilities of deals at different stages

### identify_acceleration_opportunities
Detects specific areas where the sales process can be optimized to increase revenue flow

## Prompt Examples

**Prompt:** 
```
What is my monthly sales velocity if I have a $1,000,000 pipeline, a 20% win rate, an average deal size of $50,000, and a 60-day sales cycle?
```

**Response:** 
```
Your monthly sales velocity is $166,666.67.
```

**Prompt:** 
```
Analyze my segment velocity for these deals: [{'value': 50000, 'winRate': 0.3, 'salesCycleDays': 30, 'segment': 'SMB'}, {'value': 200000, 'winRate': 0.15, 'salesCycleDays': 90, 'segment': 'Enterprise'}]
```

**Response:** 
```
The SMB segment has a velocity of $5,000.00 and the Enterprise segment has a velocity of $33,333.33.
```

**Prompt:** 
```
Identify acceleration opportunities if my current win rate is 15%, deal size is $40,000, and cycle is 50 days, but my targets are 20% win rate, $50,000 deal size, and 40 days cycle.
```

**Response:** 
```
Opportunities identified: Increase Win Rate, Increase Average Deal Size, and Shorten Sales Cycle. Potential velocity increase: $125,000.00.
```

## Frequently Asked Questions

**How is sales velocity calculated?**
The core velocity is calculated by multiplying the pipeline value, win rate, and average deal size, then dividing by the sales cycle duration.

**Can I see velocity by business segment?**
Yes, the `analyze_segment_velocity` tool allows you to break down metrics by segments like Enterprise, Mid-Market, and SMB.

**How do I find ways to improve my sales process?**
Use the `identify_acceleration_opportunities` tool to compare your current metrics against target benchmarks and find optimization levers.
