# Surf Wax Consumption Estimator AI Agent Connect

> Calculate surfboard deck area and monthly wax requirements based on water temperature.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_S6lodPcveFqecacwdexbR2Z2jhXaSZh2Z7NmxxoO/ai-agent-connect
- **Tags:** surfing, wax, calculator, surfboard, equipment

## Description

This MCP server provides precise tools to estimate surfboard deck area and predict monthly wax consumption. By inputting board dimensions and water temperature, you can determine the exact wax type needed--Cold, Cool, Warm, or Tropical--and how many standard 100g blocks to purchase for your monthly surfing sessions. Use `calculate_wax_needs` for a complete monthly estimate or `estimate_deck_area` to find the usable surface area of your board.

## Tools

### estimate_deck_area
Answers the question: "How much surface area does this surfboard have?"

### calculate_wax_needs
Calculates the total area, required wax type, and monthly block requirements for a specific board and environment

### get_wax_type_recommendation
Answers the question: "What wax type should I buy for this water temperature?"

## Prompt Examples

**Prompt:** 
```
How much wax do I need for a 6ft surfboard in 18°C water if I surf 8 times a month?
```

**Response:** 
```
For a 6ft surfboard in 18°C water with 8 sessions per month, you will need approximately 1.15 blocks of Cool wax.
```

**Prompt:** 
```
What wax type should I use for 26°C water?
```

**Response:** 
```
You should use Tropical wax for water at 26°C.
```

**Prompt:** 
```
What is the deck area of a 7ft by 2ft surfboard?
```

**Response:** 
```
The usable deck area for a 7ft by 2ft surfboard is 8.4 square feet.
```

## Frequently Asked Questions

**How is the deck area calculated?**
The usable surface area is calculated by multiplying the board length and width, then applying a taper reduction factor to account for the board's shape.

**How do I know which wax type to buy?**
You can use the `get_wax_type_recommendation` tool to find the correct wax category based on the current water temperature in Celsius.

**What is a standard wax block weight?**
The estimator uses a standard block weight of 100 grams for all consumption calculations.
