# Wind Direction & Beach Orientation Analyzer AI Agent Connect

> Analyze wind conditions and beach orientation to determine surfing suitability.

## Overview
- **Category:** environment
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_jWf58WcNwdr295TcWrlwamK24bYZSa9zqCPDsGH7/ai-agent-connect
- **Tags:** surfing, wind, weather, ocean, beach

## Description

This MCP server provides deterministic tools to evaluate how wind direction and speed affect surfing conditions relative to a beach's orientation. Use `analyze_wind_conditions` to get a full assessment including wind type, quality score, and a surf verdict. You can also use `get_wind_type_metadata` to understand the impact of specific wind types like Offshore or Onshore, or `calculate_raw_quality_score` to find the base score for a given wind classification.

## Tools

### analyze_wind_conditions
Provides a complete assessment of surf suitability based on wind and beach orientation

### calculate_raw_quality_score
Determines the base quality score before wind speed penalties are applied

### get_wind_type_metadata
Answers what specific angular ranges correspond to which wind type

## Prompt Examples

**Prompt:** 
```
The wind is coming from 200 degrees at 10 knots, and the beach faces 20 degrees. How are the surfing conditions?
```

**Response:** 
```
The angular difference is 180 degrees, which is an Offshore wind. The wind quality score is 100, providing excellent surfing conditions.
```

**Prompt:** 
```
What is the impact of an Onshore wind?
```

**Response:** 
```
Onshore wind blows from the land toward the ocean, creating choppy and turbulent water conditions, which is not ideal for surfing.
```

**Prompt:** 
```
The wind is 270 degrees at 20 knots, and the beach faces 90 degrees. What is the verdict?
```

**Response:** 
```
The angular difference is 180 degrees (Offshore). However, because the wind speed is 20 knots, a 20-point penalty is applied. The final wind quality score is 80.
```

## Frequently Asked Questions

**How do I know if the wind is good for surfing?**
You can use the `analyze_wind_conditions` tool. It will tell you if the wind is Offshore (ideal), Cross-shore, or Onshore (choppy) based on the wind direction and the beach facing angle.

**What does an Offshore wind mean?**
Offshore wind blows from the ocean toward the land, which helps smooth the wave faces, making it the ideal condition for surfing.

**Does wind speed affect the score?**
Yes, if the wind speed exceeds 15 knots, a penalty is applied to the wind quality score, reducing the overall surf suitability.
