# Board Speed Record Simulator AI Agent Connect

> Calculate theoretical maximum speeds for kitefoiling and kiteboarding setups.

## Overview
- **Category:** simulation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_W0SZNoYVW1ULTlZpCcJBQxnt3zEdi7bRXUmlWH3t/ai-agent-connect
- **Tags:** kitefoiling, kiteboarding, speed-record, physics-engine, hydrodynamics

## Description

This MCP server provides high-precision physics simulations to determine the theoretical velocity limits for kite-based speed attempts. By modeling the balance between propulsive force and hydrodynamic resistance, users can predict performance across different equipment configurations. Use `calculate_max_speed` to find the top velocity for a specific setup, `compare_equipment_efficiency` to evaluate different foils, `estimate_rider_impact` to see how mass affects speed, and `get_environmental_drag_multiplier` to account for water surface conditions.

## Tools

### calculate_max_speed
Calculate the highest theoretical speed for a specific setup

### compare_equipment_efficiency
Compare speed potential between two different fin types

### estimate_rider_impact
Estimate how rider weight changes the theoretical max speed

### get_environmental_drag_multiplier
g., glassy, light_chop, heavy_chop).

Get the drag multiplier for a specific water condition

## Prompt Examples

**Prompt:** 
```
What is the highest theoretical speed I can reach with a 12m2 kite, 10m/s wind, 75kg rider, a foil board, glassy water, and a racing foil?
```

**Response:** 
```
The theoretical maximum speed for your setup is 24.5 m/s.
```

**Prompt:** 
```
How much speed will I lose if I switch from a racing_foil to a standard_foil with a 10m/s wind and a 12m2 kite?
```

**Response:** 
```
Switching to a standard_foil will result in a speed reduction of 1.2 m/s.
```

**Prompt:** 
```
How does my weight affect my potential top speed if I increase from 70kg to 80kg with a 12m2 kite and 10m/s wind?
```

**Response:** 
```
Increasing your weight to 80kg will result in a speed delta of -0.8 m/s.
```

## Frequently Asked Questions

**How accurate are these speed calculations?**
The calculations use a physics-based model that balances kite propulsion against hydrodynamic and aerodynamic drag based on the provided equipment and environmental inputs.

**Can I compare different foils?**
Yes, you can use the `compare_equipment_efficiency` tool to see the speed difference and efficiency gain when switching between different fin profiles.

**Does water condition affect the results?**
Yes, water conditions like 'glassy' or 'heavy_chop' directly impact the drag multiplier, which is a key component of the speed calculation.
