# Yield Calculator MCP for AI Agents AI Agent Connect

> Yield Calculator MCP helps culinary teams figure out how much usable food they actually get after prepping. It calculates waste, usable mass, and batch losses for various ingredients so you can price menus accurately and reduce food costs.

## Overview
- **Category:** inventory-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/undefined/ai-agent-connect
- **Tags:** yield, waste-reduction, food-costing, ingredient-prep, kitchen-efficiency

## Description

Running a professional kitchen means dealing with constant waste. You know that 5kg of onions doesn't equal 5kg of usable product, but figuring out the exact percentages for every single item—from trimming fat off meat to peeling root vegetables—is a massive manual headache. This Connector handles that math for you. Instead of guessing or keeping a messy spreadsheet of yield factors, you can just ask your agent to do the heavy lifting. You can find specific items in your registry, see how much usable mass remains after prep, or see how much waste a whole batch of ingredients will produce. It's about moving from "best guesses" to actual numbers. When you connect this to your workflow via Vinkius, your agent becomes a bit of a production manager. It helps you see the real costs of your menu before you even start cooking. You get to spend less time on calculators and more time on the line or on menu development.

## Tools

### calculate_batch_loss
Get the total waste and usable mass for a group of ingredients at once. This helps you see the total loss for a whole recipe.

### search_ingredients
Look up specific items in your registry to find their yield factors. Use this to ensure you have the right data for each product.

### calculate_ingredient_yield
See exactly how much usable product you'll have from a single raw ingredient. This is perfect for quick price checks on individual items.

## Prompt Examples

**Prompt:** 
```
I have 20kg of whole chickens. How much usable meat will I actually get?
```

**Response:** 
```
Based on standard yield factors, here's what you can expect:

* **Usable Meat:** ~6.8kg
* **Waste:** ~13.2kg

*Note: Yields may vary slightly depending on the size and trimming style of the birds.*
```

**Prompt:** 
```
Calculate the total waste for 5kg of onions and 10kg of potatoes.
```

**Response:** 
```
Here is the waste breakdown for your prep:

| Ingredient | Weight | Waste | Usable Mass |
| :--- | :--- | :--- | :--- |
| Onions | 5kg | 0.75kg | 4.25kg |
| Potatoes | 10kg | 2.0kg | 8.0kg |
| **Total** | **15kg** | **2.75kg** | **12.25kg** |
```

**Prompt:** 
```
Find all the beef items in my registry.
```

**Response:** 
```
I found 3 items in your beef registry:

* **Beef Ribeye** (85% yield)
* **Beef Brisket** (70% yield)
* **Ground Beef** (90% yield)
```

## Capabilities

### Get usable mass for a single ingredient
See exactly how much product remains after you trim, peel, or clean an item.

### Find ingredients in your registry
Quickly pull up the specific yield factors for items in your existing inventory.

### Calculate total waste for a multi-item batch
Aggregate the waste and usable mass across a whole list of different ingredients.

### Estimate production loss
Get a clear picture of how much weight you'll lose during large-scale prep.

### Identify specific yield factors
Access consistent data for different proteins and produce to keep your costs steady.

## Use Cases

### Pricing a new steak dinner
A chef asks the agent how much meat remains from 10kg of whole ribeye. The agent uses calculate_ingredient_yield to show the usable mass for pricing.

### Catering a large wedding
A manager needs to know the waste for 50kg of mixed vegetables. The agent uses calculate_batch_loss to provide a total waste weight.

### Auditing inventory
A cost analyst wants to see if the current beef yield is correct. They use search_ingredients to pull the registry data for comparison.

### Training prep staff
A lead cook asks for the expected waste of 20kg of onions to set a goal for the prep team. The agent uses calculate_ingredient_yield.

## Benefits

- Stop guessing on food costs by using calculate_ingredient_yield to get exact usable weights for every protein and vegetable.
- Reduce overhead by identifying waste patterns across different ingredients using calculate_batch_loss.
- Save time on menu planning by using search_ingredients to quickly pull data from your existing registry.
- Improve profit margins by seeing the real numbers on prep waste before you place your next order.
- Standardize kitchen prep by providing your agent with consistent yield factors for every item in your inventory.

## How It Works

The bottom line is you get accurate food costing data without manual calculations.

1. Connect the Yield Calculator MCP to your preferred AI client.
2. Provide the raw weight of your ingredients and the specific items you're prepping.
3. Get a breakdown of usable mass, waste weight, and total batch loss.

## Frequently Asked Questions

**How does the Yield Calculator MCP help my restaurant's profit?**
It gives you the exact usable weight of your ingredients after prep. This allows you to price your menu based on real costs rather than guesses, which protects your profit margins.

**Can I use the Yield Calculator MCP for large catering orders?**
Yes. You can use it to see the total waste for multiple ingredients at once. This helps you plan for large-scale production and estimate your total food costs more accurately.

**Does the Yield Calculator MCP work for different types of meat?**
Yes, it handles various proteins and vegetables. You can search your registry to find specific yield factors for different cuts of meat or types of produce.

**How do I find specific ingredients using the Yield Calculator MCP?**
You can ask your agent to search your registry for any specific item. It will pull up the correct yield data so you can perform accurate calculations for that specific product.

**Is the Yield Calculator MCP good for reducing food waste?**
Definitely. By seeing the expected waste for every item you prep, you can better plan your orders and identify where your kitchen is losing the most product.

**Can I calculate waste for a whole batch of ingredients?**
Yes, that's one of the main features. You can input multiple items and their weights to get a single aggregate number for the total waste produced.

**How do I calculate the yield for a specific ingredient?**
Use the `calculate_ingredient_yield` tool by providing the ingredient name and its initial mass in kilograms.

**Can I calculate waste for multiple ingredients at once?**
Yes, use the `calculate_batch_loss` tool by passing a JSON array of objects containing ingredient names and their initial masses.

**How can I see which ingredients are available in the registry?**
You can use the `search_ingredients` tool to search through the ingredient catalog for specific names or patterns.