# Enterprise Cross-Sell Success Rate Engine AI Agent Connect

> Analyzes cross-sell efficiency, product affinity, and customer alignment.

## Overview
- **Category:** enterprise
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_z2vgT2hB5hUpCXFgIQ4gUUMpjT4NYHADlgj6m7WR/ai-agent-connect
- **Tags:** cross-sell, product-affinity, sales-intelligence, conversion-optimization, customer-fit

## Description

This MCP server provides a specialized analytics engine for evaluating cross-selling effectiveness. It allows AI agents to calculate cross-sell success rates, perform product affinity analysis to find high-performing product pairs, and evaluate customer-product fit. Using tools like `calculate_success_metrics`, `analyze_product_affinity`, `evaluate_customer_fit`, and `generate_cross_sell_playbook`, sales teams can derive actionable strategic recommendations to optimize conversion metrics and product combinations.

## Tools

### calculate_success_metrics
Calculates the current cross-sell efficiency metrics

### analyze_product_affinity
Analyzes the strength of relationships between product pairs

### generate_cross_sell_playbook
Generates actionable strategic recommendations for sales teams

### evaluate_customer_fit
Evaluates how well a product matches a customer's needs

## Prompt Examples

**Prompt:** 
```
What is our current cross-sell success rate if we had 100 opportunities and 25 closed sales?
```

**Response:** 
```
The current cross-sell success rate is 25% with a volume of 100 opportunities.
```

**Prompt:** 
```
Which products have the strongest affinity based on these combinations: [{'productA': 'Cloud Storage', 'productB': 'Security Suite', 'conversionCount': 50}, {'productA': 'Email Pro', 'productB': 'Calendar Sync', 'conversionCount': 10}]?
```

**Response:** 
```
The strongest pair is Cloud Storage and Security Suite.
```

**Prompt:** 
```
Does this product match the customer? Needs: ['Scalability', 'Low Cost'], Capabilities: ['Auto-scaling', 'Budget Tier'], Fit Score: 85
```

**Response:** 
```
The alignment score is 85, and the recommendation is to Proceed.
```

## Frequently Asked Questions

**How do I calculate my current cross-sell efficiency?**
You can use the `calculate_success_metrics` tool by providing the total number of opportunities and the number of closed sales.

**Can this tool help identify which products to bundle?**
Yes, the `analyze_product_affinity` tool identifies product combinations with high historical correlation to suggest effective bundles.

**How does the engine provide sales recommendations?**
The `generate_cross_sell_playbook` tool synthesizes success rates, affinity data, and fit scores into a prioritized list of tactical instructions.
