# Blended CAC Calculator MCP MCP

> The Blended CAC Calculator figures out your true Customer Acquisition Cost across all marketing channels. It goes beyond simple averages by calculating both channel-specific costs and an overall blended rate. This helps you stop guessing where to spend next dollar, giving you a clear plan for maximizing your return on investment.

## Overview
- **Category:** finance
- **Price:** Free
- **Tags:** cac, blended-cac, marketing-spend, budget-allocation, unit-economics, roi

## Description

Figuring out the real cost of getting a new customer is tough when you're running ads across search, social media, and SEO. You can’t just look at one number or use simple averages; you need to see how all channels work together. This MCP handles that complexity. It calculates your basic CAC for every channel, giving you the granular details you need. But it doesn't stop there. You can compare current performance against previous periods to see if things are getting better or worse month over month. Finally, based on what’s working and industry standards, it recommends exactly how much money you should allocate next quarter to hit your growth goals. Since Vinkius hosts this MCP, connecting it to your existing AI client means you get a complete financial roadmap without leaving your workflow.

## Tools

### assess_budget_efficiency
Analyzes past performance data against industry benchmarks and recommends how you should split future marketing dollars.

### calculate_cac_metrics
Calculates the overall blended CAC and the specific CAC for each individual marketing channel based on your spending input.

### analyze_mom_trend
Compares your Customer Acquisition Cost (CAC) or total spend from one month to the next to show if efficiency is improving or declining.

## Prompt Examples

**Prompt:** 
```
Calculate the blended CAC for Q2 2024. We spent $15k on Paid Search, $8k on Paid Social, and $2k on SEO. Total new customers were 300.
```

**Response:** 
```
Using `calculate_cac_metrics` with the provided spending data and customer count of 300, the blended CAC is calculated at $65. The breakdown shows Paid Search contributing $48/customer.
```

**Prompt:** 
```
Compare my current CAC to last month's. Last month's CAC was $70, and this month's is $62.
```

**Response:** 
```
Running `analyze_mom_trend` shows a -11.4% change. This negative trend indicates improved efficiency in customer acquisition compared to the previous period.
```

**Prompt:** 
```
We are a Technology SaaS company. Given our last quarter's performance (data array) and the industry benchmark, what should my budget split be?
```

**Response:** 
```
Based on the input data and running `assess_budget_efficiency` for the Technology SaaS sector, we recommend increasing funding for SEO (35% allocation) due to its superior efficiency relative to industry benchmarks.
```

## Capabilities

### Determine blended and channel-specific CAC
Calculate the exact cost per customer across all spending sources for a given period.

### Track efficiency trends over time
Compare current acquisition costs or total spend against previous months to identify performance improvements or declines.

### Receive optimal budget allocations
Get a ranked list of marketing channels and suggested percentage splits for future spending based on historical data and benchmarks.

## Use Cases

### Campaign underperforming and needs funding adjustment
A marketing manager sees that Paid Social's CAC is creeping up. They run `calculate_cac_metrics` to confirm the trend, then use `assess_budget_efficiency` to prove they need to shift budget from Paid Search into a more efficient channel.

### Quarterly review showing declining efficiency
A finance analyst needs to present Q3 results. They run `analyze_mom_trend` to show the leadership team that CAC increased by 15% compared to Q2, forcing an immediate re-evaluation of spending priorities.

### Starting a new product line with zero data
A founder needs baseline metrics. They manually input initial test spend into `calculate_cac_metrics` and use the resulting blended CAC to set realistic performance targets for the next six months.

## Benefits

- Know the true cost of acquisition. Instead of relying on single-channel metrics, use `calculate_cac_metrics` to get a blended CAC that reflects your total spending across all sources.
- Spot efficiency shifts instantly. Running `analyze_mom_trend` lets you see if your marketing efforts are improving or worsening month over month, so you can correct course fast.
- Stop guessing where to allocate money. The system uses `assess_budget_efficiency` to provide concrete percentage recommendations for future spending based on performance data and industry norms.
- Simplify complex reporting. You feed the MCP your raw spend numbers, and it handles the multi-step calculation of blended CAC and channel breakdowns automatically.
- Build a clear financial roadmap. The ability to combine metrics (CAC) with projections (`assess_budget_efficiency`) gives you a single source of truth for executive planning.

## How It Works

The bottom line is you get a data-backed action plan that tells you exactly where to cut costs or double down on spending.

1. You input your total spending data, specifying which channel received the money (e.g., Paid Search, SEO) and how many customers resulted from that spend.
2. The MCP calculates two things: a per-channel CAC breakdown, and a weighted blended average for all channels combined.
3. It then analyzes historical trends and suggests an optimal distribution plan for your future marketing budget.

## Frequently Asked Questions

**How do I use calculate_cac_metrics for a new campaign?**
You provide spending data and total customers, even if it's only one channel. The tool calculates both the blended CAC and the specific CAC for that single source, giving you an immediate baseline.

**Is analyze_mom_trend useful for marketing budget planning?**
Yes. If your trend analysis shows a positive movement (meaning costs are rising), it flags inefficiency immediately, forcing you to adjust the plan before spending more money.

**What data do I need for assess_budget_efficiency?**
The tool requires performance data as structured inputs. You'll need a recent record of channel name, total spend amount, and the calculated CAC to give it enough information to recommend optimal splits.

**Can I use Blended CAC Calculator for multiple years?**
While you can compare periods, the tool is best used by providing discrete period data. Use `analyze_mom_trend` to keep comparisons simple and focused on month-over-month shifts.

**What happens if I use `calculate_cac_metrics` with zero total new customers?**
The tool handles division by zero gracefully. It will return a specific error code or null value, preventing a crash while still indicating that CAC could not be calculated for that period.

**Can I use `analyze_mom_trend` to compare spending across different product lines?**
Yes. As long as you include the specific cost data points (TotalSpend) in your JSON input, `analyze_mom_trend` will calculate and report the month-over-month change for those separate metrics.

**What are the best practices when running `assess_budget_efficiency` repeatedly?**
For consistent results, always provide period data in a structured JSON array. This ensures that the tool compares current performance against accurate, comparable historical inputs.

**Does the `calculate_cac_metrics` process support non-paid channels like PR or content marketing?**
Yes, you can include them. You only need to accurately label these activities as a channel name and provide their associated spend amounts in the required JSON format.

**What is the difference between Blended CAC and channel-specific CAC?**
Blended CAC provides a single, overall average cost across all channels. To calculate this, you must use `calculate_cac_metrics`. This tool calculates the total spend divided by total customers, giving you the true company-wide acquisition cost.

**How can I check if my marketing efficiency is getting better or worse over time?**
You should use the `analyze_mom_trend` tool. By comparing CAC or Total Spend between two months, you get a percentage change that immediately tells you if your efficiency trend is positive (negative % change) or negative (positive % change).

**How do I decide where to allocate my budget next month?**
The `assess_budget_efficiency` tool handles this. You provide historical data, and it compares your channels' performance against industry norms to recommend an optimal percentage split for the coming period.