# Fin Area Calculator AI Agent Connect

> Fin Area Calculator MCP handles the heavy math for surfboard design. It calculates total required fin area based on rider mass and wave energy, then breaks that down into specific height and width dimensions for individual fins. You can also check aspect ratios and validate if a specific fin setup actually fits a surfer's weight and board type.

## Overview
- **Category:** design
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_LKmDwyIRbarT97ibU3lAKOkBcWZVR9pITXlPMcCn/ai-agent-connect
- **Tags:** surfboard, hydrodynamics, fin-design, ocean-sports, engineering-tools

## Description

Designing a surfboard requires more than just shaping foam. The physics of how a fin interacts with water determines whether a board feels twitchy or stable. This MCP gives your AI client the hydrodynamic math needed to make those decisions. Instead of guessing, you can provide your agent with a surfer's weight and the expected wave energy to get an exact total surface area requirement. 

Once you have that total area, the MCP calculates the specific height and width for every fin in a set, whether you are building a thruster or a quad setup. You can also use it to analyze aspect ratios to balance speed against control. It even acts as a sanity check, letting you validate if a specific fin configuration is appropriate for a particular rider and board combination. It turns your AI into a specialized hydrodynamics consultant.

## Tools

### calculate_total_required_area
This tool determines the total fin surface area needed for a specific riding scenario. It uses rider mass and wave energy to find the aggregate area.

### get_fin_dimensions
This tool calculates the exact height and width for each individual fin in a set. It breaks down the total area into specific measurements for every fin.

### validate_setup_suitability
This tool checks if a fin setup is a good match for a specific surfer and board. It ensures the weight and board type align with the fin configuration.

### calculate_fin_aspect_ratios
This tool provides the aspect ratio for each fin in a set. You use this to evaluate how a fin will perform regarding speed and control.

## Prompt Examples

**Prompt:** 
```
What is the total fin area needed for an 80kg surfer on a 6ft board with medium wave power?
```

**Response:** 
```
The total required fin area for an 80kg surfer on a 6ft board with medium wave power is 450 cm2.
```

**Prompt:** 
```
Give me the dimensions for a 3-fin thruster setup with a total area of 450 cm2.
```

**Response:** 
```
For a thruster setup with 450 cm2, the dimensions are: Side Fin 1: height 12cm, width 5cm; Side Fin 2: height 12cm, width 5cm; Center Fin: height 14cm, width 6cm.
```

**Prompt:** 
```
What is the aspect ratio for a fin that is 15cm high and 5cm wide?
```

**Response:** 
```
The aspect ratio for a fin with a height of 15cm and a width of 5cm is 3.0.
```

## Capabilities

### Area Calculation
Your agent calculates the total surface area required based on rider mass and wave conditions.

### Dimension Breakdown
The AI determines the specific height and width for every fin in a multi-fin setup.

### Performance Analysis
Your client uses aspect ratios to predict how a fin will handle speed versus control.

### Setup Validation
The agent verifies if a fin configuration is appropriate for a specific surfer and board combo.

## Use Cases

### Custom Board Design
Calculate the exact fin area needed for a new board based on a specific rider's weight.

### Fin Set Optimization
Determine the individual dimensions for a thruster or quad setup once the total area is set.

### Performance Tuning
Use aspect ratio calculations to decide between fins that prioritize speed or fins that prioritize control.

### Setup Verification
Check if a client's requested fin setup is actually suitable for their weight and board.

## Benefits

- Removes manual hydrodynamic math from the design process.
- Provides specific height and width measurements for multi-fin sets.
- Validates fin setups against rider weight and board type.
- Calculates aspect ratios to predict speed and control characteristics.

## How It Works

Connect the MCP to your client and start running hydrodynamic calculations immediately.

1. Connect the MCP to Claude, Cursor, or Windsurf via Vinkius.
2. Provide your agent with the rider's mass and wave energy levels.
3. Run the area calculation to find the total required surface area.
4. Request specific fin dimensions or aspect ratios to complete the design.

## Frequently Asked Questions

**How does this MCP calculate fin area?**
It uses the rider's mass and the energy of the waves to determine the aggregate surface area needed for the specific riding scenario.

**Can I use this for different fin configurations?**
Yes, you can use the tool to get specific height and width dimensions for various setups, such as thrusters.

**What clients are compatible with this MCP?**
This MCP works with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.

**Does it help with fin performance prediction?**
Yes, by calculating aspect ratios, the tool allows your agent to evaluate performance characteristics like speed and control.

**Can it check if a fin setup is safe for a rider?**
The validate_setup_suitability tool checks if a calculated fin setup is appropriate for a specific surfer's weight and board type.
