# Wave Riding Speed Calculator AI Agent Connect

> Calculate peak, average, and sectional wave riding speeds based on wave physics and board dynamics.

## Overview
- **Category:** sports
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Qjbrk91CA7M79ofymxSdK9phN2B7jUpbEz6rk9mO/ai-agent-connect
- **Tags:** surfing, physics, wave-riding, hydrodynamics, velocity

## Description

This MCP server provides specialized physics-based tools to estimate surfing velocities. By analyzing wave height, wave speed, and surfboard type, users can determine their maximum theoretical velocity using `calculate_peak_performance`. It also provides consistent speed estimates via `calculate_average_ride_velocity`, detailed velocity breakdowns across wave zones with `get_sectional_speed_profile`, and weight distribution guidance through `estimate_trim_efficiency`.

## Tools

### calculate_peak_performance
Determines the absolute maximum theoretical speed a surfer can achieve under optimal conditions

### estimate_trim_efficiency
Evaluates how effectively a specific board type can maintain speed through proper weight distribution

### get_sectional_speed_profile
Breaks down the speed profile across different zones of the wave

### calculate_average_ride_velocity
Provides an estimate of the consistent speed maintained throughout a standard ride

## Prompt Examples

**Prompt:** 
```
What is the maximum speed I can reach on a 2-meter wave with a shortboard?
```

**Response:** 
```
With a 2-meter wave and a shortboard, your maximum theoretical speed is 8.4 m/s, with an optimal trim position centered slightly forward.
```

**Prompt:** 
```
Show me the speed profile for a 3-meter wave using a longboard.
```

**Response:** 
```
For a 3-meter wave on a longboard, the pocket speed is 5.2 m/s, the shoulder speed is 3.1 m/s, and the lip speed is 4.5 m/s.
```

**Prompt:** 
```
How much speed will I maintain on a 1.5m wave with a fish board if I am pumping?
```

**Response:** 
```
Your average speed will be 4.8 m/s with an estimated ride duration of 12 seconds.
```

## Frequently Asked Questions

**How accurate are these speed calculations?**
The calculations use hydrodynamic constants for different board types to provide high-fidelity physics-based estimates of velocity and trim efficiency.

**Can I account for active maneuvering?**
Yes, you can use `calculate_average_ride_velocity` and set the pumping parameter to true to account for speed gained through active maneuvering.

**Which surfboard types are supported?**
The server supports calculations for longboard, shortboard, and fish board categories.
