# Topping Wine Requirement Calculator AI Agent Connect

> Calculate wine replenishment needs for barrel aging based on evaporation and environment.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_IiMCh3wyYLeIYg4AO9HJsdlWK28x1vB1T4SSm0wc/ai-agent-connect
- **Tags:** wine, barrel, evaporation, cellar, aging

## Description

This MCP server provides tools to manage the 'Angel's Share' during wine aging. It calculates the volume of wine lost to evaporation by accounting for barrel age and cellar humidity. Use `get_monthly_topping_volume` to find monthly losses, `get_total_topping_requirement` for the full aging period, `get_topping_schedule` to plan replenishment events, and `get_allocation_strategy` to manage reserve wine stocks.

## Tools

### get_allocation_strategy
Recommends how much of the reserve wine stock should be set aside for topping

### get_monthly_topping_volume
Calculates how much wine is expected to be lost to evaporation on a monthly basis

### get_topping_schedule
Provides a timeline of when topping events should occur based on a specific frequency

### get_total_topping_requirement
Determines the total volume of wine needed to cover the entire aging period

## Prompt Examples

**Prompt:** 
```
How much wine will I need for 50 barrels over 24 months with a 2% evaporation rate and 70% humidity?
```

**Response:** 
```
You will need a total of 120 liters of wine to cover the 24-month aging period for 50 barrels.
```

**Prompt:** 
```
What is the monthly loss for 10 barrels with 3% evaporation and 50% humidity?
```

**Response:** 
```
The total monthly volume lost for 10 barrels is 2.5 liters.
```

**Prompt:** 
```
Give me a topping schedule for 20 barrels every 3 months for a year.
```

**Response:** 
```
Topping events are scheduled for month 3, 6, 9, and 12, with volumes adjusted for cumulative evaporation.
```

## Frequently Asked Questions

**How does humidity affect the calculation?**
Lower humidity increases the evaporation rate, requiring more topping wine. The `get_monthly_topping_volume` tool adjusts for this automatically.

**Can I plan my replenishment schedule?**
Yes, use the `get_topping_schedule` tool to generate a timeline of specific months and volumes needed for topping.

**What is the difference between conservative and aggressive strategies?**
A conservative strategy increases the reserve allocation to protect against humidity drops, while an aggressive strategy uses the minimum required volume.
