# Wine Chaptalization Calculator AI Agent Connect

> Calculate precise sugar additions for increasing alcohol potential in grape must.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_CIVO3Ve4FzAbpJ9PT6CaLxErm7u88rV5vXJxoMsd/ai-agent-connect
- **Tags:** winemaking, brix, alcohol, chaptalization, agriculture-tech

## Description

This MCP server provides winemakers with precise tools for chaptalization. It calculates the exact mass of sugar needed to reach a target Brix level while accounting for volume displacement caused by sugar dissolution. Users can verify if planned additions meet regional legal standards using `check_legal_compliance`, estimate the resulting alcohol impact with `get_alcohol_potential_summary`, and manage inventory via `validate_sugar_inventory`. It is designed to ensure accuracy and regulatory compliance during the winemaking process.

## Tools

### check_legal_compliance
Verifies if the planned chaptalization adheres to the legal limits of specific regions

### get_alcohol_potential_summary
Provides a high-level overview of the alcohol impact of a planned addition

### get_sugar_addition_requirements
Calculates the exact mass of sugar needed to reach a target Brix level

### validate_sugar_inventory
Checks if the winemaker has enough physical sugar on hand

## Prompt Examples

**Prompt:** 
```
How much sucrose do I need to add to 500 liters of must at 18 Brix to reach 22 Brix?
```

**Response:** 
```
To reach 22 Brix in 500 liters of must, you need to add 10,452.6 grams of sucrose. This will result in a total volume of approximately 510.2 liters.
```

**Prompt:** 
```
Is it legal in the EU to increase Brix from 15 to 20?
```

**Response:** 
```
No, an increase from 15 to 20 Brix exceeds the maximum allowable Brix increase for the EU region.
```

**Prompt:** 
```
What will be the alcohol increase if I add 5000 grams of sugar to 1000 liters of must?
```

**Response:** 
```
Adding 5000 grams of sugar to 1000 liters of must will result in an alcohol increase of approximately 0.29% v/v.
```

## Frequently Asked Questions

**How does the tool account for volume changes?**
The `get_sugar_addition_requirements` tool calculates the volume displacement caused by the added sugar mass to ensure the final Brix and alcohol calculations are accurate.

**Can I check if my sugar addition is legal?**
Yes, you can use the `check_legal_compliance` tool to verify if your planned Brix increase adheres to the specific regulations of the USA or EU.

**What sugar types are supported?**
The calculator supports both sucrose (granulated sugar) and liquid concentrates.
