# Wine Yeast Growth Kinetics AI Agent Connect

> Models yeast population dynamics and fermentation success using Monod kinetics.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_s535NVjOWvvEthcovmNJoM7R0xZBa9rPqfJkdxaj/ai-agent-connect
- **Tags:** yeast, fermentation, winemaking, kinetics, biology

## Description

This MCP server provides advanced biological modeling for winemakers and fermentation scientists. It uses Monod growth kinetics with substrate inhibition to simulate the full lifecycle of yeast populations. By analyzing environmental factors like temperature, sugar concentration, nitrogen availability, and oxygen exposure, the server can predict lag phase duration, exponential growth rates, and the onset of the death phase. It also evaluates the risk of stuck fermentation and provides a detailed timeline of expected milestones. Use `simulate_population_growth` to model the lifecycle, `calculate_stuck_risk` to identify potential failures, `predict_fermentation_timeline` for scheduling, and `analyze_environmental_impact` to assess how temperature and oxygen affect membrane stability.

## Tools

### analyze_environmental_impact
Determines how much the specific environmental settings will deviate the growth from standard conditions

### calculate_stuck_risk
Evaluates the probability that the fermentation will fail to reach completion

### predict_fermentation_timeline
Provides a simplified schedule for winemakers to track expected milestones

### simulate_population_growth
Predicts the full lifecycle of the yeast population over time

## Prompt Examples

**Prompt:** 
```
Predict the yeast population growth for 1,000,000 cells at 25°C with 20g/L sugar, 0.5g/L nitrogen, and 0.1 oxygen.
```

**Response:** 
```
The yeast population will enter the exponential growth phase after a 4-hour lag period, reaching a maximum population of 8,500,000 cells before the death phase begins due to ethanol accumulation.
```

**Prompt:** 
```
What is the risk of stuck fermentation with 250g/L sugar and 0.1g/L nitrogen?
```

**Response:** 
```
The risk score is 0.85, indicating a critical risk. The primary risk factor is Low Nitrogen, which may prevent the yeast from completing fermentation.
```

**Prompt:** 
```
How will a temperature of 30°C and low oxygen affect the yeast?
```

**Response:** 
```
The growth modifier is 0.85, and the membrane stability score is 0.4, indicating that high temperature and low oxygen will significantly reduce the yeast's ability to withstand alcohol toxicity.
```

## Frequently Asked Questions

**How can I predict if my fermentation will fail?**
You can use the `calculate_stuck_risk` tool. It evaluates factors like nitrogen availability and sugar levels to provide a risk score and identify the primary risk factor.

**What environmental factors are modeled?**
The model accounts for initial cell count, temperature, sugar concentration, nitrogen availability, and oxygen exposure.

**Can I see the expected milestones of the fermentation?**
Yes, the `predict_fermentation_timeline` tool provides a schedule of expected events like the end of the lag phase and peak growth.
