# Aquarium Marine Calculator AI Agent Connect

> Deterministic dosing engine for marine aquarium water parameters.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_zgv0BXbkS41RRRw37b1UUl4Ak2qtxTwfEIyaxwvh/ai-agent-connect
- **Tags:** marine, dosing, salinity, calcium, alkalinity

## Description

This MCP server provides precise chemical dosing calculations for marine aquaria. It allows AI agents to determine exact amounts of products like calcium chloride or magnesium chloride needed to reach target levels. Use `calculate_dosing_requirements` to find specific dosing amounts, `calculate_salt_mix_needs` to prepare water changes, and `validate_parameter_stability` to ensure chemical shifts stay within safe biological limits.

## Tools

### calculate_dosing_requirements
Determines the exact amount of various dosing products needed to reach target parameter levels

### calculate_salt_mix_needs
Determines the amount of salt required to adjust the salinity of a specific volume of water to a target level

### validate_parameter_stability
Checks if a planned dosing event or recent shift violates biological safety limits

## Prompt Examples

**Prompt:** 
```
I have a 200L tank. Current calcium is 400ppm and I want it to be 440ppm. I have calcium chloride available. How much should I add?
```

**Response:** 
```
You need to add 12.5 grams of calcium chloride to reach your target of 440 ppm in a 200L tank.
```

**Prompt:** 
```
How much salt do I need for a 50L water change to reach 35 ppt if my current salinity is 30 ppt?
```

**Response:** 
```
You need 250 grams of salt for a 50L volume to reach 35 ppt.
```

**Prompt:** 
```
Is a calcium increase of 25 ppm in one day safe?
```

**Response:** 
```
No, a calcium increase of 25 ppm exceeds the safe daily limit of 20 ppm.
```

## Frequently Asked Questions

**How do I know if my dosing is safe?**
You can use the `validate_parameter_stability` tool to check if your planned shifts in calcium, alkalinity, or magnesium exceed safe daily biological limits.

**Can I calculate salt requirements for water changes?**
Yes, the `calculate_salt_mix_needs` tool calculates the exact grams of salt required to reach your target salinity for a specific volume.

**What parameters can be calculated?**
The engine handles salinity, calcium, alkalinity, magnesium, nitrate, and phosphate levels.
