# Wave Face Angle & Barrel Geometry Calculator AI Agent Connect

> Calculate wave face angles, barrel potential, wave speed, and ride duration.

## Overview
- **Category:** mathematics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_MEg5i9QDsTWnfSpjpUP1ylsAOEWg2f3CuqSg6g96/ai-agent-connect
- **Tags:** surfing, waves, ocean, geometry, physics

## Description

This MCP server provides precise oceanographic calculations for surfers and oceanographers. Use `calculate_wave_geometry` to get a full profile of a wave, including its face angle and barrel potential. You can also use `get_wave_speed` to find the velocity of the wave front or `evaluate_barrel_quality` to assess surfability based on steepness and seafloor slope.

## Tools

### calculate_wave_geometry
Calculates a complete suite of wave characteristics including angle, potential, speed, and duration

### evaluate_barrel_quality
Determines the qualitative surfability/hollowness of a wave based on its shape and the seafloor

### get_wave_speed
Calculates only the velocity of the wave front

## Prompt Examples

**Prompt:** 
```
Calculate the wave geometry for a 2m wave breaking in 1.5m of water with a 3 degree beach slope.
```

**Response:** 
```
The wave face angle is 53.13 degrees, the barrel potential is Medium, the wave speed is 12.13 m/s, and the estimated ride duration is 0.33 seconds.
```

**Prompt:** 
```
How fast is a wave moving if the breaking depth is 5 meters?
```

**Response:** 
```
The wave speed is 22.12 m/s.
```

**Prompt:** 
```
Is a wave with a 65 degree angle and a 2 degree slope a good barrel?
```

**Response:** 
```
Yes, the barrel potential is High.
```

## Frequently Asked Questions

**How do I calculate the full wave profile?**
Use the `calculate_wave_geometry` tool. Provide the wave height, breaking depth, and beach slope to receive the angle, potential score, speed, and duration.

**Can I just find out how fast a wave is moving?**
Yes, use the `get_wave_speed` tool by providing the breaking depth in meters.

**What determines the barrel potential score?**
The score is determined by the wave face angle and the beach slope. You can use `evaluate_barrel_quality` to check this specifically.
