# Baker Percentage Calculator MCP for AI Agents AI Agent Connect

> Baker Percentage Calculator MCP. Quickly switch between absolute weights (grams) and professional Baker's percentages. Use it to scale recipes, compare international baking sources, and standardize your production without doing the manual math.

## Overview
- **Category:** baking
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_VZxF6eO2ngxoJnISqwLVKSn0ohot8SGXLZImR2zq/ai-agent-connect
- **Tags:** bakers-percentage, recipe-scaling, ingredient-weights, flour-base, baking-chemistry

## Description

Baking is a science, but the math gets messy when you start moving between different standards. If you're trying to compare a recipe from a bakery that uses percentages with a local recipe that uses grams, it's easy to lose the ratio. This Connector takes that guesswork out of your workflow. It lets you take a raw list of ingredient weights and instantly see the professional proportions, or take a percentage-based sheet and turn it into a precise shopping list for your next batch. Whether you're doubling a production run or trying to figure out how much flour you need based on a specific amount of yeast, this tool keeps your ratios perfect. You can find this in the Vinkius catalog to give your AI client the ability to handle high-precision baking math. It's about making sure your bread, pastries, and breads come out the same every single time, regardless of how the original recipe was written down.

## Tools

### check_flour_base
Calculates the total flour weight needed when you only know one ingredient's weight and its percentage. This is perfect for working backward from a single measurement.

### recipe_to_baker_percentage
Converts raw ingredient weights into professional percentages relative to the flour weight. This helps you see the true ratios of your recipe.

### scale_baker_percentage_to_weights
Turns a percentage-based recipe into exact gram weights based on a specific scaling factor. Use this to scale up or down for any batch size.

## Prompt Examples

**Prompt:** 
```
I have a recipe with 400g flour, 350g water, and 12g salt. What are the baker's percentages?
```

**Response:** 
```
Based on your weights, here are the professional Baker's percentages for your recipe:

| Ingredient | Weight | Baker's Percentage |
| :--- | :--- | :--- |
| **Flour Base** | 400g | 100% |
| **Water** | 350g | 87.5% |
| **Salt** | 12g | 3.0% |

This recipe has a high hydration level, which is great for a soft, open crumb.
```

**Prompt:** 
```
I need to double a recipe that uses 12g of salt at 3% Baker's percentage. What's the new weight?
```

**Response:** 
```
To double your recipe while maintaining the 3% salt ratio, your new weights are:

*   **Salt:** 24g
*   **Flour Base:** 800g

I've scaled these proportions to ensure your batch remains consistent.
```

**Prompt:** 
```
I have 5g of yeast and it's supposed to be 1.2% of the flour. How much flour do I need?
```

**Response:** 
```
Based on 5g of yeast at a 1.2% Baker's percentage, your flour base weight is:

**Total Flour Needed: 416.67g**

Note: This is a very small batch size. Be careful with temperature control as small amounts of yeast can be harder to stabilize.
```

## Capabilities

### Convert weights to Baker's percentages
Turn raw gram weights into professional percentages relative to your flour base.

### Scale batch sizes using ratios
Convert percentage-based recipes into exact gram weights for any batch size.

### Calculate total flour weight
Find the necessary flour weight when you only know one ingredient's weight and its percentage.

### Standardize multi-source recipes
Compare recipes from different regions by putting them into a single format.

### Generate production weights
Get a precise list of weights for your next bake based on a scaling factor.

## Use Cases

### Comparing International Sources
A baker has a French recipe in percentages and a local one in grams. They ask the agent to convert both to percentages to see which has higher hydration.

### Scaling Production Batches
A bakery needs to turn a 10kg batch into a 50kg batch. They provide the percentages and ask for the new weights using scale_baker_percentage_to_weights.

### Solving for Missing Flour Weights
A baker only has 50g of special flour and knows it's 1% of the total. They use check_flour_base to find the total flour weight.

### Standardizing New Recipes
A home baker writes a recipe in grams. They use recipe_to_baker_percentage to see the professional ratios before sharing it online.

## Benefits

- Eliminate calculation errors when scaling batches using scale_baker_percentage_to_weights.
- Easily compare international recipes by converting them to a shared format with recipe_to_baker_percentage.
- Save time on production prep by instantly generating gram weights from percentages.
- Work backward from specific ingredients like yeast or salt using check_flour_base.
- Maintain perfect hydration and crumb structure across different batch sizes.
- Professionalize your recipe library by moving from home weights to industry-standard percentages.

## How It Works

The bottom line is you get consistent, professional-grade recipe scaling without manual calculation errors.

1. Provide your AI with a list of ingredient weights or a set of percentages.
2. Tell your agent whether to convert, scale, or solve for the flour base.
3. Get a clean list of weights or percentages ready for your production sheet.

## Frequently Asked Questions

**How does the Baker Percentage Calculator help with scaling?**
It allows you to take a master recipe in percentages and instantly generate the exact gram weights for any batch size. This ensures your proportions stay perfect whether you are making one loaf or fifty.

**Can I use this to convert French recipes to my local measurements?**
Yes. If you have a recipe using Baker's percentages, you can convert it into absolute weights in grams or ounces for your local ingredients.

**How do I find my flour weight if I only know the salt amount?**
The Baker Percentage Calculator can solve for the flour base. If you know your salt weight and its percentage, it will tell you exactly how much flour you need.

**Is this useful for commercial bakery production?**
Absolutely. It is designed for professional standards, making it ideal for bakeries that need to scale production sheets and maintain consistency across different batches.

**Can it help me keep my hydration consistent?**
Yes, by converting weights to percentages, you can see the exact hydration level of any recipe, making it easy to adjust for different types of flour.

**What is the difference between gram weights and baker's percentages?**
Gram weights are absolute amounts, while Baker's percentages are relative to the flour weight. This Connector lets you move between them seamlessly.

**How does the tool handle scaling a recipe?**
You use the `scale_baker_percentage_to_weights` function. You provide the desired batch size multiplier and an array of ingredients with their known percentages. The tool calculates the new absolute weights for every ingredient, ensuring perfect proportionality.

**What is the primary input required for calculating Baker's Percentages?**
The `recipe_to_baker_percentage` tool requires two main inputs: the absolute weight of the flour base (in grams) and a list of all other ingredient weights. The flour weight always serves as the 100% reference point.

**If I only know one ingredient's weight, how can I find the required flour base?**
Use the `check_flour_base` tool. You must provide the name of your known ingredient, its measured weight in grams, and its established professional percentage relative to flour. The function then calculates the necessary flour base weight.