Trust: 25/100 (Limited)
Vessel Traffic MCP Guide
Read-only maritime and logistics MCP tools for vessel identity lookup, AIS-style positions, tracks, port calls, carrier schedules, vessel schedules, and delay heuristics with source attribution and BYOK provider support.
by tools-mcp
Quick Start
Install
npx -y vessel-traffic-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"vessel-traffic-mcp": {
"command": "npx",
"args": [
"-y vessel-traffic-mcp"
]
}
}
}