# Slope Steepness Rating AI Agent Connect

> Assess ski and snowboard slope difficulty using geometry and environmental factors.

## Overview
- **Category:** safety
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_TySdSCze5butdjJeXtmw9eNLQYs4ra1g68FzvPvM/ai-agent-connect
- **Tags:** skiing, snowboarding, terrain, safety, winter-sports

## Description

This MCP server provides specialized tools to calculate terrain difficulty for winter sports. By analyzing slope angle, length, snow conditions, and visibility, it determines difficulty ratings like Green, Blue, Black, or Double Black. It also provides fall line risk assessments and specific skill requirements needed for safe descent.

## Tools

### analyze_fall_line_risk
Assesses the risk associated with descending the most direct path of the slope

### calculate_slope_difficulty
Determines the primary difficulty rating and recommended skill level based on physical and environmental inputs

### evaluate_environmental_impact
Calculates how much the environmental factors (visibility and grooming) deviate the difficulty from the "ideal" geometric difficulty

### get_skill_requirements
Provides a detailed breakdown of specific maneuvers a user should be able to perform to safely navigate the rated slope

## Prompt Examples

**Prompt:** 
```
What is the difficulty of a 30 degree slope that is 200m long, has powder snow, no obstacles, is not groomed, and has clear visibility?
```

**Response:** 
```
The difficulty rating for this slope is Blue, and the recommended skill level is Intermediate.
```

**Prompt:** 
```
Analyze the fall line risk for a 45 degree slope with icy conditions that is not groomed.
```

**Response:** 
```
The risk level for this direct descent is Extreme, characterized by high speed acceleration.
```

**Prompt:** 
```
What maneuvers are needed for a Double Black slope?
```

**Response:** 
```
For a Double Black slope, you will need advanced technical maneuvers and the physical demand is Very High.
```

## Frequently Asked Questions

**How does the tool determine the difficulty rating?**
The `calculate_slope_difficulty` tool uses the slope angle, length, snow condition, obstacle presence, grooming status, and visibility to classify the terrain.

**Can I check the risk of a direct descent?**
Yes, you can use `analyze_fall_line_risk` to evaluate the danger level and descent behavior of the most direct path down a slope.

**What specific skills do I need for a Black diamond slope?**
You can use `get_skill_requirements` with the difficulty rating to see a list of required maneuvers and the physical demand.
