# Wave Catching Efficiency AI Agent Connect

> Analyze wave catching probability and technical takeoff windows.

## Overview
- **Category:** analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_MkGV2mjy85Au2aiXNozud4259tonyAQhFsU0F2f3/ai-agent-connect
- **Tags:** surfing, hydrodynamics, wave-analysis, athlete-performance, ocean

## Description

This MCP server provides analytical tools to determine the success of catching waves. It calculates the `get_minimum_catchable_size` based on board hydrodynamics, identifies the optimal `analyze_takeoff_window` for different wave morphologies, and provides `get_positioning_recommendation` to maximize success. It also generates a `calculate_catch_probability` score by evaluating the interaction between wave steepness, board volume, and surfer skill.

## Tools

### analyze_takeoff_window
Identifies whether a surfer should aim for an early or late takeoff

### calculate_catch_probability
Generates a comprehensive score representing the overall likelihood of a successful wave catch

### get_minimum_catchable_size
Determines the smallest wave height a specific surfer can successfully catch

### get_positioning_recommendation
Provides guidance on where to sit and how to approach the wave

## Prompt Examples

**Prompt:** 
```
What is the minimum wave size I can catch with a 35L board and high paddling efficiency?
```

**Response:** 
```
The minimum catchable wave height for your equipment is 0.8 meters.
```

**Prompt:** 
```
Should I aim for an early or late takeoff on a steep 2-meter wave with a high rocker board?
```

**Response:** 
```
You should aim for a late takeoff due to the high wave steepness.
```

**Prompt:** 
```
Where should I position myself for a 1.5m wave with low steepness using a high volume board?
```

**Response:** 
```
You should position yourself closer to the Peak.
```

## Frequently Asked Questions

**How does board volume affect my catch probability?**
Higher volume increases buoyancy, which helps in the `get_minimum_catchable_size` calculation, making it easier to catch smaller waves.

**Can I use this to plan my positioning in the lineup?**
Yes, the `get_positioning_recommendation` tool provides specific zones and approach angles based on wave size and steepness.

**What determines the takeoff window type?**
The `analyze_takeoff_window` tool uses wave steepness and board rocker to decide if an early or late takeoff is optimal.
