# Quad Fin Configuration Optimizer AI Agent Connect

> Optimize quad fin setups using hydrodynamic calculations for specific wave and board profiles.

## Overview
- **Category:** optimization
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_opOijfG6ln2CB2KYv3wJXTMAxU22A1HN0c2kTqmb/ai-agent-connect
- **Tags:** surfing, fins, quad-fins, hydrodynamics, equipment-optimization

## Description

This MCP server provides advanced hydrodynamic optimization for quad-fin surfboard setups. By analyzing wave characteristics, board geometry, and rider intent, it calculates precise fin dimensions and placement. Use `get_optimized_fin_geometry` to find ideal sizes and angles, `get_fin_placement_map` for mounting coordinates, and `get_hydrodynamic_profile` to predict performance. You can also use `validate_setup_compatibility` to check if your current fins are suitable for the conditions.

## Tools

### get_fin_placement_map
Determines the physical coordinates for mounting the four fins on the board

### validate_setup_compatibility
Checks if a user-provided fin set is compatible with their current board and wave conditions

### get_hydrodynamic_profile
Provides a qualitative description of how the recommended setup will behave in the water

### get_optimized_fin_geometry
Provides the specific dimensions and angles for a quad fin set based on the user's equipment and environment

## Prompt Examples

**Prompt:** 
```
I'm riding a shortboard in mushy waves and I want more drive. What fin setup should I use?
```

**Response:** 
```
For a shortboard in mushy waves with a drive focus, you should use front fins with a surface area of 15.5 and rear fins of 14.0, with a toe angle of 2.0 and a cant angle of 3.5.
```

**Prompt:** 
```
What will the performance feel like if I use a release-oriented setup on a fish board in hollow waves?
```

**Response:** 
```
A release-oriented setup on a fish board in hollow waves will provide high maneuverability and medium speed.
```

**Prompt:** 
```
Are my current fins (front: 12, rear: 10, toe: 1, cant: 2) compatible with a groveler in mushy waves for a drive style?
```

**Response:** 
```
No, the fins are too small for mushy wave conditions to provide sufficient drive.
```

## Frequently Asked Questions

**How do I know if my current fins are right for the waves?**
You can use the `validate_setup_compatibility` tool. Provide your current fin sizes and angles along with the wave and board type to see if they match the optimized profile.

**What is the difference between drive and release styles?**
Drive-oriented setups focus on speed and forward momentum, while release-oriented setups prioritize looseness and easy pivoting during turns.

**Can I get the exact mounting positions for my fins?**
Yes, the `get_fin_placement_map` tool provides the specific x and y coordinates for both front and rear fins based on your setup requirements.
