# Twintip Rocker Line Analyzer AI Agent Connect

> Analyze how board rocker affects planing, speed thresholds, and chop handling.

## Overview
- **Category:** hydrodynamics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_KW3MMc8EGoWvGKzqz3LoyC9AFNpOsTfai1UTCvXd/ai-agent-connect
- **Tags:** twin-tip, planing, rocker, hydrodynamics, water-sports

## Description

This MCP server provides hydrodynamic analysis for twin-tip boards. It calculates the minimum speed needed to plane using `get_planing_threshold`, evaluates transition efficiency with `evaluate_planing_efficiency`, predicts how the board reacts to turbulent water via `analyze_chop_handling`, and generates a complete performance profile using `get_hydrodynamic_summary`.

## Tools

### analyze_chop_handling
Predicts how the board's geometry will react to turbulent water (chop)

### evaluate_planing_efficiency
Calculates how efficiently the board transitions to a plane across a specific speed range

### get_hydrodynamic_summary
Provides a high-level summary of the board's performance characteristics

### get_planing_threshold
Determines the minimum speed required for the board to begin planing

## Prompt Examples

**Prompt:** 
```
What is the minimum speed required for a 140cm board with these rocker measurements [0, 1, 2, 1, 0], a 75kg rider, and a 5 degree edge angle?
```

**Response:** 
```
The minimum speed required for the board to begin planing is 12.5 knots, and the planing stability is rated as Stable.
```

**Prompt:** 
```
How will my board handle chop at 15 knots with a 2cm concave depth and these rocker measurements [0, 0.5, 1, 0.5, 0]?
```

**Response:** 
```
The board has an absorption rating of 7 and the slap intensity is Medium.
```

**Prompt:** 
```
Give me a performance summary for a 135cm board, 80kg rider, 3cm concave, 4 degree edge angle, and rocker measurements [0, 2, 3, 2, 0].
```

**Response:** 
```
The board is classified as a High-speed racer with an optimal speed range of 14 to 22 knots.
```

## Frequently Asked Questions

**How do I calculate the speed needed to start planing?**
You can use the `get_planing_threshold` tool by providing your rocker measurements, board length, rider weight, and edge angle.

**Can this tool predict how my board handles rough water?**
Yes, the `analyze_chop_handling` tool predicts absorption ratings and slap intensity based on your board's geometry and current speed.

**What information is required for a full performance summary?**
To get a full profile, use `get_hydrodynamic_summary` with rocker measurements, board length, rider weight, concave depth, and edge angle.
