# Foil Carve Physics AI Agent Connect

> Calculate hydrofoil carving mechanics, bank angles, and structural loads.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ho7l2CwY0vSTWUMuGKqspIq4S0n2klIIKgMGZy6U/ai-agent-connect
- **Tags:** hydrofoil, physics, carving, mechanics, structural-load

## Description

This MCP server provides precise physics calculations for hydrofoil riders. Use `calculate_carve_physics` to determine the required bank angle, g-force, and mast load for any maneuver. You can also use `analyze_stability_limits` to check if a turn is stable, `estimate_rider_effort` to gauge physical demand, and `get_structural_safety_check` to evaluate equipment risk based on mast loading.

## Tools

### get_structural_safety_check
Evaluates the risk of equipment failure based on mast loading

### analyze_stability_limits
Determines if a specific turn is stable based on the equipment configuration

### calculate_carve_physics
Provides a complete physics profile of a specific carving maneuver

### estimate_rider_effort
Estimates the physical demand on the rider for a given maneuver

## Prompt Examples

**Prompt:** 
```
Calculate the physics for a turn at 5 m/s with a 10m radius, 120cm mast, 80kg rider, and 5.0 aspect ratio.
```

**Response:** 
```
The required bank angle is 15.4 degrees, the rider will experience 1.2g, and the mast load is 980 N.
```

**Prompt:** 
```
Is a turn with a 5m radius, 4 m/s speed, 4.0 aspect ratio, and 1.0 stabilizer factor stable?
```

**Response:** 
```
No, the maneuver is unstable with a stability margin of -0.15.
```

**Prompt:** 
```
What is the safety rating for a mast load of 2500N on a 90cm mast?
```

**Response:** 
```
The safety rating is Caution, with a load percentage of 75%.
```

## Frequently Asked Questions

**How do I calculate the required tilt for a turn?**
Use the `calculate_carve_physics` tool with your speed, turn radius, mast length, weight, and aspect ratio to find the necessary bank angle.

**Can I check if my equipment is safe for a high-G turn?**
Yes, use `get_structural_safety_check` by providing the calculated mast load and mast length to receive a safety rating.

**How is rider effort determined?**
The `estimate_rider_effort` tool calculates a normalized score based on the g-force, rider weight, and the radius of the turn.
