# Wetsuit Thickness Calculator AI Agent Connect

> Determine optimal neoprene thickness for thermal comfort.

## Overview
- **Category:** environment
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_BoLs7SbwDkDwrH3PnZGl46qj61hftjkOx6AE6sFO/ai-agent-connect
- **Tags:** wetsuit, thermal, ocean, safety, neoprene

## Description

This MCP server provides professional-grade thermal modeling to ensure safety and comfort in aquatic environments. By simulating the heat exchange between the human body and the surroundings, it calculates the exact neoprene thickness required for specific conditions. Use `calculate_thickness_requirement` to find the ideal suit for a planned session, `predict_thermal_comfort` to check how long your current gear will last, or `get_environmental_risk_level` to assess immediate water safety. It accounts for water temperature, air temperature, wind speed, activity level, and body composition.

## Tools

### calculate_thickness_requirement
Determines the specific neoprene thickness needed to stay comfortable for a specific session

### compare_suit_options
Helps a user decide between different suit thicknesses (e.g., 3mm vs 5mm)

### get_environmental_risk_level
Answers "Is it dangerous to enter the water given these conditions?"

### predict_thermal_comfort
Answers "How long can I stay in this water with my current gear?"

## Prompt Examples

**Prompt:** 
```
What wetsuit thickness do I need for a 60-minute swim in 15°C water, 10°C air, 15km/h wind, with moderate activity and 20% body fat?
```

**Response:** 
```
For these conditions, a 4mm wetsuit is recommended to maintain comfort for the full 60-minute duration.
```

**Prompt:** 
```
How long can I stay in 10°C water with a 3mm wetsuit if the air is 12°C and wind is 20km/h, assuming moderate activity and 25% body fat?
```

**Response:** 
```
With a 3mm wetsuit, your estimated comfort duration is approximately 35 minutes.
```

**Prompt:** 
```
Is it dangerous to go in the water if it is 5°C and there is a 40km/h wind?
```

**Response:** 
```
The risk level is Extreme due to the very low water temperature and high wind speed, which significantly accelerates heat loss.
```

## Frequently Asked Questions

**How does activity level affect the recommendation?**
Higher activity levels increase metabolic heat production, which offsets environmental heat loss. Therefore, `calculate_thickness_requirement` will recommend a thinner suit for high-intensity activities compared to sedentary ones.

**Can I check if my current wetsuit is safe for today's conditions?**
Yes, you can use the `predict_thermal_comfort` tool by providing the water temperature, air temperature, wind speed, and your current suit thickness to see your estimated comfort duration.

**Is it possible to compare different suit thicknesses?**
Yes, the `compare_suit_options` tool allows you to input multiple thickness values to see how each one performs regarding heat loss and duration.
