# Snowpack Stability Analyzer AI Agent Connect

> Interprets snowpack stability tests to assess avalanche risk and terrain safety.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_mUSsnC4p4AuemE5NIb49U5U0bRUTqGimTios6Q1y/ai-agent-connect
- **Tags:** avalanche, snowpack, weather, safety, terrain

## Description

This MCP server provides expert interpretation of snowpack stability tests. It connects AI agents to critical avalanche safety data by processing results from CT, ECT, and PST tests. Use `analyze_stability` to determine stability ratings and trigger likelihood, `get_terrain_recommendation` for slope-based safety guidance, `calculate_trigger_risk` to refine human-trigger probabilities, and `evaluate_snowpack_integrity` for qualitative health summaries of the snowpack layers.

## Tools

### evaluate_snowpack_integrity
Provide a detailed qualitative summary of the snowpack health

### get_terrain_recommendation
Provide safe or unsafe terrain guidance based on stability assessment and environmental factors

### analyze_stability
Determine primary stability rating and trigger likelihood based on snowpack test results

### calculate_trigger_risk
Refine the probability of an avalanche being triggered by a person

## Prompt Examples

**Prompt:** 
```
Analyze this stability test: CT, fracture propagation occurred, weak layer is 20cm deep, structure is faceted crystals over dense snow.
```

**Response:** 
```
The stability rating is Poor and the trigger likelihood is high due to successful fracture propagation.
```

**Prompt:** 
```
What is the terrain recommendation for a Poor stability rating on a 35 degree slope facing North?
```

**Response:** 
```
Avoid all steep terrain.
```

**Prompt:** 
```
Calculate the trigger risk for a high likelihood with a 15cm weak layer.
```

**Response:** 
```
The trigger probability is high and the danger scale is Extreme.
```

## Frequently Asked Questions

**What test types are supported?**
The server supports Compression Tests (CT), Extended Column Tests (ECT), and Propagation Saw Tests (PST).

**How can I get terrain recommendations?**
You can use the `get_terrain_recommendation` tool by providing the stability rating, slope angle, and aspect.

**Does this tool predict specific avalanche times?**
No, it provides stability ratings and trigger likelihood based on physical snowpack test results to assist in risk assessment.
