# Dew Point Calculator AI Agent Connect

> Calculate dew point, wet-bulb temperature, and humidity metrics.

## Overview
- **Category:** utilities
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_2beqaeDeCdXNRh4h7YBrDkjozN0laJSWnqWVJVRT/ai-agent-connect
- **Tags:** psychrometrics, humidity, dew-point, meteorology, temperature

## Description

This MCP server provides a suite of psychrometric tools to analyze atmospheric conditions. Use `calculate_atmospheric_metrics` to determine dew point, wet-bulb temperature, absolute humidity, and vapor pressure. You can also use `get_comfort_status` to assess environmental comfort levels or `convert_humidity_units` to switch between measurement scales. It helps identify oppressive humidity or frost risks based on precise Magnus formula calculations.

## Tools

### calculate_atmospheric_metrics
Provides a complete suite of psychrometric calculations based on current air conditions

### convert_humidity_units
Converts humidity metrics between different measurement scales

### get_comfort_status
Determines the qualitative comfort level of the environment based on dew point thresholds

## Prompt Examples

**Prompt:** 
```
Calculate the atmospheric metrics for 25°C and 60% relative humidity.
```

**Response:** 
```
The dew point is 16.66°C, the wet-bulb temperature is 18.12°C, absolute humidity is 12.45 g/m³, and vapor pressure is 19.23 hPa.
```

**Prompt:** 
```
What is the comfort status for a dew point of 22°C?
```

**Response:** 
```
The comfort level is Oppressive and the risk category is High Humidity.
```

**Prompt:** 
```
Convert 0.015 kg/m3 to g/m3.
```

**Response:** 
```
15 g/m3
```

## Frequently Asked Questions

**How is the dew point calculated?**
The dew point is calculated using the Magnus formula with constants a=17.27 and b=237.7.

**What are the risk thresholds?**
Conditions are flagged as 'Oppressive' if the dew point exceeds 20°C and as 'Frost Risk' if it falls below 0°C.

**Which AI clients can use this tool?**
This tool is compatible with Cursor, VS Code, Claude Desktop, Windsurf, and any MCP-compatible client via Vinkius Edge.
