# Wave-Current Combined AI Agent Connect

> Calculates the combined influence of wave and current velocities on surf conditions.

## Overview
- **Category:** sports
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_LPFTvaOWVfHM8eHtDmZExNmwdP9lC9jYe1wJDK0u/ai-agent-connect
- **Tags:** waves, currents, surfing, ocean, vector-math

## Description

This MCP server provides tools to analyze how wave and current velocities interact. By using vector addition, it determines the effective wave speed, calculates changes in breaking intensity, and assesses overall surf quality. It helps surfers and oceanographers understand if a current is following or opposing the waves and how that affects the rideability of the surf.

## Tools

### assess_surf_quality
Provides a qualitative assessment of the surfing conditions based on the combined wave-current profile

### calculate_breaking_intensity
Quantifies how much the current modifies the intensity of the wave breaking

### calculate_effective_velocity
Determines the resultant speed of the wave when moving through a current

### get_interaction_summary
Provides a high-level overview of the wave and current relationship for a quick user briefing

## Prompt Examples

**Prompt:** 
```
What is the effective wave speed if the wave is 5 m/s at 90 degrees and the current is 2 m/s at 270 degrees?
```

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

**Prompt:** 
```
How will a 1 m/s following current affect a 4 m/s wave?
```

**Response:** 
```
The following current will increase the effective wave speed and reduce the breaking intensity.
```

**Prompt:** 
```
Give me a summary of the interaction for a 6 m/s wave at 0 degrees and a 3 m/s current at 180 degrees.
```

**Response:** 
```
The primary effect is an increase in wave intensity due to a directly opposing current.
```

## Frequently Asked Questions

**How does this tool help with surf forecasting?**
It uses `calculate_effective_velocity` to find the true speed of waves moving through currents, which is critical for predicting when waves will break.

**Can I determine if a current will make waves steeper?**
Yes, the `calculate_breaking_intensity` tool quantifies how much an opposing current increases wave steepness.

**What determines the final surf rating?**
The `assess_surf_quality` tool evaluates the effective speed and intensity factor to provide a rating from Poor to Excellent.
