# Enterprise RFP Response Metrics AI Agent Connect

> Calculates RFP win rates, response efficiency, and strategic prioritization.

## Overview
- **Category:** business-intelligence
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_bPEYz76LXEbozolOGnwG580lOjFNYN0EUbVrSxNH/ai-agent-connect
- **Tags:** rfp, sales-metrics, efficiency, win-rate, business-intelligence

## Description

This MCP server provides a suite of analytical tools to measure the effectiveness of enterprise Request for Proposal (RFP) workflows. It allows AI agents to calculate critical sales performance indicators such as win rates using `get_win_rate`, evaluate resource cost-effectiveness with `get_efficiency_metrics`, and determine strategic bid importance via `get_rfp_priority_score`. Additionally, it provides a high-level operational overview through `get_performance_summary` to help teams optimize their response velocity and resource investment.

## Tools

### get_efficiency_metrics
Evaluates the cost-effectiveness of the RFP process

### get_performance_summary
Provides a high-level overview of the entire RFP operation

### get_rfp_priority_score
Ranks an individual RFP's importance to determine if the company should bid

### get_win_rate
Calculates the success percentage of RFP responses

## Prompt Examples

**Prompt:** 
```
What is our current RFP win rate if we responded to 50 RFPs and won 15?
```

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

**Prompt:** 
```
Calculate the efficiency metrics for 10 wins with a total investment of $50,000 and an average response time of 5 days.
```

**Response:** 
```
The cost per win is $5,000 and the average response velocity is 5 days.
```

**Prompt:** 
```
Should we bid on an RFP with a quality score of 85 and a competitive positioning score of 70?
```

**Response:** 
```
Yes, this is a High Priority RFP.
```

## Frequently Asked Questions

**How is the RFP win rate calculated?**
The win rate is calculated by dividing the number of won RFPs by the total number of responded RFPs, expressed as a percentage.

**Can I use this to decide which RFPs to bid on?**
Yes, you can use `get_rfp_priority_score` to rank the importance of an RFP based on quality alignment and competitive positioning.

**What metrics are included in the performance summary?**
The `get_performance_summary` tool provides the total win rate, overall efficiency, and the response rate (responded RFPs vs received RFPs).
