# Surf Session Duration Calculator AI Agent Connect

> Calculate safe surf session durations and rest strategies based on water temperature, wave intensity, and fitness.

## Overview
- **Category:** health
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_2TV4wmjmXbJyeVt7Rif3cTohVValuG8ZnAAHZ5fY/ai-agent-connect
- **Tags:** surfing, endurance, safety, fitness, ocean

## Description

This MCP server provides essential endurance modeling for surfers. By analyzing environmental stressors like water temperature and sun exposure alongside physiological factors like fitness level and hydration, it helps prevent exhaustion. Use `calculate_session_plan` to get a full strategy, `get_fatigue_forecast` to predict exhaustion, `evaluate_environmental_risk` for safety assessments, or `suggest_rest_strategy` to optimize breaks.

## Tools

### calculate_session_plan
Provides a complete recommended session strategy based on current conditions and user profile

### evaluate_environmental_risk
Specifically assesses the combined impact of temperature and sun on the user's safety

### get_fatigue_forecast
Predicts when a surfer will likely hit a fatigue threshold during a session

### suggest_rest_strategy
Determines the optimal frequency and duration of breaks to maximize session length

## Prompt Examples

**Prompt:** 
```
I am an intermediate surfer in 18°C water with heavy waves. How long should my session be?
```

**Response:** 
```
Your recommended session duration is 45 minutes, with 10-minute rest intervals every 30 minutes to manage the high energy demand of heavy waves.
```

**Prompt:** 
```
What is the risk if I surf in 25°C water with high sun exposure and I am a beginner?
```

**Response:** 
```
The risk level is moderate. The primary risk factor is solar stress from high sun exposure, which can accelerate dehydration and fatigue for a beginner.
```

**Prompt:** 
```
When will I likely feel fatigued if I'm an advanced surfer in 22°C water with average waves and I am dehydrated?
```

**Response:** 
```
You are estimated to hit a fatigue threshold in 35 minutes due to your current dehydration status.
```

## Frequently Asked Questions

**How does the tool account for cold water?**
The endurance model applies a penalty to the total safe duration based on the water temperature, as lower temperatures increase thermal energy loss and fatigue.

**Can I use this to plan my breaks?**
Yes, you can use `suggest_rest_strategy` to determine the optimal frequency and duration of breaks to maximize your time in the water.

**What factors influence the fatigue prediction?**
Fatigue is predicted by comparing energy depletion from wave quality and temperature against your energy reserves determined by fitness and hydration.
