# Onsen Mineral Classifier AI Agent Connect

> Classify Japanese hot spring water quality, legal status, and therapeutic benefits.

## Overview
- **Category:** utilities
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_5aNiTWsCLmVHxws9jI5MWVbSminzeMAaT4SNOhcK/ai-agent-connect
- **Tags:** onsen, mineral, japan, water-quality, thermal

## Description

This MCP server provides deterministic tools for analyzing Japanese hot spring (Onsen) water. It determines if water meets legal Onsen definitions using `validate_onsen_status`, evaluates health benefits via `calculate_therapeutic_profile`, predicts cooling times with `estimate_cooling_duration`, and monitors safety using `check_ph_safety`.

## Tools

### calculate_therapeutic_profile
Evaluates the skin and health benefits provided by the specific mineral composition

### estimate_cooling_duration
Predicts how long it takes for the water to reach a safe bathing temperature

### validate_onsen_status
Determines if the water meets the legal definition of an Onsen

### check_ph_safety
Flags extreme pH levels that require safety warnings

## Prompt Examples

**Prompt:** 
```
Is a spring with 26°C water and sulfur content a legal Onsen?
```

**Response:** 
```
Yes, it is a valid Onsen because the temperature is 25°C or higher.
```

**Prompt:** 
```
What are the benefits of sulfur-rich water?
```

**Response:** 
```
Sulfur is highly beneficial for treating skin conditions like dermatitis.
```

**Prompt:** 
```
How long until 50°C water reaches 40°C if the air is 20°C?
```

**Response:** 
```
The water will reach the target temperature in approximately 45 minutes.
```

## Frequently Asked Questions

**How do I check if a spring is legally an Onsen?**
Use the `validate_onsen_status` tool by providing the water temperature and the dominant mineral type.

**Can I calculate how long it takes for water to cool down?**
Yes, the `estimate_cooling_duration` tool predicts the time needed to reach a safe bathing temperature based on initial and ambient temperatures.

**How is water safety checked?**
The `check_ph_safety` tool flags extreme pH levels that require dilution warnings.
