# Enterprise Qualification Framework AI Agent Connect

> Quantify sales opportunity health using BANT and MEDDIC methodologies.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_P4IvZVrwFhbVVYeG1Kew0KALpzkM6DgXx9Rkps87/ai-agent-connect
- **Tags:** bant, meddic, sales-enablement, pipeline-management, enterprise-sales

## Description

This MCP server provides decision-support tools to quantify the health of enterprise sales opportunities. By applying BANT (Budget, Authority, Need, Timeline) and MEDDIC principles, it identifies gaps in the sales cycle and detects disqualification risks. Use `calculate_qualification_score` to get a numerical health rating, `perform_gap_analysis` to find missing qualification dimensions, `check_disqualification_triggers` to identify deals that should be removed from the pipeline, and `evaluate_competition_impact` to assess competitive risks.

## Tools

### calculate_qualification_score
Provides a single numerical health rating and a summary of the opportunity's viability

### check_disqualification_triggers
Performs a high-speed check to see if the deal should be immediately removed from the pipeline

### evaluate_competition_impact
Analyzes how the current competitive landscape affects the probability of winning

### perform_gap_analysis
Identifies specifically which qualification dimensions are missing or weak

## Prompt Examples

**Prompt:** 
```
What is the health score for a deal where budget is confirmed, authority is identified, need is validated, and timeline is established, but there is multi-vendor competition and no champion?
```

**Response:** 
```
The qualification score is 65. The opportunity is at medium risk due to multi-vendor competition and the absence of a confirmed champion.
```

**Prompt:** 
```
Check if this deal should be disqualified: budget is not confirmed, but authority and need are validated.
```

**Response:** 
```
The deal is disqualified. Reason: Budget has not been confirmed.
```

**Prompt:** 
```
Perform a gap analysis for an opportunity with confirmed budget, identified authority, and a validated need, but no timeline or champion.
```

**Response:** 
```
Missing dimensions: Timeline, Champion. Risk level: Medium. Recommendation: Establish a decision timeline and identify an internal advocate to increase win probability.
```

## Frequently Asked Questions

**How is the qualification score calculated?**
The score is a weighted aggregate of BANT components. The presence of a Champion provides a significant boost, while high competition reduces the score unless authority and a champion are confirmed.

**What triggers an automatic disqualification?**
A deal is automatically disqualified if any core BANT elements--Budget, Authority, or Need--are not confirmed.

**Can I use this with Claude Desktop?**
Yes, this MCP server can be connected to Claude Desktop, Cursor, VS Code, Windsurf, and any other MCP-compatible client via Vinkius Edge.
