# Snowboard Weight Distribution & Float Calculator AI Agent Connect

> Calculate weight distribution and powder flotation based on your snowboard setup.

## Overview
- **Category:** utility
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_QCST15mNMxMG6AO4HYX6SyGPFQ2M2O5RPVx5lsU4/ai-agent-connect
- **Tags:** snowboarding, weight-distribution, powder-float, stance-geometry, biomechanics

## Description

This MCP server provides specialized tools for snowboarders to model how their stance geometry affects balance and performance. By analyzing rider weight, stance width, and binding setback, you can determine the exact weight distribution between your front and rear foot. Use `calculate_weight_distribution` to find your balance profile, `calculate_powder_float` to estimate lift in deep snow, `compare_stance_profiles` to see how changing your setup impacts your ride, or `get_recommended_mode` to find the ideal riding style for your current configuration.

## Tools

### calculate_powder_float
Calculates the flotation score in powder based on setup

### calculate_weight_distribution
Calculates weight distribution on the board based on rider weight, stance, setback, and riding mode

### compare_stance_profiles
Compares two different stance setups to see the effect on weight and float

### get_recommended_mode
Recommends a riding mode based on current setback and desired outcome

## Prompt Examples

**Prompt:** 
```
I weigh 75kg with a 50cm stance and 3cm setback. What is my weight distribution in powder mode?
```

**Response:** 
```
With your setup in powder mode, your front foot weight is 42% and your rear foot weight is 58%.
```

**Prompt:** 
```
How much float will I get if I am 80kg with a 5cm setback in powder mode?
```

**Response:** 
```
Your calculated flotation score for this setup is 78.
```

**Prompt:** 
```
I have a 4cm setback. Which mode should I use for maximum float?
```

**Response:** 
```
The recommended mode for maximum float with a 4cm setback is powder.
```

## Frequently Asked Questions

**How does setback affect my weight distribution?**
Increasing your binding setback shifts more weight toward your rear foot, which helps the nose of the board stay elevated in powder.

**Can I compare two different setups?**
Yes, you can use `compare_stance_profiles` to see the exact delta in weight distribution and flotation when changing your setback or riding mode.

**What riding modes are supported?**
The tool supports carving, freestyle, and powder modes, each applying different multipliers to your weight distribution model.
