# Snowboard Dimension Expert AI Agent Connect

> Calculate optimal snowboard length, width, and effective edge based on rider profile.

## Overview
- **Category:** recommendation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_bInBV2d39bGvw5bInaq1olYRM1JJU2uNqAK5ddo2/ai-agent-connect
- **Tags:** snowboarding, gear, dimensions, rider-profile, equipment-sizing

## Description

This MCP server provides precise snowboard dimension recommendations. Use `get_recommended_length` to find the ideal board length for your weight and height, `calculate_width_requirement` to prevent toe drag based on boot size, and `calculate_effective_edge` to understand turning precision. It also allows you to use `compare_profiles` to verify if a specific board fits your physical profile.

## Tools

### calculate_effective_edge
Estimates the usable edge length for a given board length

### calculate_width_requirement
Determines the minimum snowboard width needed to avoid toe drag based on boot size

### compare_profiles
Evaluates how a specific rider's physical profile aligns with different equipment sets

### get_recommended_length
Calculates the primary recommended snowboard length for a specific rider

## Prompt Examples

**Prompt:** 
```
I am 75kg, 180cm tall, and I like carving on groomed runs. What length snowboard should I get?
```

**Response:** 
```
Based on your profile, the recommended snowboard length is 158cm.
```

**Prompt:** 
```
My boot size is 27cm. What is the minimum width I need for my snowboard?
```

**Response:** 
```
The minimum board width required to prevent toe drag is 24.5cm.
```

**Prompt:** 
```
Is a 155cm board suitable for someone who is 80kg and 175cm tall?
```

**Response:** 
```
Yes, a 155cm board is a good fit for your profile with a suitability score of 0.92.
```

## Frequently Asked Questions

**How do I know if my snowboard is too narrow?**
You can use the `calculate_width_requirement` tool with your boot size to determine the minimum width needed to avoid toe drag.

**Can I check if a specific board fits me?**
Yes, use the `compare_profiles` tool by providing your weight, height, and the target board length to get a suitability score.

**How does terrain affect my board length?**
Terrain type is a key input for `get_recommended_length`. For example, powder requires more surface area, which may result in a longer recommended length for better float.
