# Tree Well Danger Assessment AI Agent Connect

> Calculates tree well suffocation risk and escape feasibility.

## Overview
- **Category:** risk-assessment
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_IHcDSmK63dH0aDMPtLekBwn5s9Ucaq3TQno9TbBF/ai-agent-connect
- **Tags:** snow, avalanche, safety, rescue, backcountry

## Description

This MCP server provides critical safety assessments for backcountry riders. It uses environmental data to calculate suffocation risk, evaluate how difficult it is to climb out of a snow cavity, and assess the viability of rescue operations. By using `calculate_risk_profile`, users can determine the immediate danger level, while `evaluate_escape_feasibility` helps predict physical escape success. It also includes `assess_rescue_viability` to check if available gear and partner proximity are sufficient for a successful rescue.

## Tools

### assess_rescue_viability
Evaluates the likelihood of a successful rescue based on partner presence and gear

### calculate_risk_profile
Provides a high-level summary of the danger level and immediate survival prognosis

### evaluate_escape_feasibility
Determines if a rider can realistically climb out of the well based on the physical environment

### get_safety_guidelines
Provides customized safety protocols based on specific environmental and situational factors

## Prompt Examples

**Prompt:** 
```
What is the risk if I fall face down in 200cm of snow with a 1m wide well?
```

**Response:** 
```
The risk score is 9/10. The primary danger is Asphyxiation due to the face-down orientation and high snow depth.
```

**Prompt:** 
```
Can I get out of a 150cm deep well with a 2m diameter?
```

**Response:** 
```
The escape success probability is 0.7 with moderate physical effort required.
```

**Prompt:** 
```
Is my rescue viable if my partner is 10m away with a shovel?
```

**Response:** 
```
The rescue window status is Optimal with a survival probability of 0.9.
```

## Frequently Asked Questions

**How accurate is the risk score?**
The risk score provided by `calculate_risk_profile` is a mathematical model based on snow depth, tree type, and rider orientation to estimate danger levels.

**Can I use this to plan a rescue?**
You can use `assess_rescue_viability` to evaluate if your current equipment and partner proximity are sufficient for a rescue scenario.

**What factors influence escape difficulty?**
The `evaluate_escape_feasibility` tool considers snow depth, well diameter, and tree type to determine how hard it is to climb out.
