# Wax Application Pattern Optimizer AI Agent Connect

> Determine the ideal wax type, layer count, and re-application timing based on water and air temperatures.

## Overview
- **Category:** environment
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Wb4TIH6orZ35VVsHz2aNoChvae1tSZKS6cX5j2NR/ai-agent-connect
- **Tags:** surfing, diving, wax, thermal, traction

## Description

This MCP server provides precise decision support for surfers and divers to optimize surfboard traction. By analyzing the thermal relationship between water and air temperatures, it calculates the optimal wax strategy. Use `get_optimal_wax_configuration` to find the best wax type and layer combination, or `calculate_reapplication_window` to estimate when your current wax will lose grip. It also allows for comparing different application strategies and validating if a specific wax type is suitable for your current environment.

## Tools

### validate_environment_compatibility
Checks if a specific wax type is safe/effective for the given temperature range

### compare_strategies
Evaluates the difference in longevity between two different application strategies

### get_optimal_wax_configuration
Provides the complete wax strategy (type and layers) for a specific environmental profile

### calculate_reapplication_window
Determines how much time remains before the current wax setup fails

## Prompt Examples

**Prompt:** 
```
What is the best wax setup for 22°C water and 25°C air for a 60-minute session?
```

**Response:** 
```
For these conditions, you should use Warm Wax with 1 base coat layer and 2 top coat layers.
```

**Prompt:** 
```
How much time do I have left with 3 layers of Cold Wax in 15°C water and 18°C air?
```

**Response:** 
```
You have approximately 145 minutes of functional grip remaining before re-application is required.
```

**Prompt:** 
```
Is Tropical wax suitable for 18°C water?
```

**Response:** 
```
No, Tropical wax is not suitable for 18°C water as it will be too soft and lose structural integrity.
```

## Frequently Asked Questions

**How do I know which wax type to use?**
You can use the `get_optimal_wax_configuration` tool. Provide the water temperature, air temperature, and your planned session duration to receive a complete strategy.

**Can I check if my current wax is still effective?**
Yes, use `calculate_reapplication_window` by providing your current wax type, the temperatures, and the number of layers applied to see how many minutes remain before failure.

**What is the difference between Base Coat and Top Coat?**
A Base Coat is a hard foundation layer for stability, while a Top Coat is a softer layer applied on top for immediate grip. The tool calculates the ideal ratio for your conditions.
