# Surfboard Dimension Guide AI Agent Connect

> Get precise surfboard dimensions based on your height, weight, skill, and wave conditions.

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

## Description

This MCP server provides expert-level surfboard dimension recommendations. By analyzing your physical profile and target environment, you can use `get_recommended_dimensions` to find the ideal length, width, thickness, and volume. You can also use `get_stability_score` to assess how a board will feel, `get_wave_compatibility` to check if a shape fits specific wave types, and `get_volume_by_skill_tier` to understand buoyancy requirements for your skill level.

## Tools

### get_recommended_dimensions
Provides a complete set of recommended surfboard dimensions for a specific surfer profile

### get_stability_score
Calculates a numerical indicator of how stable a suggested surfboard will feel for a specific user

### get_volume_by_skill_tier
Retrieves the volume range and characteristic profile for a specific skill level

### get_wave_compatibility
Evaluates if a specific surfboard is appropriate for a given wave condition

## Prompt Examples

**Prompt:** 
```
I am 180cm tall, weigh 80kg, I am an intermediate surfer, and I want to surf small waves. What surfboard should I use?
```

**Response:** 
```
For your profile, a surfboard with a length of 210cm, width of 54cm, thickness of 5.5cm, and a volume of 52L is recommended, featuring a balanced volume distribution.
```

**Prompt:** 
```
How stable will a board with 200cm length, 56cm width, and 6cm thickness be for an 85kg surfer?
```

**Response:** 
```
That board provides a stability index of 8.5 and is rated as highly stable for your weight.
```

**Prompt:** 
```
Is a board that is 220cm long, 45cm wide, and 4cm thick good for large waves?
```

**Response:** 
```
Yes, this streamlined profile is highly suitable for large waves as it allows for better rail engagement and control.
```

## Frequently Asked Questions

**How accurate are these recommendations?**
The recommendations are based on established surfboard design principles that account for surfer weight, height, skill level, and wave energy.

**Can I check if a specific board is good for small waves?**
Yes, you can use the `get_wave_compatibility` tool to evaluate if a specific set of dimensions is suitable for small, medium, or large waves.

**What information do I need to provide?**
To get a full recommendation, you should provide your height, weight, skill level (beginner, intermediate, or advanced), and the type of waves you plan to surf.
