# Wax Selection Guide AI Agent Connect

> Recommends specialized ski waxes based on real-time snow and environmental conditions.

## Overview
- **Category:** utility
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_X1TU6ORXbPOXeeOtUZSQZqYUzsIg4DTsIALsTJb2/ai-agent-connect
- **Tags:** skiing, snow, wax, winter-sports, performance

## Description

This MCP server provides expert-level ski wax recommendations by analyzing snow temperature, air temperature, humidity, and snow type. It uses a specialized performance model to determine the best wax chemistry for your specific conditions. You can use `get_wax_recommendation` to find the ideal wax type, `get_application_instructions` for step-by-step physical application guides, `calculate_durability_estimate` to predict how long your wax will last, and `compare_wax_options` to evaluate hydrocarbon versus fluorocarbon performance.

## Tools

### calculate_durability_estimate
Predicts how long the wax will remain effective under current conditions

### compare_wax_options
Compares a hydrocarbon-based wax against a fluorocarbon-based wax for a specific scenario

### get_application_instructions
Details how to physically apply the recommended wax for optimal performance

### get_wax_recommendation
Provides the primary recommendation for wax type and application based on environmental data

## Prompt Examples

**Prompt:** 
```
What wax should I use for -5°C snow, -2°C air temperature, 40% humidity, and powder snow?
```

**Response:** 
```
For these conditions, a high-performance hydrocarbon wax is recommended to handle the cold, dry powder snow.
```

**Prompt:** 
```
How long will my wax last in icy snow at -10°C?
```

**Response:** 
```
Under icy conditions at -10°C, the wax is expected to remain effective for approximately 4 hours due to high snow abrasiveness.
```

**Prompt:** 
```
Give me instructions for applying a fluorocarbon wax on slushy snow.
```

**Response:** 
```
To apply fluorocarbon wax on slush, first clean the base, then use a high-temperature iron to melt the wax into the base, followed by a thorough scrape and brush.
```

## Frequently Asked Questions

**How does the tool determine the wax recommendation?**
The system analyzes the relationship between snow temperature (hardness) and humidity (hydrophobicity) to select the optimal wax chemistry.

**Can I get application steps for the recommended wax?**
Yes, you can use `get_application_instructions` to receive detailed steps and tool requirements for applying your specific wax.

**How accurate is the durability estimate?**
The estimate is based on a model that accounts for snow abrasiveness and temperature, providing a predicted number of hours remaining for the wax.
