# Wine Appellation Brand Value AI Agent Connect

> Quantify the economic value and brand strength of wine appellations using hedonic regression.

## Overview
- **Category:** finance
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_s5Z9v0VHE7mKuz2uyL9rPsZb3cAovdp7EaN6ZtJk/ai-agent-connect
- **Tags:** wine, economics, appellation, regression, branding

## Description

This MCP server provides tools to calculate the economic impact of wine appellations. By applying hedonic regression principles, it isolates the price premium attributable to a specific region's reputation. Use `get_appellation_metrics` to retrieve baseline data like recognition scores and quality perception. Determine market power with `calculate_brand_strength`, or quantify the exact monetary value added per bottle using `calculate_appellation_value_contribution`. For nested regions, `analyze_appellation_hierarchy` reveals how sub-appellations capture prestige from their parent zones.

## Tools

### get_appellation_metrics
Retrieves the core baseline data for a specific appellation

### analyze_appellation_hierarchy
Explores the relationship between a sub-appellation and its parent

### calculate_appellation_value_contribution
Quantifies the specific economic value added by the appellation

### calculate_brand_strength
Determines the market power of an appellation

## Prompt Examples

**Prompt:** 
```
What is the brand strength of the Napa Valley appellation?
```

**Response:** 
```
The Brand Strength Index for Napa Valley is 0.92, placing it in the Tier 1 market tier.
```

**Prompt:** 
```
How much value does the Bordeaux appellation add to a bottle of wine?
```

**Response:** 
```
The value contribution per bottle for the Bordeaux appellation is $15.50 USD.
```

**Prompt:** 
```
Show me the hierarchy details for the Margaux sub-appellation.
```

**Response:** 
```
Margaux is a sub-appellation of the Bordeaux parent region with a relative prestige score of 0.85.
```

## Frequently Asked Questions

**How is the brand strength calculated?**
The Brand Strength Index is derived from the product of the appellation's recognition score and its quality perception score.

**Can I account for sub-appellation prestige?**
Yes, by using `calculate_appellation_value_contribution` with the `includeHierarchyAdjustment` parameter enabled, the tool factors in the parent appellation's prestige.

**What data is required to start?**
You only need a valid `appellationId` to begin retrieving metrics or performing calculations.
