# Scuba Gas Planner AI Agent Connect

> Deterministic gas consumption and depth limit calculations for scuba divers.

## Overview
- **Category:** safety
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_2pUrWDVQYGrbh5mHR5cxJV1aAgA0wS3YXalDPJfH/ai-agent-connect
- **Tags:** scuba, diving, gas-planning, safety, nitrox

## Description

A specialized toolset for scuba divers to perform critical safety calculations. This MCP server provides precise tools to determine breathing endurance, identify safe depth limits based on oxygen toxicity, calculate narcotic effects, and determine the necessary rock-bottom gas reserves for safe ascents. Use `calculate_breathing_endurance` to find available time at depth, `calculate_depth_limits` to find your MOD, `calculate_narcotic_effect` for END, and `calculate_safety_reserve` for ascent planning.

## Tools

### calculate_depth_limits
Identifies the safest depth limits for a specific gas mixture based on oxygen toxicity

### calculate_narcotic_effect
Determines the physiological narcotic impact of a gas mix at a specific depth

### calculate_safety_reserve
Calculates the minimum volume of gas required to perform a safe ascent from the bottom to the surface

### calculate_breathing_endurance
Determines how long a diver can safely breathe a specific gas supply at a specific depth

## Prompt Examples

**Prompt:** 
```
How long can I breathe a 12L tank at 30 meters if my SAC rate is 20 L/min and current pressure is 200 bar?
```

**Response:** 
```
At 30 meters (4 ATA), your available breathing time is 30 minutes.
```

**Prompt:** 
```
What is my maximum working depth for Nitrox 36 with a ppO2 limit of 1.4?
```

**Response:** 
```
Your maximum working depth for Nitrox 36 is 34.3 meters.
```

**Prompt:** 
```
What is the equivalent narcotic depth for air at 30 meters?
```

**Response:** 
```
The equivalent narcotic depth is 30 meters.
```

## Frequently Asked Questions

**How do I calculate my maximum depth for Nitrox 32?**
You can use the `calculate_depth_limits` tool by providing 32 as the oxygen percentage to find your maximum working and deco depths.

**How much gas do I need for a safe ascent?**
Use the `calculate_safety_reserve` tool with your target depth and SAC rate to determine the required rock-bottom reserve.

**Can I calculate my breathing time at a specific depth?**
Yes, use `calculate_breathing_endurance` with your cylinder volume, pressure, SAC rate, and target depth.
