# Rocker Line Analysis AI Agent Connect

> Analyze surfboard rocker curves to predict paddle speed, maneuverability, and wave suitability.

## Overview
- **Category:** design
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_bOjau1pMPb9gaVt7swQT23UfQcb1vZn6gIwH33BX/ai-agent-connect
- **Tags:** surfing, surfboard, rocker, hydrodynamics, design-analysis

## Description

This MCP server provides specialized tools for surfboard design analysis. By inputting nose rocker, tail rocker, and board length, you can use `get_paddle_speed_potential` to evaluate glide efficiency, `get_maneuverability_profile` to determine turning radius and responsiveness, `analyze_wave_suitability` to match designs to wave energy, and `get_design_balance` to understand the directional character of the rocker profile.

## Tools

### analyze_wave_suitability
Matches the board's design to specific wave energy profiles

### get_design_balance
Evaluates the relationship between entry and exit rocker to determine the board's directional character

### get_maneuverability_profile
Calculates the board's ability to execute turns and its responsiveness

### get_paddle_speed_potential
Determines how efficiently the board will glide through the water during the paddle phase

## Prompt Examples

**Prompt:** 
```
What is the paddle speed potential for a 6ft board with 0.1 nose rocker and 0.2 tail rocker?
```

**Response:** 
```
The paddle speed potential score is 0.85, with minimal drag impact due to the relatively flat profile.
```

**Prompt:** 
```
Is a board with 0.5 nose rocker and 0.1 tail rocker good for hollow waves?
```

**Response:** 
```
Yes, this design is highly suited for Hollow/Steep waves as the high nose rocker helps prevent pearling in steep sections.
```

**Prompt:** 
```
What is the design character of a board with a 2.0 nose-to-tail rocker ratio?
```

**Response:** 
```
A ratio of 2.0 indicates a Pivot-heavy design character, optimized for late take-offs and nose prevention.
```

## Frequently Asked Questions

**How do I calculate the paddle speed potential?**
You can use the `get_paddle_speed_potential` tool by providing the nose rocker, tail rocker, and the total board length.

**Can I determine if a board is suitable for hollow waves?**
Yes, the `analyze_wave_suitability` tool matches your board's rocker profile to specific wave energy profiles like Steep/Hollow or Soft/Rolling.

**How is the turning radius calculated?**
The `get_maneuverability_profile` tool calculates the turning radius based on the tail rocker and the overall board dimensions.
