# Enterprise Sales Cycle Analyzer AI Agent Connect

> Calculate sales velocity, identify stage bottlenecks, and forecast revenue timelines for enterprise deals.

## Overview
- **Category:** revenue-operations
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_m6kqExrOgOs0EcNe6JtpE7n7Afgx3Wegdhfb4liv/ai-agent-connect
- **Tags:** sales-velocity, pipeline-management, enterprise-sales, revenue-forecasting, bottleneck-analysis

## Description

This MCP server provides advanced analytics for enterprise sales pipelines. It allows AI agents to calculate the overall speed of the sales process using `analyze_sales_velocity`, compare cycle durations across different deal sizes with `calculate_cycle_by_tier`, and pinpoint friction points using `identify_stage_bottlenecks`. Additionally, it can forecast future revenue by predicting closing dates with `project_revenue_timeline`.

## Tools

### analyze_sales_velocity
Determines the overall speed and health of the current sales pipeline

### calculate_cycle_by_tier
Answers how much longer it takes to close large enterprise deals compared to smaller ones

### identify_stage_bottlenecks
Pinpoints which specific stage in the sales process is causing the most significant delays or losses

### project_revenue_timeline
Predicts when expected deals will close based on current stage progress

## Prompt Examples

**Prompt:** 
```
What is the current health and speed of my sales pipeline?
```

**Response:** 
```
The current pipeline velocity is high, with an average cycle of 45 days and an efficiency score of 0.85.
```

**Prompt:** 
```
Which stage in our sales process is the biggest bottleneck?
```

**Response:** 
```
The 'Negotiation' stage is the primary bottleneck due to a high average duration and a low win rate.
```

**Prompt:** 
```
When is the $50,000 deal in the 'Proposal' stage expected to close?
```

**Response:** 
```
The deal is expected to close on October 15th, 2024, with a 75% probability.
```

## Frequently Asked Questions

**How can I find where my sales process is stalling?**
You can use the `identify_stage_bottlenecks` tool to find the specific stage causing delays or high loss rates.

**Can I predict when a deal will close?**
Yes, the `project_revenue_timeline` tool calculates expected closing dates and probabilities based on current stage progress.

**Does this tool handle different deal sizes?**
Yes, `calculate_cycle_by_tier` allows you to analyze how sales cycles vary between SMB, Mid-Market, and Enterprise tiers.
