# Gross Margin Analyzer MCP MCP

> Gross Margin Analyzer calculates your product profitability down to the dollar. It evaluates current margins, flags specific products that fall below industry benchmarks (SaaS, Hardware, Marketplace), and models exactly how much profit you can gain by cutting costs.

## Overview
- **Category:** finance
- **Price:** Free
- **Tags:** margin, profitability, cogs, financial-analysis, saas, benchmarking

## Description

This connector helps finance teams move past gut feelings about product performance. You feed it product data—revenue, cost of goods sold (COGS)—and instantly calculate the current gross margin for any item. From there, it flags which products are dragging down overall profitability compared to industry norms. If you need immediate action points, you can run a forecast that shows precisely how much your margins would improve if you reduced COGS by a specific percentage. It gives quantitative depth needed to make investment decisions, something you won't get from just looking at revenue numbers. You’ll find this MCP within the Vinkius catalog, connecting directly to your preferred AI client for immediate analysis.

## Tools

### calculate_product_margins
Computes the current profitability margin for any list of products you input.

### detect_underperforming_products
Flags specific items that fall below established industry minimum profit thresholds.

### simulate_cogs_savings_impact
Predicts the projected jump in gross margin if you successfully reduce costs of goods sold.

## Prompt Examples

**Prompt:** 
```
Calculate margins for products A and B with revenue 100/cogs 30 and revenue 200/cogs 50.
```

**Response:** 
```
Product A: 70.0%, Product B: 75.0%
```

**Prompt:** 
```
Which of these products are underperforming in the SaaS industry? Margins: A (80%), B (65%).
```

**Response:** 
```
Product B is at risk because its margin of 65% is below the SaaS threshold of 70%.
```

**Prompt:** 
```
If I reduce COGS by 10% for a product with 50 revenue and 40 COGS, what is the new margin?
```

**Response:** 
```
The projected gross margin will be 64.0%, an increase of 4.0 percentage points.
```

## Capabilities

### Determine current profit margins
Calculates the precise profitability margin for a list of products you provide.

### Identify weak revenue streams
Checks your product line against industry standards to pinpoint items failing to meet minimum profit thresholds.

### Forecast cost savings impact
Models projected improvements to gross margin based on potential reductions in costs of goods sold (COGS).

## Use Cases

### Pricing adjustment review
A Product Manager needs to know if increasing the price of 'Widget X' from $10 to $12 is worth it. They use `calculate_product_margins` to run a side-by-side comparison, confirming that the higher margin offsets the anticipated drop in volume.

### Cost reduction planning
The Operations Lead knows suppliers raised material costs by 5%. They use `simulate_cogs_savings_impact` to model how much they need to cut other overheads just to stay profitable, getting a clear target number.

### Quarterly portfolio review
A Finance Analyst runs all their product lines through the MCP. They use `detect_underperforming_products` to get an instant list of assets that require immediate attention or discontinuation, rather than spending days manual reviewing spreadsheets.

### Market entry analysis
A team is considering a new product line entering the Marketplace segment. They use `detect_underperforming_products` to check against existing industry benchmarks to ensure their projected margins are viable from day one.

## Benefits

- Instead of guessing, you get clear numbers on current profitability. The `calculate_product_margins` tool shows the exact margin for every product in minutes.
- Stop wasting time reviewing healthy products. The `detect_underperforming_products` tool immediately points out which items are dragging down your profit compared to industry standards.
- Don't just cut costs blindly. Use `simulate_cogs_savings_impact` to model exactly how much gross margin you’ll gain from a 10% reduction in raw materials, for example.
- It handles multiple benchmark types (SaaS, Hardware, Marketplace) so your analysis remains accurate no matter the industry sector.
- The system helps you build a complete profitability roadmap by linking current margins to potential cost savings and underperforming assets.

## How It Works

The bottom line is you get immediate, actionable financial diagnostics without building complex internal models.

1. First, you give the MCP a list of products and their current revenue and cost data.
2. The tool processes this information to calculate margins, checks them against industry benchmarks, and runs simulations based on potential cost cuts.
3. You get back three distinct reports: your current margin percentages, a clear list of underperformers, and a projected profit increase number.

## Frequently Asked Questions

**How does calculate_product_margins work?**
It computes the current margin percentage for any product list you provide, based on revenue and COGS inputs. This gives you an instant view of your profitability.

**What is detect_underperforming_products?**
This tool identifies products that fall below established minimum profit thresholds specific to the industry type (SaaS, etc.). It tells you exactly which items are at risk.

**Can I use simulate_cogs_savings_impact for different industries?**
Yes. The simulation tool forecasts margin improvement based on COGS reduction and doesn't lock you into one industry benchmark, allowing flexible modeling.

**Does the Gross Margin Analyzer work with my existing data sources?**
Because it’s an MCP connection, it connects to your AI client. You feed it data through that interface, so long as your client can access the information, this MCP can process it.

**What data format does `calculate_product_margins` require?**
The tool requires a structured list containing both revenue and COGS figures for each item. It accepts this data in bulk, making it simple to process margins for multiple products simultaneously.

**What happens if I run `detect_underperforming_products` with incomplete margin inputs?**
The MCP returns a specific error message pointing directly to the invalid product or missing metric. This allows you to isolate exactly which profitability data points need correction.

**How efficiently does `simulate_cogs_savings_impact` handle large inventory datasets?**
It processes large volumes of records quickly and reliably. Performance scales well, handling thousands of line items without significant slowdowns for projected margin improvement calculations.

**Can I customize the industry thresholds used by `detect_underperforming_products`?**
Yes, you can input custom profitability minimums alongside running the tool. This lets you set benchmarks specific to your unique business model or internal goals beyond standard industries.