# LNG Carrier Fleet Sizer AI Agent Connect

> Optimize LNG fleet sizing and logistics planning.

## Overview
- **Category:** logistics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_TQQnWesCZm1y89NyiHLBhdXO5DCK9tLTdZgp3SH9/ai-agent-connect
- **Tags:** lng, shipping, fleet-optimization, maritime-logistics, supply-chain

## Description

This MCP server provides specialized tools for LNG logistics planning. It allows AI agents to determine optimal vessel fleets by calculating required vessel sizes and counts using `calculate_vessel_requirements`. Users can estimate operational cycles with `estimate_round_trip_time`, evaluate market risks via `analyze_charter_strategy`, and ensure terminal compatibility with `validate_regasification_sync`.

## Tools

### analyze_charter_strategy
Compares the impact of using long-term versus spot charters on the delivery schedule

### calculate_vessel_requirements
Determines the necessary vessel size and the total number of vessels needed to fulfill the delivery goal

### estimate_round_trip_time
Calculates the duration of a single complete delivery cycle

### validate_regasification_sync
Checks if the vessel arrival frequency matches the regasification capacity at the destination

## Prompt Examples

**Prompt:** 
```
How many vessels do I need for 5,000,000 m3 of LNG over 1 year with a 0.1% boil-off rate and 10,000 km distance?
```

**Response:** 
```
To deliver 5,000,000 m3 with those parameters, you will need a fleet of 4 vessels with a capacity of 140,000 m3 each.
```

**Prompt:** 
```
What is the round trip time for a vessel traveling 5,000 km at 15 knots with 2 days of port stay?
```

**Response:** 
```
The total round-trip time is 12.4 days.
```

**Prompt:** 
```
Should I use a long-term or spot charter if market volatility is high?
```

**Response:** 
```
With a high market volatility index, a long-term charter is recommended to ensure cost stability, even though it offers lower flexibility.
```

## Frequently Asked Questions

**How do I calculate the number of vessels needed?**
You can use the `calculate_vessel_requirements` tool by providing the total volume, shipping distance, boil-off rate, and delivery schedule.

**Can I check if my regasification plant can handle the arrivals?**
Yes, the `validate_regasification_sync` tool checks if vessel arrival frequency matches the regasification capacity.

**Does this tool account for cargo loss during transit?**
Yes, the `calculate_vessel_requirements` tool incorporates the boil-off rate to ensure the delivered volume meets requirements.
