# Cold Water Survival Estimator AI Agent Connect

> Estimates survival time, hypothermia onset, and swim failure in cold water.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ULLGfkT52cSW7mW4N290px6NOca2Detv05pScnFn/ai-agent-connect
- **Tags:** survival, hypothermia, physiology, cold-water, safety-modeling

## Description

This MCP server provides critical physiological modeling for cold water immersion. It calculates survival milestones including total survival time, the onset of hypothermia, and the point of swim failure. Users can use `get_survival_estimates` to model specific individuals based on weight, body fat, and wetsuit thickness, or `get_risk_level` to assess immediate danger. The tool also allows for comparing different survival scenarios and evaluating the protective impact of neoprene insulation.

## Tools

### compare_scenarios
Compares two different physiological or environmental setups to see which provides more survival time

### get_insulation_impact
Evaluates how much the wetsuit thickness mitigates heat loss compared to no suit

### get_risk_level
Categorizes the immediate danger level based on water temperature and insulation

### get_survival_estimates
Calculates all critical survival milestones for a specific individual in specific water conditions

## Prompt Examples

**Prompt:** 
```
Estimate survival for a 75kg person with 15% body fat in 10°C water wearing a 5mm wetsuit.
```

**Response:** 
```
The estimated survival time is 4.2 hours, with hypothermia onset at 1.5 hours and swim failure at 2.1 hours.
```

**Prompt:** 
```
What is the risk level for 4°C water without a wetsuit?
```

**Response:** 
```
The risk category is Extreme with a high urgency score.
```

**Prompt:** 
```
Compare a 90kg person with 25% body fat in 5°C water to a 70kg person with 10% body fat in the same conditions.
```

**Response:** 
```
The 90kg person with 25% body fat will have a longer survival time due to higher thermal inertia and insulation.
```

## Frequently Asked Questions

**How does body fat affect survival estimates?**
Higher body fat percentages provide more natural insulation, which slows the rate of heat loss and extends the estimated survival time.

**Can I include wetsuit thickness in my calculations?**
Yes, you can use `get_survival_estimates` or `get_risk_level` with the `wetsuitThickness` parameter to account for neoprene insulation.

**What is the difference between hypothermia onset and swim failure?**
Hypothermia onset is when core temperature begins to drop below normal, while swim failure is the point where muscle coordination is lost, making movement impossible.
