# Pipeline Velocity Engine AI Agent Connect

> Calculate sales pipeline velocity, revenue forecasts, and identify bottlenecks.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_UrQHGzuvtiay7AFqlUsW9yeYonwaCR00q6A7rIYH/ai-agent-connect
- **Tags:** revenue, pipeline, forecasting, sales-ops, metrics

## Description

This MCP server provides a suite of tools to analyze sales performance and revenue flow. Use `get_pipeline_velocity` to determine daily revenue generation, `get_revenue_forecast` to project future earnings, `identify_pipeline_bottlenecks` to find friction points in the funnel, and `analyze_pipeline_health` to assess overall stability. It helps sales leaders understand how quickly revenue moves through the pipeline and where to focus improvements.

## Tools

### get_revenue_forecast
Forecasts expected revenue over a specific timeframe

### analyze_pipeline_health
Evaluates the stability and performance of the current pipeline

### get_pipeline_velocity
Calculates the daily revenue velocity of the sales pipeline

### identify_pipeline_bottlenecks
Identifies the primary factor restricting revenue flow

## Prompt Examples

**Prompt:** 
```
What is our current pipeline velocity if we have 50 deals at $10,000 each, a 20% win rate, and a 30-day cycle?
```

**Response:** 
```
Your current pipeline velocity is $3,333.33 per day.
```

**Prompt:** 
```
Forecast our revenue for the next 90 days with a daily velocity of $5,000 and a 10% slippage factor.
```

**Response:** 
```
The projected revenue for the next 90 days is $405,000.
```

**Prompt:** 
```
Is my pipeline healthy? Velocity is $2,000, target is $2,500, win rate is 0.2, and average deal size is $5,000.
```

**Response:** 
```
The pipeline status is Warning, as the current velocity is below the target.
```

## Frequently Asked Questions

**How do I calculate my daily revenue rate?**
You can use the `get_pipeline_velocity` tool by providing your total opportunities, average deal size, win rate, and sales cycle length.

**Can this tool help identify why my sales are slowing down?**
Yes, the `identify_pipeline_bottlenecks` tool analyzes your stage distribution and metrics to pinpoint if the issue is Conversion, Speed, or Volume/Flow.

**How accurate are the revenue forecasts?**
Forecasts are generated using `get_revenue_forecast`, which accounts for a slippage factor to adjust for expected loss of momentum.
