# Wind Chill Calculator AI Agent Connect

> Calculate perceived wind chill temperatures and frostbite risk levels.

## Overview
- **Category:** utilities
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_AVv4dyPn8jU3mbbkY8FkNmZ4kXQjPZ2AMpTtjuSv/ai-agent-connect
- **Tags:** weather, wind-chill, safety, temperature, frostbite

## Description

This MCP server provides precise wind chill calculations based on the 2001 NWS/Environment Canada model. It allows AI agents to determine perceived temperatures and assess frostbite risks using the `calculate_wind_chill` tool. Users can also utilize `convert_units` to standardize measurements and `get_risk_thresholds` to understand safety classifications. It is designed to help users prepare for extreme cold conditions by providing estimated exposure times for skin damage.

## Tools

### calculate_wind_chill
Calculates the perceived wind chill temperature and associated frostbite risks

### convert_units
Standardizes input values to the internal metric/imperial units

### get_risk_thresholds
Retrieves the constant definitions for frostbite risk categories and exposure times

## Prompt Examples

**Prompt:** 
```
What is the wind chill if it is 20°F with a wind speed of 15 mph?
```

**Response:** 
```
The wind chill is 3°F, which carries a Moderate frostbite risk.
```

**Prompt:** 
```
Calculate wind chill for -10°C and 20 km/h wind.
```

**Response:** 
```
The wind chill is 14°F, which carries a High frostbite risk.
```

**Prompt:** 
```
Is there a risk at -60°F wind chill?
```

**Response:** 
```
Yes, a wind chill of -60°F is an extreme condition with an Extreme frostbite risk.
```

## Frequently Asked Questions

**What formula is used for these calculations?**
The server uses the standardized 2001 model used by the National Weather Service (NWS) and Environment Canada.

**When is wind chill applicable?**
Wind chill is calculated when the air temperature is at or below 50°F (10°C) and wind speed is greater than 3 mph.

**Can I convert units using this server?**
Yes, you can use the `convert_units` tool to switch between Fahrenheit/Celsius and mph/kmh.
