# Wine Oxygen Management Calculator AI Agent Connect

> Calculate cumulative oxygen pickup, optimize inert gas usage, and validate closure suitability.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_KERVM60LrRRIGu7wg5MdUObdpyhXpcCu16oCdLrr/ai-agent-connect
- **Tags:** winemaking, oxygen, chemistry, viticulture, quality-control

## Description

This MCP server provides precision tools for winemakers to manage dissolved oxygen (DO) throughout the production lifecycle. Use `calculate_cumulative_oxygen_pickup` to predict total oxygen absorption across processing steps like racking or filtration. Optimize gas usage with `recommend_inert_gas_usage` to determine the exact volume of Nitrogen or Argon needed for tank purging. Ensure long-term bottle stability by using `evaluate_closure_suitability` to check if a closure's OTR meets your target exposure limits. Additionally, `analyze_saturation_risk` helps monitor if current DO levels are approaching physical saturation limits based on temperature and pressure.

## Tools

### analyze_saturation_risk
Analyze the risk of dissolved oxygen saturation

### calculate_cumulative_oxygen_pickup
Calculate cumulative oxygen pickup throughout all planned processing steps

### evaluate_closure_suitability
Evaluate if a specific bottle closure is suitable for the intended shelf life

### recommend_inert_gas_usage
Calculate required inert gas volume to purge a tank

## Prompt Examples

**Prompt:** 
```
How much total oxygen will my wine absorb if I have 1000L of wine, a 50L headspace, and 5 hours of exposure during racking?
```

**Response:** 
```
The cumulative oxygen pickup for this step is 0.45 mg/L.
```

**Prompt:** 
```
How much Nitrogen do I need to purge a 500L tank with a 40L headspace to reach a target oxygen level of 0.5 mg/L?
```

**Response:** 
```
You will need 38.5 liters of Nitrogen to achieve the target oxygen level in the headspace.
```

**Prompt:** 
```
Is a closure with an OTR of 0.05 cm3/mm*day suitable for a 750ml bottle for 24 months?
```

**Response:** 
```
Yes, the predicted oxygen pickup is 0.02 mg/L, which is well within your target limits for a 2-year shelf life.
```

## Frequently Asked Questions

**How can I predict oxygen pickup during racking?**
You can use the `calculate_cumulative_oxygen_pickup` tool by providing the volume of wine, the headspace volume, and the duration of the racking step.

**How do I know if my cork is suitable for long-term aging?**
Use the `evaluate_closure_suitability` tool. Input the closure's OTR, the bottle volume, and your target maximum pickup to see if it is suitable for your intended shelf life.

**Can I calculate the amount of Argon needed for tank purging?**
Yes, the `recommend_inert_gas_usage` tool calculates the required volume of inert gas based on your tank volume, headspace, and target oxygen level.
