# Board Float Time Calculator AI Agent Connect

> Calculate board buoyancy, visibility, and retrieval urgency after a rider fall.

## Overview
- **Category:** safety
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_RPGfisw6V9tOMoMaOsMAguLy68muVyGpspULCSjh/ai-agent-connect
- **Tags:** buoyancy, safety, water-sports, physics, retrieval

## Description

This MCP server provides specialized physics-based calculations to determine how long a board will remain buoyant after a rider falls. By analyzing board volume, rider weight, and water salinity, it provides critical safety data including expected float time, visibility scores, and retrieval urgency. Use `calculate_float_duration` to get a full assessment, `assess_visibility` to check surface visibility, `get_urgency_level` to determine risk, or `evaluate_strap_impact` to see how hardware like leashes affects buoyancy.

## Tools

### assess_visibility
Determine how visible the board will be on the water surface

### calculate_float_duration
Determine how long a board is expected to remain buoyant after a fall

### evaluate_strap_impact
Adjust buoyancy and retrieval parameters based on the hardware used

### get_urgency_level
Categorize the immediate danger level of a lost board

## Prompt Examples

**Prompt:** 
```
How long will my 80L board stay afloat if I weigh 75kg and the board weighs 5kg in seawater?
```

**Response:** 
```
Based on your equipment and the seawater density, the board is expected to remain buoyant for 45 minutes with a high visibility score.
```

**Prompt:** 
```
What is the urgency if my board has low visibility and only 5 minutes of float time left?
```

**Response:** 
```
The urgency level is critical. Immediate action is required to locate and retrieve the board.
```

**Prompt:** 
```
How much will using a footstrap instead of a leash affect my buoyancy?
```

**Response:** 
```
A footstrap applies a higher buoyancy penalty and offers lower retrieval ease compared to a leash.
```

## Frequently Asked Questions

**How does salinity affect the results?**
Higher salinity increases water density, which provides more buoyancy and can extend the expected float time.

**Can I account for damaged equipment?**
Yes, the `calculate_float_duration` tool includes an option to indicate if the foam core has absorbed water, which will adjust the buoyancy calculations.

**How do different straps affect the calculation?**
You can use `evaluate_strap_impact` to see how different attachment methods like a leash or footstrap impact buoyancy and retrieval ease.
