# Fermentation Salt Calculator AI Agent Connect

> Fermentation Salt Calculator MCP handles the math for your fermentation recipes. Whether you are salting vegetables directly, preparing a liquid brine, or managing mixed batches, your AI client can calculate the exact salt requirements and scale your ingredients to fit your specific container sizes.

## Overview
- **Category:** food-science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_XX4fF42qW3ZZZrlcsCXr0ir4YpP2aDwEW1P5sSjK/ai-agent-connect
- **Tags:** fermentation, salt, brine, cooking-tools, food-safety

## Description

Stop guessing your salinity levels. This MCP gives your AI client the ability to perform precise salt calculations for any fermentation method you use. If you are doing a traditional dry-salt ferment, your agent can determine the exact weight of salt needed based on your vegetable mass. For liquid-based ferments, it calculates the salt required for a specific volume of brine. It also handles mixed fermentation where you use both solid vegetables and a liquid brine. If you have a specific jar or crock you want to use, the MCP can scale your entire recipe to match the volume of that vessel so you don't end up with too much or too little product. It removes the math errors that can ruin a batch or compromise food safety.

## Tools

### brine_only_tool
This tool calculates the exact amount of salt needed to create a specific volume of liquid brine.

### dry_salt_tool
This tool determines the salt weight required for direct application to vegetables.

### mixed_fermentation_tool
This tool calculates salt requirements for batches that combine solid vegetables and liquid brine.

### scale_batch_tool
This tool adjusts your ingredient quantities to fit the physical capacity of your container.

## Prompt Examples

**Prompt:** 
```
How much salt do I need for 500g of cabbage at 2% salinity using dry salt?
```

**Response:** 
```
You need 10 grams of salt for 500g of cabbage at 2% salinity.
```

**Prompt:** 
```
I have 1000g of water. How much salt is needed for a 3% brine?
```

**Response:** 
```
You need 30.93 grams of salt to create a 3% brine with 1000g of water.
```

**Prompt:** 
```
Scale my batch of 400g vegetables and 200g water to fit a 1000g vessel at 2.5% salinity.
```

**Response:** 
```
To fit your 1000g vessel at 2.5% salinity, you should use 634.92g of vegetables and 315.08g of water.
```

## Capabilities

### Dry Salt Calculation
Your agent calculates salt weights for direct vegetable salting.

### Brine Preparation
Your AI client determines salt amounts for specific liquid volumes.

### Mixed Batch Math
Your agent manages salt requirements for combined vegetable and brine recipes.

### Vessel Scaling
Your AI client adjusts ingredient amounts to match your container size.

## Use Cases

### Scaling a Recipe
You have a recipe for a small jar but want to fill a large crock.

### Brine Creation
You need to prepare a specific volume of liquid brine at a set percentage.

### Direct Salting
You are salting cabbage or other vegetables directly for a dry ferment.

### Mixed Fermentation
You are managing a batch that uses both solid vegetables and liquid brine.

## Benefits

- Eliminates manual math errors during recipe scaling.
- Ensures consistent salinity across different fermentation styles.
- Matches ingredient quantities to specific container volumes.

## How It Works

Connect the MCP to your AI client and start asking for calculations.

1. Connect your MCP-compatible client to Vinkius.
2. Tell your AI client what kind of fermentation you are doing.
3. Provide the weight of your ingredients or the volume of your container.
4. The AI client uses the specific tool to return the exact salt weight.

## Frequently Asked Questions

**How do I use this MCP with Claude?**
You connect your Claude client to the Vinkius platform, which hosts the MCP for you. Once connected, you can simply ask Claude to perform the salt calculations.

**Can I scale a recipe to fit a specific jar?**
Yes, you can use the scale_batch_tool to adjust your vegetable and water weights to fit the exact capacity of your container.

**Does this work for liquid brines?**
Yes, the brine_only_tool is designed specifically to calculate the salt needed for a certain volume of liquid.

**What if I am using both vegetables and brine?**
You should use the mixed_fermentation_tool, which is built for batches containing both solids and liquids.

**Do I need to install anything on my computer?**
No, Vinkius hosts the MCP. You only need to connect your preferred AI client to the Vinkius catalog.

**How do I calculate salt for vegetables without adding water?**
You can use the `get_dry_salt_requirements` tool by providing the weight of your vegetables and your target salinity percentage. Tools available: `dry_salt_tool`, `brine_only_tool`, `mixed_fermentation_tool`.

**Can I adjust my recipe to fit a specific jar?**
Yes, use the `scale_batch_to_vessel` tool. Input your current ingredient masses and the maximum capacity of your vessel to get the adjusted quantities.

**What is the difference between brine and mixed fermentation?**
Brine-only fermentation uses a pre-made liquid solution, while mixed fermentation calculates salt for both the solid vegetables and the liquid brine combined.
