# Wine Variety Trend Analysis AI Agent Connect

> Analyze wine variety market trends, growth rates, and future market share projections.

## Overview
- **Category:** agriculture
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_h8634zUpaxEROCln9EsAPAsFXtCaKnQLxVzgM7K1/ai-agent-connect
- **Tags:** wine, market-trends, forecasting, sales-data, agriculture-tech

## Description

This MCP server provides deep market intelligence for the wine industry. It allows AI agents to retrieve historical sales data using `get_variety_performance`, predict future market shifts with `forecast_market_trends`, and evaluate regional variety dominance via `analyze_market_composition`. Additionally, agents can assess how specific consumer preferences impact popularity through `cross_reference_style_trends`.

## Tools

### cross_reference_style_trends
g., "Crisp Whites") is trending in a region.

Evaluates how specific style trends are impacting variety popularity in a region

### forecast_market_trends
Predicts future market share and identifies the status of varieties

### get_variety_performance
Retrieves the historical sales and growth metrics for a specific variety

### analyze_market_composition
Provides a snapshot of all varieties within a region to identify leaders and laggards

## Prompt Examples

**Prompt:** 
```
What is the current performance of Cabernet Sauvignon in North America?
```

**Response:** 
```
Cabernet Sauvignon in North America currently holds a 15% market share with an annual growth rate of 2.4%.
```

**Prompt:** 
```
Predict the market share for Chardonnay in Western Europe over the next 5 years.
```

**Response:** 
```
Chardonnay is projected to reach a 12.5% market share in Western Europe over the next 5 years with an emerging status.
```

**Prompt:** 
```
Which varieties are currently trending in the 'Crisp Whites' category in North America?
```

**Response:** 
```
In the Crisp Whites category in North America, Sauvignon Blanc and Pinot Grigio are the dominant varieties.
```

## Frequently Asked Questions

**How can I see if a specific wine is growing in popularity?**
You can use the `forecast_market_trends` tool to see the projected CAGR and status of a variety.

**Can I compare different wine styles in a specific region?**
Yes, the `cross_reference_style_trends` tool allows you to evaluate how specific style categories are trending in a given market.

**What data is available for regional market breakdowns?**
The `analyze_market_composition` tool provides a full breakdown of all varieties, their market share, and their growth status within a region.
