# Wine Sparkling Pressure Calculator AI Agent Connect

> Calculate CO2 pressure, required sugar, and nitrogen dilution for sparkling wine production.

## Overview
- **Category:** chemistry
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_kc7IyiW281ilHCHDAZ5Vrre6yeF1ace2InVQmQ1K/ai-agent-connect
- **Tags:** wine, carbonation, fermentation, co2, production

## Description

This MCP server provides specialized calculation tools for sparkling wine producers using the Tirage or Charmat methods. It allows AI agents to determine internal CO2 pressure using `calculate_carbonation_pressure`, calculate the exact sugar needed for a target pressure with `calculate_required_sugar`, manage gas mixtures via `calculate_nitrogen_dilution`, and schedule production steps using `estimate_disgorgement_window`.

## Tools

### calculate_carbonation_pressure
Determines the expected internal pressure based on current fermentation parameters

### calculate_nitrogen_dilution
Determines how much nitrogen gas is needed to dilute CO2 to a lower target pressure

### calculate_required_sugar
Calculates how much sugar must be added to achieve a specific target pressure

### estimate_disgorgement_window
Provides an estimate of when the wine will reach its target pressure

## Prompt Examples

**Prompt:** 
```
What will the pressure be if I have 10g/L sugar, 20°C, 500L liquid in a 600L tank?
```

**Response:** 
```
The calculated pressure is 2.45 bar with a CO2 concentration of 4.2 g/L.
```

**Prompt:** 
```
How much sugar do I need to reach 5 bar in a 1000L tank at 15°C with 500L of liquid?
```

**Response:** 
```
You need to add 12.4 g/L of sugar to reach the target pressure of 5 bar.
```

**Prompt:** 
```
How many days until I reach my target pressure if I have 15g/L sugar, a target of 5g/L, and a fermentation rate of 1.5g/L per day at 18°C?
```

**Response:** 
```
It will take approximately 6.67 days to reach the target pressure.
```

## Frequently Asked Questions

**How do I calculate the pressure in my bottles?**
You can use the `calculate_carbonation_pressure` tool by providing the residual sugar, temperature, liquid volume, and total vessel volume.

**Can I use this for the Charmat method?**
Yes, the server supports both Tirage and Charmat processes, including nitrogen dilution for tank fermentation.

**How can I estimate when to disgorge?**
Use the `estimate_disgorgement_window` tool to predict the number of days remaining based on current sugar levels and fermentation rates.
