# Kite Wind Range Chart AI Agent Connect

> Calculates optimal wind windows and coverage overlap for kiteboarding gear sets.

## Overview
- **Category:** utility
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_pOBbr18Coz1TYUkZAXZRgobjwbDPR4Q2YeKfGQVt/ai-agent-connect
- **Tags:** kiteboarding, wind, quiver, gear, optimization

## Description

This MCP server provides a specialized modeling engine for kiteboarders to optimize their gear. It uses physics-based power-to-weight ratios and environmental factors to determine usable wind windows. Use `calculate_kite_ranges` to find the wind range for each kite, `analyze_quiver_overlap` to see where kites overlap, `identify_quiver_gaps` to find missing coverage, and `get_optimized_quiver_recommendation` to suggest the best size to bridge gaps in your quiver.

## Tools

### analyze_quiver_overlap
Identifies where different kites in the quiver can be used interchangeably

### calculate_kite_ranges
Determines the specific wind window (minimum to maximum knots) for every kite provided in the set

### get_optimized_quiver_recommendation
Suggests if the current kite set is sufficient or if a specific size is missing to bridge a gap

### identify_quiver_gaps
Finds wind speed intervals where the rider has no suitable kite

## Prompt Examples

**Prompt:** 
```
Calculate the wind range for kites sized 7, 9, and 12 meters for a 75kg rider with intermediate skill in freeride style.
```

**Response:** 
```
The wind ranges are: 7m (18-24 knots), 9m (14-20 knots), and 12m (10-16 knots).
```

**Prompt:** 
```
Check for overlaps in a quiver with 7m, 9m, and 12m kites.
```

**Response:** 
```
The 7m and 9m kites overlap between 18 and 20 knots. The 9m and 12m kites overlap between 14 and 16 knots.
```

**Prompt:** 
```
What is the gap in my quiver if I have 7m and 12m kites and want to cover 10 to 25 knots?
```

**Response:** 
```
There is a gap between 16 and 18 knots. A 9m kite is recommended to bridge this gap.
```

## Frequently Asked Questions

**How does the wind range calculation work?**
The engine uses the `calculate_kite_ranges` tool to apply power-to-weight ratios, adjusted by your skill level, riding style, and environmental factors like gustiness and water state.

**Can I find out if my current kites cover my target wind range?**
Yes, you can use `get_optimized_quiver_recommendation` by providing your current kite ranges and your desired wind window to see if your coverage is complete.

**How do I identify gaps in my kite collection?**
Use the `identify_quiver_gaps` tool after calculating your kite ranges to find specific wind speed intervals where no kite is suitable.
