# Enterprise Pipeline Coverage Ratio AI Agent Connect

> Calculate required pipeline, coverage ratios, and revenue gaps.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_qXSFPvQcq6KIuKzUkGGtufCQCvcOMFGqg5fwLSkn/ai-agent-connect
- **Tags:** sales-forecasting, pipeline-management, revenue-operations, sales-velocity, conversion-rates

## Description

This MCP server provides specialized calculation engines for enterprise sales leaders. It helps determine necessary pipeline volume, coverage multipliers, and revenue gaps based on historical performance and revenue targets. Use `calculate_pipeline_requirements` to find the total pipeline needed, `calculate_pipeline_gap` to identify shortfalls, `analyze_stage_conversion` to model funnel efficiency, and `forecast_sales_velocity` to plan monthly pipeline generation.

## Tools

### forecast_sales_velocity
Forecast monthly pipeline and revenue targets based on sales cycle

### analyze_stage_conversion
Analyze how stage-specific conversion rates impact overall win rate and pipeline

### calculate_pipeline_gap
Calculate the gap between current pipeline and required pipeline

### calculate_pipeline_requirements
Calculate required pipeline, coverage ratio, and deals needed to hit a revenue target

## Prompt Examples

**Prompt:** 
```
How much pipeline do I need for a $1,000,000 target with a 20% win rate and $50,000 average deal size?
```

**Response:** 
```
To hit a $1,000,000 target with a 20% win rate, you need a total pipeline of $5,000,000. You will need to win 20 deals.
```

**Prompt:** 
```
My target is $500,000, my current pipeline is $1,500,000, and my win rate is 25%. Am I on track?
```

**Response:** 
```
Your required pipeline is $2,000,000. Since your current pipeline is $1,500,000, you have a deficit of $500,000.
```

**Prompt:** 
```
What is my monthly pipeline target for a $1.2M annual goal with a 30% win rate and a 4-month sales cycle?
```

**Response:** 
```
To reach $1,200,000 annually, you need to close $100,000 per month. This requires adding $333,333.33 in new pipeline every month.
```

## Frequently Asked Questions

**How do I calculate my required pipeline?**
You can use the `calculate_pipeline_requirements` tool by providing your target revenue, historical win rate, and average deal size.

**Can I check if my current pipeline is sufficient?**
Yes, use `calculate_pipeline_gap` to compare your current pipeline value against the required amount to hit your target.

**How does sales velocity work in this tool?**
The `forecast_sales_velocity` tool calculates how much new pipeline you must add each month to sustain your revenue targets based on your sales cycle length.
