# Enterprise CAC Analyzer AI Agent Connect

> Calculate enterprise CAC, payback periods, and sales efficiency.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_O2DVdIQ4wt78teZJUDWII3KfmZ2sRNqFHlSDAj2U/ai-agent-connect
- **Tags:** cac, enterprise, sales, finance, metrics

## Description

This MCP server provides specialized tools for analyzing Customer Acquisition Cost (CAC) in high-touch enterprise sales environments. It allows AI agents to calculate aggregate CAC using `calculate_total_cac`, break down costs by deal tier with `get_cac_by_tier`, determine the time to recoup investment via `calculate_payback_period`, and evaluate organizational scaling with `analyze_sales_efficiency`.

## Tools

### calculate_payback_period


### analyze_sales_efficiency


### calculate_total_cac


### get_cac_by_tier


## Prompt Examples

**Prompt:** 
```
What is our total CAC if we spent $50k on marketing, $30k on SDRs, $40k on AEs, $20k on SEs, and closed 10 deals?
```

**Response:** 
```
The total enterprise CAC is $14,000.
```

**Prompt:** 
```
Calculate the payback period for a deal with a $120,000 annual contract value, 80% gross margin, and a CAC of $30,000.
```

**Response:** 
```
The payback period is 4 months.
```

**Prompt:** 
```
Analyze our sales efficiency with a total CAC of $20,000, total revenue of $200,000, and a 6-month sales cycle.
```

**Response:** 
```
The CAC ratio is 0.1 and the efficiency score is High.
```

## Frequently Asked Questions

**How is the total CAC calculated?**
The `calculate_total_cac` tool sums all marketing, SDR, AE, and SE costs and divides them by the total number of deals closed.

**Can I see the CAC for specific deal tiers?**
Yes, use the `get_cac_by_tier` tool by providing the total costs and a JSON string representing the distribution of deals across tiers.

**How do I calculate the payback period?**
The `calculate_payback_period` tool calculates this by dividing the CAC by the monthly gross profit derived from the annual contract value and gross margin.
