# Kite Loop Physics Engine AI Agent Connect

> Calculates g-force, body load, and peak duration for kiteboarding loops.

## Overview
- **Category:** simulation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_CnFqp5aX72Ab3fDZVZIkzzYHppCoZDMKFoNQQyhJ/ai-agent-connect
- **Tags:** kiteboarding, physics, g-force, aerodynamics, extreme-sports

## Description

This MCP server provides precise physical calculations for kiteboarders performing maneuvers. It uses centripetal acceleration formulas to determine the peak g-force, the total force in Newtons applied to the rider's body, and the duration of peak intensity. You can use `get_peak_g_force` to find maximum acceleration, `get_rider_body_load` for total physical impact, `get_peak_duration` to estimate time at peak intensity, or `compare_loop_impact` to evaluate different loop configurations like downloops versus heli loops.

## Tools

### get_peak_g_force
Calculates the maximum g-force experienced by the rider at the tightest point of the loop

### compare_loop_impact
Compares the physical intensity between two different loop configurations

### get_peak_duration
Estimates how long the rider will experience the peak intensity of the loop

### get_rider_body_load
Calculates the total force in Newtons applied to the rider's body during the maneuver

## Prompt Examples

**Prompt:** 
```
What is the peak g-force for a kite moving at 15 m/s in a 10m radius downloop?
```

**Response:** 
```
The peak g-force for a 15 m/s kite speed with a 10m radius downloop is 2.34g.
```

**Prompt:** 
```
How much force will a 75kg rider feel during a 12m radius heli loop at 18 m/s?
```

**Response:** 
```
The total force applied to a 75kg rider in this scenario is 1452.5 Newtons.
```

**Prompt:** 
```
How long is the peak intensity for a 12 m/s kite in a 5m radius loop?
```

**Response:** 
```
The rider will experience peak intensity for approximately 0.42 seconds.
```

## Frequently Asked Questions

**How do I calculate the maximum g-force of a loop?**
You can use the `get_peak_g_force` tool by providing the kite speed, loop radius, and the loop type (downloop or heli).

**Can I compare two different loop setups?**
Yes, the `compare_loop_impact` tool allows you to compare two configurations to see which one is more physically demanding.

**What is the difference between a downloop and a heli loop in these calculations?**
The tools account for different aerodynamic behaviors; heli loops typically result in higher peak accelerations compared to downloops.
