# Marine Loading Arm Calculator AI Agent Connect

> Sizing and envelope analysis for marine loading arms.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_GXoyRO5kf1uIg213XwzzwTa73DzxP8EhByHV4TBO/ai-agent-connect
- **Tags:** marine, engineering, loading-arm, fluid-dynamics, safety

## Description

This MCP server provides specialized engineering tools for designing marine loading arms (MLA). It calculates physical arm dimensions based on fluid properties, determines necessary reach considering vessel motion and tides, validates operating envelopes, and simulates emergency release system (ERS) triggers. Use `calculate_arm_dimensions` to size the arm for specific products, `analyze_reach_requirements` for manifold positioning, `evaluate_operating_envelope` for safety validation, and `simulate_emergency_release` to test safety thresholds.

## Tools

### analyze_reach_requirements
Determines the necessary physical reach of the arm to cover the vessel's manifold position

### calculate_arm_dimensions
Determines the required physical sizing of the arm based on fluid flow requirements

### evaluate_operating_envelope
Validates if a specific arm configuration can safely cover the vessel's manifold throughout its motion

### simulate_emergency_release
Evaluates the activation threshold of the ERS based on movement

## Prompt Examples

**Prompt:** 
```
What diameter do I need for a flow rate of 500 m3/h with a density of 900 kg/m3 and viscosity of 20 cSt?
```

**Response:** 
```
The required arm diameter is 450 mm with a calculated velocity of 3.14 m/s.
```

**Prompt:** 
```
Will an arm with 25m reach be safe for a manifold at {x:10, y:5, z:2} with a 3m tide range and 2m vessel motion?
```

**Response:** 
```
Yes, the arm reach is sufficient to cover the manifold and the predicted vessel motion with a safety margin.
```

**Prompt:** 
```
Simulate an emergency release if the structural limit is 15m and the extreme motion is 14m with a threshold of 12m.
```

**Response:** 
```
The ERS trigger was activated. The safety buffer is 1m before reaching the structural limit.
```

## Frequently Asked Questions

**How do I calculate the required arm diameter?**
You can use the `calculate_arm_dimensions` tool by providing the required flow rate, product density, and viscosity.

**Can I check if my arm reach is sufficient for a specific vessel?**
Yes, use `evaluate_operating_envelope` to validate if the arm reach covers the manifold envelope and predicted vessel motion.

**How does the tool account for tides?**
The `analyze_reach_requirements` tool accepts a tide range parameter to ensure the arm reach accounts for vertical tidal movement.
