# Surf Equipment Sizing for Youth AI Agent Connect

> Calculates surfboard dimensions, volume, and wetsuit sizes for youth surfers based on growth and skill.

## Overview
- **Category:** lifestyle
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_3Bzgk3JblZHTVi404Dc3jcLkTAEt6npgQAMYGBHm/ai-agent-connect
- **Tags:** surfing, youth, equipment, sizing, growth

## Description

This MCP server provides precise equipment recommendations for young surfers. By analyzing physical metrics like age, height, and weight alongside skill levels, it determines optimal surfboard dimensions and volume. It also identifies appropriate wetsuit sizes and uses pediatric growth models to project future equipment needs. Use `get_board_recommendation` for specific surfboard specs, `get_wetsuit_size` for thermal gear, `get_equipment_growth_trajectory` to plan for growth, and `get_skill_progression_guidance` to transition between skill tiers.

## Tools

### get_wetsuit_size
Determines the appropriate wetsuit size for thermal protection and mobility

### get_board_recommendation
Provides specific surfboard dimensions and volume based on the surfer's physical stats and ability

### get_equipment_growth_trajectory
Estimates how much a surfer's equipment needs will change over a specific time horizon

### get_skill_progression_guidance
Recommends the next logical equipment step when a surfer is ready to move from one skill level to another

## Prompt Examples

**Prompt:** 
```
What surfboard should a 10-year-old boy who is 140cm tall and weighs 35kg use if he is a beginner?
```

**Response:** 
```
For a beginner with those stats, the recommended surfboard is 165cm long, 45cm wide, and 6cm thick, with a volume of 42.5 liters.
```

**Prompt:** 
```
What wetsuit size is best for a 12-year-old girl, 150cm tall and 40kg?
```

**Response:** 
```
The recommended wetsuit size is M with a 3/2mm thickness.
```

**Prompt:** 
```
I am an intermediate surfer using a 40L board. What is my next step?
```

**Response:** 
```
Your next target skill level is advanced, and you should look for a funboard with a volume range between 30L and 35L.
```

## Frequently Asked Questions

**How accurate are the surfboard recommendations?**
The recommendations use specific youth-focused sizing formulas that correlate weight and skill level to ensure stability and performance.

**Can I plan for my child's future growth?**
Yes, you can use the growth trajectory tool to estimate how much board volume and size will change over a set number of months.

**Does it account for different skill levels?**
Yes, the tool adjusts volume and dimensions based on whether the surfer is a beginner, intermediate, or advanced user.
