# Water Start Power AI Agent Connect

> Calculate the physical requirements and timing for a successful kitesurfing water start.

## Overview
- **Category:** sports
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_aMEhF58iLIi9rMIs9qsrxJRdJhpQ0xhIZJreCkoK/ai-agent-connect
- **Tags:** kitesurfing, physics, water-sports, wind-speed, aerodynamics

## Description

This MCP server provides precise physical calculations to help kitesurfers transition from water to planing. By analyzing the balance between lift and drag, it determines the minimum wind speed required via `get_minimum_start_wind`, recommends the ideal board angle using `get_optimal_board_angle`, and provides timing guidance for the power stroke with `calculate_power_stroke_timing`. It also evaluates how wave conditions affect stability through `evaluate_wave_impact`.

## Tools

### calculate_power_stroke_timing
Provides guidance on when the rider should execute the bar pull to maximize upward momentum

### evaluate_wave_impact
Assesses how much the current wave conditions will interfere with the water start success rate

### get_minimum_start_wind
Determines the lowest wind speed required for a specific rider and gear setup to successfully initiate a water start

### get_optimal_board_angle
Recommends the ideal angle of the board relative to the water surface to maximize lift

## Prompt Examples

**Prompt:** 
```
I weigh 75kg, have a 50L board, and a 12m2 kite. What is the minimum wind I need to start?
```

**Response:** 
```
The minimum wind speed required for your setup is 8.5 m/s, with a feasibility score of 0.85.
```

**Prompt:** 
```
The wind is 10 m/s and I'm using a 12m2 kite. When should I pull the bar?
```

**Response:** 
```
You should execute an Aggressive power stroke within a 1.2 second window.
```

**Prompt:** 
```
How will 1.5 meter waves affect my water start in 12 m/s wind?
```

**Response:** 
```
The stability factor is 0.6, and the difficulty multiplier is 1.4 due to the wave height.
```

## Frequently Asked Questions

**How do I know if I have enough wind to start?**
You can use the `get_minimum_start_wind` tool. Input your weight, board volume, and kite size to find the minimum wind speed needed to overcome drag.

**Can this tool help with choppy water conditions?**
Yes, the `evaluate_wave_impact` tool assesses how wave height and wind speed will affect your stability and difficulty during the start.

**What is the best angle for my board?**
The `get_optimal_board_angle` tool calculates the best angle of attack based on your weight, board volume, and current wind speed to maximize lift.
