Baker Percentage Calculator

Baker Percentage Calculator MCP Connector for Claude

A+

Convert baking recipes between absolute weights (grams) and professional Baker's percentages instantly, making scaling and comparison straightforward.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Professional Recipe Standardization Tool

Hook: Have you ever struggled to compare a recipe from a European source (which uses Baker's percentages) with one from an American source (which uses absolute weights)? Or perhaps you need to scale a batch up or down while maintaining perfect proportions?

Problem: Baking recipes are highly specialized. Standard units of measure and percentage calculations make cross-regional comparison and professional scaling difficult. Simply measuring ingredients isn't enough; you need to understand the proportional relationship between components.

Mechanism: This tool provides three dedicated functions to manage this complexity:

  1. recipe_to_baker_percentage: Takes your raw ingredient weights (e.g., 50g salt, 300g water) and calculates what their professional percentage is relative to the flour base.
  2. scale_baker_percentage_to_weights: If you know a recipe's percentages but need to double or halve the batch size, this function accurately converts those ratios back into precise gram weights based on your scaling factor.
  3. check_flour_base: This is an inverse solver. If you only measure one ingredient (like yeast) and know its percentage (e.g., 1%), this tool calculates the necessary total flour weight to make that measurement accurate.

The system uses these tools to maintain rigorous adherence to established baking standards, ensuring proportional accuracy every time.

Advantage: Stop guessing with recipes. Use this connector to transform any set of ingredient weights into standardized professional proportions or scale them precisely for commercial use.

bakers-percentagerecipe-scalingingredient-weightsflour-basebaking-chemistry

3 tools expose this connector's capabilities to your AI agent.

check_flour_base

Calculate the flour base weight from a known ingredient weight and its Baker's percentage

recipe_to_baker_percentage

Convert ingredient weights to Baker's percentages relative to flour weight

scale_baker_percentage_to_weights

Scale Baker's percentages to absolute weights using a scaling factor

See how to talk to your AI agent using Baker Percentage Calculator.

I have a batch with 400g of flour, 350g of water, and 12g of salt. Calculate the Baker's percentages for this recipe.

The scoring process is complete. The final calculated proportions are: Flour Base (100%), Water (87.50%), Salt (3.00%). This indicates a standard hydration level suitable for artisan loaves.

We need to double this recipe, which has 12g of salt (3% B%), and scale it up. What are the new weights?

Scaling by a factor of 2.0 results in the following required weights: Salt: [NEW_SALT_WEIGHT] grams, Water: [NEW_WATER_WEIGHT] grams. The proportions are maintained.

I used 5g of yeast and know its professional percentage is 1.2%. What was the approximate total flour weight?

Based on your input, the calculated necessary flour base weight is [CALCULATED_FLOUR_WEIGHT] grams. Please note that this batch size is small (< 5g warning).

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.

Related Connectors