# Oil Tanker Voyage Planner AI Agent Connect

> Calculate voyage duration, fuel consumption, and maritime profitability.

## Overview
- **Category:** logistics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_n6xhXQasWuMlmlHj4NMl7FrdATEbSQpP0AfFOYEk/ai-agent-connect
- **Tags:** oil-tanker, voyage-planning, maritime-logistics, fuel-consumption, demurrage

## Description

This MCP server provides essential tools for maritime logistics and oil tanker operations. It allows AI agents to perform complex voyage calculations, including `calculate_voyage_metrics` for economic summaries, `analyze_canal_impact` for transit delays, `evaluate_demurrage_risk` for port penalty assessments, and `validate_port_accessibility` to ensure vessel safety based on draft and berth availability.

### Available Tools

`calculate_voyage_metrics_tool`, `analyze_canal_impact_tool`, `evaluate_demurrage_risk_tool`, `validate_port_accessibility_tool`

## Tools

### analyze_canal_impact_tool
Evaluates the time and cost penalties associated with passing through specific canals

### calculate_voyage_metrics_tool
Provides the core economic and temporal summary of a proposed voyage

### evaluate_demurrage_risk_tool
Calculates potential financial penalties based on port stay durations

### validate_port_accessibility_tool
Determines if a vessel can safely enter a specific port based on physical constraints

## Prompt Examples

**Prompt:** 
```
Calculate the metrics for a voyage of 5000 nautical miles with a cargo of 100000 units, traveling at 14 knots, with a fuel rate of 50 per hour and a freight rate of 20 per unit.
```

**Response:** 
```
The voyage will take approximately 357.14 hours, consume 17857.14 units of fuel, generate 2000000 in total freight revenue, and result in an estimated voyage cost of 2742857.14.
```

**Prompt:** 
```
Will a vessel with a draft of 18 meters be able to enter a port with a maximum draft of 17.5 meters and an available berth?
```

**Response:** 
```
No, the vessel cannot enter the port because its draft exceeds the maximum allowed depth.
```

**Prompt:** 
```
Calculate the demurrage penalty if the actual port stay was 48 hours, the allowed laytime was 36 hours, and the demurrage rate is 5000 per hour.
```

**Response:** 
```
The total demurrage penalty incurred is 60000.
```

## Frequently Asked Questions

**How can I check if my vessel can enter a specific port?**
You can use the `validate_port_accessibility` tool by providing the vessel draft, the port's maximum draft, and berth availability. Tools available: `calculate_voyage_metrics_tool`, `analyze_canal_impact_tool`, `evaluate_demurrage_risk_tool`.

**Can this tool help with fuel cost estimation?**
Yes, the `calculate_voyage_metrics` tool calculates total fuel consumed based on distance, speed, and the fuel consumption rate.

**How are canal delays handled?**
The `analyze_canal_impact` tool evaluates the total delay hours and transit fees associated with specific canal routes.
