# Surfboard Fin Configurator AI Agent Connect

> Calculate optimal fin geometry and setup for any wave condition.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_zIcxct8cpoEvZAR7ZKNHUnbg1DZ3vWdQtOfq844z/ai-agent-connect
- **Tags:** surfing, hydrodynamics, fin-setup, ocean, equipment-optimization

## Description

This MCP server provides precise hydrodynamic calculations to determine the best fin setup for your surfboard. By analyzing wave size, speed, and your riding style, you can use `calculate_fin_setup` to find the ideal fin size and configuration. You can also use `analyze_hydrodynamic_efficiency` to evaluate drag and lift, or `optimize_toe_in` to maximize grip during turns. It is a specialized tool for surfers looking to optimize their equipment performance.

## Tools

### analyze_hydrodynamic_efficiency
Evaluates how much drag a specific fin configuration will produce under given conditions

### calculate_fin_setup
Provides the primary recommendation for fin dimensions and configuration based on environmental and board parameters

### get_style_presets
Retrieves a list of supported riding styles and their characteristic characteristics

### optimize_toe_in
Calculates the specific angle for side fins to maximize grip without sacrificing too much speed

## Prompt Examples

**Prompt:** 
```
What fin setup should I use for a 1.5m wave with a 200cm board if I ride in a performance style?
```

**Response:** 
```
For a 1.5m wave and a 200cm board with a performance style, the recommended setup is a 4.5cm Thruster configuration with a 2.5 degree toe-in angle.
```

**Prompt:** 
```
How much drag will a 5cm quad fin produce in a 2m/s wave speed?
```

**Response:** 
```
The quad fin setup at 2m/s wave speed results in a drag coefficient of 0.045 and an efficiency rating of High.
```

**Prompt:** 
```
What is the best toe-in angle for a big-wave setup?
```

**Response:** 
```
For big-wave conditions, the optimal toe-in angle is 4.0 degrees to ensure maximum grip.
```

## Frequently Asked Questions

**How do I get a recommendation for my board?**
You can use the `calculate_fin_setup` tool by providing your wave size, wave speed, riding style, and board length.

**Can I check the drag of a specific fin?**
Yes, the `analyze_hydrodynamic_efficiency` tool allows you to evaluate the drag coefficient and lift for different fin types and foils.

**What riding styles are supported?**
The tool supports Performance, Cruiser, and Big Wave styles. You can see all details using `get_style_presets`.
