# Wine Foam Control AI Agent Connect

> Manage fermentation foam levels and prevent tank overflow.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Z5xHleJPFlI8pZOTX0eDFCFP6ylnWimotCTMhY1M/ai-agent-connect
- **Tags:** winemaking, fermentation, foam-control, agriculture-tech, safety

## Description

This MCP server provides specialized calculation tools for winemakers to manage foam levels during fermentation. It helps prevent tank overflow by assessing foam-over risk, calculating antifoam dosing, validating headspace adequacy, and recommending safe tank filling limits based on grape variety profiles. Use `calculate_foam_risk` to assess danger levels or `get_antifoam_recommendation` to determine necessary chemical additions.

## Tools

### get_antifoam_recommendation
Calculates the necessary amount of antifoam agent to stabilize the foam

### calculate_foam_risk
Determines the current likelihood of a foam-over event

### check_headspace_adequacy
Validates if the current tank setup is safe for the current fermentation stage

### recommend_fill_limits
Suggests maximum liquid levels for new batches to prevent future issues

## Prompt Examples

**Prompt:** 
```
What is the risk of foam-over with 500L headspace, a fermentation rate of 10, protein content of 5, and foam potential of 8?
```

**Response:** 
```
The risk level is High with an overflow probability of 0.75.
```

**Prompt:** 
```
Is my 1000L tank safe if I have 600L of liquid and expect 300L of foam expansion?
```

**Response:** 
```
Yes, the headspace is adequate with a safety margin of 100L.
```

**Prompt:** 
```
How much antifoam do I need for 50L of foam with a stability of 0.8 and a target stability of 0.4?
```

**Response:** 
```
You should add 25.0L of antifoam in repeated small increments.
```

## Frequently Asked Questions

**How can I prevent my fermentation tank from overflowing?**
You can use the `check_headspace_adequacy` tool to verify if your current tank setup is safe for the current fermentation stage.

**How much antifoam should I add to my tank?**
The `get_antifoam_recommendation` tool calculates the exact dosage needed based on foam volume and stability.

**Can I set filling limits for different grape varieties?**
Yes, the `recommend_fill_limits` tool suggests maximum liquid levels by accounting for the specific grape variety profile.
