# Water Analysis Calculator AI Agent Connect

> Calculates water quality indices, hardness levels, and regulatory compliance.

## Overview
- **Category:** utilities
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_WNJwEcinEuJTvsfoxCNQ5TUqdDVlYZow8xOIk4EP/ai-agent-connect
- **Tags:** water, chemistry, environmental, compliance, analysis

## Description

This MCP server provides specialized tools for water quality assessment. It allows AI agents to determine the Water Quality Index (WQI) using `calculate_wqi`, categorize mineral content with `classify_hardness`, and evaluate regulatory adherence via `assess_compliance`. It also offers a high-level chemical overview through `get_parameter_summary`.

## Tools

### calculate_wqi
Determines the overall Water Quality Index based on provided analytical measurements

### assess_compliance
g., drinking_water or wastewater).

Evaluates if a water sample meets the regulatory requirements for a specific use

### classify_hardness
Categorizes the hardness level of a water sample

### get_parameter_summary
Provides a high-level overview of the chemical state of the water sample

## Prompt Examples

**Prompt:** 
```
What is the water quality index for these values: pH 7.2, Turbidity 1.5, Nitrates 5.0?
```

**Response:** 
```
The Water Quality Index is 85, which is classified as Excellent.
```

**Prompt:** 
```
Is this water compliant for drinking? pH 6.5, Lead 0.02.
```

**Response:** 
```
No, the water is not compliant. The lead concentration exceeds the limit.
```

**Prompt:** 
```
Classify the hardness for calcium 40 and magnesium 15.
```

**Response:** 
```
The total hardness is 55, which is classified as Soft.
```

## Frequently Asked Questions

**What can I calculate with this server?**
You can calculate the Water Quality Index, classify water hardness, assess compliance against drinking water or wastewater standards, and get a summary of chemical parameters.

**How do I check if my water meets drinking standards?**
Use the `assess_compliance` tool and specify 'drinking_water' as the use case.

**What inputs are needed for hardness classification?**
You need to provide the calcium and magnesium concentrations to the `classify_hardness` tool.
