# Surfboard Volume Calculator AI Agent Connect

> Calculate optimal surfboard volume, distribution, and buoyancy based on surfer profile and wave conditions.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_lqdOUC3s4b6BW3gMA9ziuqJLPRvyYcbZVOIoIOOH/ai-agent-connect
- **Tags:** surfing, equipment, buoyancy, water-sports, design

## Description

This MCP server provides precise surfboard design recommendations by analyzing surfer physical attributes and environmental factors. Use `get_recommended_volume` to find the ideal liter range for your weight and skill level. You can also use `get_volume_distribution` to understand how volume should be spread across the board, or `get_buoyancy_profile` to predict how the board will behave in specific wave types. For existing gear, `compare_equipment_suitability` evaluates if your current board is appropriate for upcoming conditions.

## Tools

### compare_equipment_suitability
Evaluates if a specific existing surfboard is appropriate

### get_buoyancy_profile
Describes how the board will behave in the water

### get_recommended_volume
Provides the primary volume recommendation for a surfer

### get_volume_distribution
Determines how the volume should be concentrated on the board

## Prompt Examples

**Prompt:** 
```
I am a 75kg beginner with medium fitness. I want to ride a cruiser style in small waves. What volume do I need?
```

**Response:** 
```
For your profile, the recommended volume range is 55L to 65L, with a median of 60L.
```

**Prompt:** 
```
What is the volume distribution for a 80kg advanced surfer looking for a performance style?
```

**Response:** 
```
For a performance style, the volume distribution is 25% nose, 50% center, and 25% tail.
```

**Prompt:** 
```
Is my 45L board suitable? I weigh 70kg, I am an intermediate surfer, and the waves are medium.
```

**Response:** 
```
No, the board is not suitable. The recommended volume for your profile is higher than 45L.
```

## Frequently Asked Questions

**How do I know if my current surfboard is right for me?**
You can use the `compare_equipment_suitability` tool. Provide your weight, skill level, the board's volume, and the wave type to get a suitability score.

**Does skill level affect the volume recommendation?**
Yes. Beginners typically require more volume for stability, while advanced surfers can use lower volumes for better maneuverability. The `get_recommended_volume` tool accounts for this difference.

**Can I see how volume is distributed on the board?**
Yes, the `get_volume_distribution` tool provides the percentage of volume for the nose, center, and tail based on your riding style.
