# Wetsuit Buoyancy Calculator AI Agent Connect

> Quantify wetsuit buoyancy, effective weight, and depth-based compression.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_fIiTuYR77nH2LgY5yiZJCVN7yzxXJBEAoFu5auEq/ai-agent-connect
- **Tags:** swimming, diving, buoyancy, neoprene, physics

## Description

This MCP server provides specialized tools for swimmers and divers to calculate the physical impact of wetsuits. Use `get_total_buoyancy` to find the upward force, `get_effective_weight` to determine net weight in water, `get_depth_adjusted_buoyancy` to account for neoprene compression at depth, and `get_paddle_assistance_metric` to estimate swimming efficiency improvements.

## Tools

### get_depth_adjusted_buoyancy
Calculates how much buoyancy is lost due to pressure at specific depths

### get_effective_weight
Determines how much the swimmer will weigh while submerged

### get_paddle_assistance_metric
Estimates the improvement in swimming ease provided by the suit

### get_total_buoyancy
Calculates the total upward force provided by the wetsuit

## Prompt Examples

**Prompt:** 
```
How much buoyancy will a 5mm medium wetsuit with a density of 0.05 provide?
```

**Response:** 
```
A 5mm medium wetsuit with a density of 0.05 provides 125.5 Newtons of additional buoyancy.
```

**Prompt:** 
```
What is my effective weight in water if I weigh 80kg and use a 3mm large suit with 0.04 density?
```

**Response:** 
```
Your effective weight in water will be 72.4 kg.
```

**Prompt:** 
```
How much buoyancy is left in a 5mm small suit (density 0.05) at a depth of 10 meters?
```

**Response:** 
```
At a depth of 10 meters, the remaining buoyancy is 85.2 Newtons due to neoprene compression.
```

## Frequently Asked Questions

**How does depth affect my buoyancy?**
As you descend, water pressure compresses the neoprene, reducing its volume. You can use `get_depth_adjusted_buoyancy` to calculate exactly how much buoyancy you lose at a specific depth.

**Can I calculate my weight in water?**
Yes, by using the `get_effective_weight` tool, you can determine your net weight in water by providing your land weight and wetsuit specifications.

**What factors influence the buoyancy force?**
The total buoyancy is determined by the neoprene thickness, the suit size (surface area), and the material density. Use `get_total_buoyancy` to see these results.
