# Hydrofoil Mast Selector AI Agent Connect

> Recommends optimal mast length based on rider skill, water depth, and wave conditions.

## Overview
- **Category:** safety
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_TBl3yX9XnJx8rsuWVlEZoWqm1XwCfwP8JmF84x2X/ai-agent-connect
- **Tags:** hydrofoil, surfing, equipment-selection, safety, water-sports

## Description

This MCP server provides specialized tools for hydrofoil riders to optimize their equipment selection. By analyzing environmental factors like water depth and wave height alongside personal profiles such as skill level and riding style, it ensures safety and performance. Use `get_recommended_mast_length` to find the ideal setup, `evaluate_breach_risk` to prevent seabed contact, `analyze_maneuverability_profile` to understand handling, and `check_depth_suitability` to verify if a location is safe for your gear.

## Tools

### analyze_maneuverability_profile
Describes the handling characteristics of a chosen mast length

### check_depth_suitability
Determines if a specific environment is even suitable for hydrofoiling with a given mast

### evaluate_breach_risk
Assesses the danger of hitting the seabed given a specific mast choice

### get_recommended_mast_length
Provides the primary recommendation for a specific rider and environment

## Prompt Examples

**Prompt:** 
```
I am a beginner riding in 150cm of water with 30cm waves. I prefer cruising. What mast should I use?
```

**Response:** 
```
For your profile, a 65cm mast is recommended to provide sufficient stability and depth clearance.
```

**Prompt:** 
```
Is a 90cm mast safe in 120cm of water with 40cm waves?
```

**Response:** 
```
No, using a 90cm mast in these conditions presents a high risk of breaching the seabed.
```

**Prompt:** 
```
How will a 110cm mast affect my agility if I am an advanced rider?
```

**Response:** 
```
An advanced rider using a 110cm mast will experience high agility but lower stability compared to shorter masts.
```

## Frequently Asked Questions

**How does wave height affect my mast choice?**
Higher waves increase the risk of hitting the seabed. You can use `evaluate_breach_risk` to check if your chosen mast length provides enough clearance during wave troughs.

**Can I use this for racing or just cruising?**
The tool supports multiple riding styles including cruising, carving, and racing. Simply specify your style in `get_recommended_mast_length`.

**What happens if I am a beginner?**
For beginners, the tool prioritizes stability and safety. You can use `analyze_maneuverability_profile` to see how a specific mast length affects your stability score.
