# Kite Size Selector AI Agent Connect

> Calculates optimal kite dimensions based on rider weight, wind, and equipment.

## Overview
- **Category:** safety
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_edXSueuHWeKhdX7BZ13uaQnUVVKY0LRSUZphwj5m/ai-agent-connect
- **Tags:** kiteboarding, windsurfing, safety, weather, equipment

## Description

This MCP server provides precise kite sizing recommendations for kiteboarders. By analyzing rider mass, wind velocity, skill level, and board type, it calculates the ideal kite surface area. Use `get_recommended_kite_size` for a single optimal size, `get_gust_resilience_range` to prepare for wind fluctuations, `compare_equipment_requirements` to see how switching from a twin-tip to a foil changes your needs, and `validate_safety_threshold` to confirm if a specific kite is safe for your current profile.

## Tools

### compare_equipment_requirements
Shows how the recommended kite size changes when switching between different board types in the same wind

### get_gust_resilience_range
Helps a rider prepare for fluctuating wind speeds by providing a range of suitable kite sizes

### get_recommended_kite_size
Provides the single most appropriate kite size for the current conditions

### validate_safety_threshold
Checks if a specific kite size is safe to use given the current wind and rider profile

## Prompt Examples

**Prompt:** 
```
I weigh 80kg, the wind is 15 knots, I am an intermediate rider, and I am using a twin-tip. What kite size should I use?
```

**Response:** 
```
Based on your profile, the recommended kite size is 11.5 m².
```

**Prompt:** 
```
What is the safe kite size range for an 70kg beginner using a surfboard in 12 knots of wind?
```

**Response:** 
```
For your conditions, the suitable kite size range is between 12.5 m² and 14.0 m².
```

**Prompt:** 
```
Is a 9 m² kite safe for an 85kg advanced rider on a foil in 20 knots of wind?
```

**Response:** 
```
Yes, a 9 m² kite is safe for your current conditions.
```

## Frequently Asked Questions

**How does board type affect kite size?**
Different boards have different drag profiles. For example, a foil has very low drag, so you need a smaller kite compared to a surfboard which has higher drag.

**Can I use this to check if my kite is safe?**
Yes, you can use `validate_safety_threshold` to check if a specific kite size is safe given your weight, wind speed, and skill level.

**Does skill level matter for the calculation?**
Yes, skill level determines the safety margin. Beginners require more stability and larger kites, while advanced riders can handle smaller, more reactive kites.
