# Wine Acetaldehyde Kinetics AI Agent Connect

> Models acetaldehyde formation and binding during fermentation to predict sensory risks.

## Overview
- **Category:** chemistry
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Ndt8qaAEctQCS4F6BsKGbY8rt23ssnlIKt0rHSHk/ai-agent-connect
- **Tags:** wine, acetaldehyde, so2, yeast, fermentation-modeling

## Description

This MCP server provides specialized tools for winemakers and enologists to model acetaldehyde behavior during fermentation. It allows AI agents to calculate sensory risks using `analyze_acetaldehyde_risk`, evaluate sulfur dioxide requirements with `calculate_so2_binding_capacity`, estimate yeast-driven production via `predict_metabolic_production`, and simulate the effects of oxygen exposure using `simulate_oxidation_impact`. By connecting to Vinkius Edge, your AI assistant can accurately predict free acetaldehyde levels, SO2 binding capacity, and the risk of sensory faults like bruised apple aromas.

## Tools

### analyze_acetaldehyde_risk
Determines if the current wine conditions pose a sensory risk due to acetaldehyde levels

### calculate_so2_binding_capacity
Evaluates how much additional SO2 is required to neutralize existing acetaldehyde

### predict_metabolic_production
Estimates the total amount of acetaldehyde the yeast will produce based on environmental factors

### simulate_oxidation_impact
Models how oxygen exposure will influence the transition of acetaldehyde into other compounds

## Prompt Examples

**Prompt:** 
```
Check the acetaldehyde risk for a fermentation using yeast strain 'Saccharomyces_cerevisiae' at 20°C with 30 mg/L SO2 and 5 units of oxygen exposure.
```

**Response:** 
```
The current risk level is low. The free acetaldehyde concentration is 0.05 mg/L, which is well below the sensory threshold.
```

**Prompt:** 
```
How much additional SO2 do I need if I have 10 mg/L of acetaldehyde and 25 mg/L of SO2 at a pH of 3.2?
```

**Response:** 
```
To neutralize the existing acetaldehyde, a required addition of 12.5 mg/L of SO2 is recommended.
```

**Prompt:** 
```
Predict the acetaldehyde production for yeast strain 'Lalvin_EC100' at 18°C with 200 g/L of sugar.
```

**Response:** 
```
The estimated total produced acetaldehyde is 15.4 mg/L with a production rate of 0.8 mg/L per hour.
```

## Frequently Asked Questions

**How can I predict if my wine will have an acetaldehyde fault?**
You can use the `analyze_acetaldehyde_risk` tool. By providing the yeast strain, SO2 levels, oxygen exposure, and fermentation temperature, the tool determines if free acetaldehyde concentrations exceed sensory thresholds.

**How does pH affect my SO2 requirements?**
The `calculate_so2_binding_capacity` tool accounts for pH. Lower pH levels change the proportion of molecular SO2, which directly impacts how effectively SO2 binds to acetaldehyde.

**Can I model the impact of oxygen on my wine?**
Yes, the `simulate_oxidation_impact` tool models how oxygen exposure influences the transition of acetaldehyde into other compounds like acetic acid over a specific duration.
