# Enterprise Proposal Analytics AI Agent Connect

> Calculate key performance indicators for enterprise sales proposals.

## Overview
- **Category:** enterprise
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_j0ZQ6zw6eL02xdPBs2VuZ4GgtJRq5rLxoDnFnAPk/ai-agent-connect
- **Tags:** sales-ops, kpi, win-rate, revenue, forecasting

## Description

This MCP server provides analytical tools to measure enterprise sales effectiveness. It allows AI agents to calculate win rates using `calculate_win_rate_metrics`, assess financial impact with `calculate_proposal_value_metrics`, measure sales velocity via `calculate_cycle_time_metrics`, and evaluate market risk through `analyze_competitive_positioning`.

## Tools

### analyze_competitive_positioning
Evaluate how pricing and competition influence success likelihood

### calculate_cycle_time_metrics
Measure the speed of the sales process

### calculate_proposal_value_metrics
Assess the financial impact of proposal activities

### calculate_win_rate_metrics
Calculate fundamental efficiency of the proposal pipeline

## Prompt Examples

**Prompt:** 
```
What is my current win rate if I sent 50 proposals and won 15?
```

**Response:** 
```
Your current win rate is 30%.
```

**Prompt:** 
```
Calculate the average value of my won proposals: [10000, 25000, 15000].
```

**Response:** 
```
The average value of your won proposals is $16,666.67.
```

**Prompt:** 
```
How long does it take to close deals? The durations are 10, 20, and 30 days.
```

**Response:** 
```
The average cycle time is 20 days, with the fastest close at 10 days and the slowest at 30 days.
```

## Frequently Asked Questions

**How do I calculate my sales win rate?**
You can use the `calculate_win_rate_metrics` tool by providing the total number of proposals sent and the number of proposals won.

**Can I assess market risk based on my pricing strategy?**
Yes, the `analyze_competitive_positioning` tool evaluates risk levels by considering your pricing strategy, competitor density, and positioning strength.

**How is sales velocity measured?**
Sales velocity is measured using `calculate_cycle_time_metrics`, which analyzes the duration from proposal submission to final decision.
