# Wine Optimal Drinking Window AI Agent Connect

> Predict the ideal consumption period for wine based on chemical composition and storage.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_92FpeqOZqTkSFDuopGP7ljBWjsHBj3dDtCZXQmt2/ai-agent-connect
- **Tags:** wine, sommelier, aging, chemistry, viticulture

## Description

This MCP server provides analytical tools to model the chemical evolution of wine. By analyzing tannin structure, acidity, alcohol, and phenolic development, it predicts the precise chronological window for consumption. Use `get_drinking_window` to find the peak maturity years, `get_maturity_analysis` to evaluate structural balance and texture, `compare_vintage_profiles` to assess aging potential between years, and `get_storage_impact` to simulate how different environments like cellaring affect the aging curve.

## Tools

### compare_vintage_profiles
Compares two different vintages of the same wine type to see how they differ in aging potential

### get_drinking_window
Determines the specific timeframes for consumption based on a wine's profile

### get_maturity_analysis
Provides a deep dive into the specific chemical components driving the wine's current state

### get_storage_impact
g. Cellared vs Room Temp) affects its aging.

Calculates how changing storage conditions will shift the drinking window

## Prompt Examples

**Prompt:** 
```
When is the best time to drink this 2015 Cabernet Sauvignon? It has high tannins, medium acidity, 14.5% alcohol, and is currently cellared.
```

**Response:** 
```
The optimal drinking window for this Cabernet Sauvignon is between 2022 and 2035, with the peak maturity expected around 2028.
```

**Prompt:** 
```
What is the maturity analysis for a young white wine with low tannins and high acidity?
```

**Response:** 
```
The wine shows high structural balance due to the acidity, with a high fruit intensity and a texture score reflecting its youthful, crisp nature.
```

**Prompt:** 
```
How will my wine's aging change if I move it from room temperature to a cellar?
```

**Response:** 
```
Moving the wine to a cellar will extend the total drinking window and delay the peak maturity year, providing a more stable environment for slow evolution.
```

## Frequently Asked Questions

**How does this tool determine the drinking window?**
The tool uses an aging curve model that considers the interaction between tannins, acidity, and alcohol to predict when a wine reaches its peak and when it begins to decline.

**Can I simulate the effect of moving my wine to a cellar?**
Yes, you can use `get_storage_impact` to calculate how changing storage conditions, such as moving from room temperature to a cellar, will extend the drinking window.

**Does it work for both red and white wines?**
Yes, the tools support Red, White, and Rosé wine types, applying different baseline aging trajectories for each.
