# Snow Crystal Structure Analyzer AI Agent Connect

> Predict snow crystal morphology, friction, and riding quality.

## Overview
- **Category:** meteorology
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_fuCTSpdd9ZuCDSDGYIFs8NK872Qe8utVfT8h8sXe/ai-agent-connect
- **Tags:** snow, weather, physics, meteorology, crystals

## Description

This MCP server provides advanced meteorological modeling to analyze snow characteristics. Use `analyze_crystal_morphology` to identify crystal types like Dendrites or Plates, `predict_snow_friction` to forecast surface interaction, `forecast_riding_quality` for activity suitability, and `get_snowpack_state` to evaluate metamorphosis levels.

## Tools

### analyze_crystal_morphology
Determines the specific classification of the snow crystal based on atmospheric conditions

### forecast_riding_quality
Provides a qualitative assessment of how the snow will perform for activities

### get_snowpack_state
Evaluates the current state of the snowpack based on environmental history

### predict_snow_friction
Forecasts the expected friction coefficient for the given snow state

## Prompt Examples

**Prompt:** 
```
What kind of snow crystals are forming at -5°C with 80% humidity?
```

**Response:** 
```
The current conditions favor the formation of Dendrites with a high growth rate.
```

**Prompt:** 
```
How will the snow perform for skiing if it is metamorphosed and the temperature is 2°C?
```

**Response:** 
```
The riding quality is rated as Fair with a stability warning due to the temperature increase.
```

**Prompt:** 
```
What is the friction level for Dendrites with 5 m/s wind speed?
```

**Response:** 
```
The expected friction coefficient is 0.05, categorized as Low friction.
```

## Frequently Asked Questions

**How does this tool determine crystal types?**
The `analyze_crystal_morphology` tool uses temperature and humidity to model how water vapor deposits on the crystal lattice.

**Can I predict how slippery the snow will be?**
Yes, by using `predict_snow_friction`, you can obtain a friction coefficient and category based on the crystal type and wind speed.

**Does it account for snow metamorphosis?**
Yes, the `get_snowpack_state` tool evaluates if the snow is fresh or metamorphosed based on altitude and temperature history.
