Datalastic Vessel Tracking
Maritime intelligence for tracking vessels, analysing ports, and exploring ship data.
Ads
Overview
Official Model Context Protocol (MCP) server for Datalastic — real-time vessel tracking, port data, maritime weather, and maritime intelligence for any MCP-compatible AI client. The Datalastic MCP server exposes 25 tools across six categories: - Live vessel positions — track ships in real time by MMSI, IMO, or name - Vessel registry — specs, dimensions, flag, and tonnage for 750,000+ vessels - Port data — global port and terminal directory with UN/LOCODEs - Area search — all vessels currently within a radius of any point or port - Maritime weather — wave, swell, and sea conditions merged with atmospheric weather, with 7-day forecasts at any coordinates, port, or vessel - Maritime intelligence (Maritime Reports add-on) — ownership, inspections, casualties, dry dock, engine specs, sale & purchase transactions
Installation
claude mcp add --scope user --transport http datalastic https://mcp.datalastic.com/mcp --header "X-Api-Key: YOUR_API_KEY"
Configuration
{
"mcpServers": {
"datalastic": {
"type": "http",
"url": "https://mcp.datalastic.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}Capabilities
- Get a vessel’s live position and destination
ask for a ship’s current location, speed, heading, ETA, and destination port using `get_vessel` or `get_vessel_pro`.
- Search the global vessel registry
find ships by name, type, flag, tonnage, or dimensions with `find_vessels`, and retrieve static specs via `get_vessel_info`.
- See all vessels near a point or port
list every ship currently within a radius of coordinates, a port, or another vessel using `get_vessels_in_radius`.
- Get maritime weather and 7-day forecast
request current marine and atmospheric conditions plus forecasts at coordinates, a port, or around a vessel with `get_weather`.
- Look up port details and terminals
search for ports by name or UN/LOCODE with `find_ports` and retrieve full terminal, operator, and address data via `get_port`.
- Access maritime intelligence records
retrieve ownership, inspection, casualty, dry-dock, engine, and sale history for a vessel using the `intel_*` tools (requires Maritime Reports add-on).
Tags
- database
Related MCP servers
InstantDB
OfficialCreate, manage, and update applications on InstantDB, the modern Firebase.
Jitsu
OfficialManage Jitsu data pipelines from your AI assistant — destinations, streams, connections, syncs, functions, and live events.
PostgreSQL MCP Server
OfficialRun read-only SQL queries and inspect PostgreSQL schemas from your MCP client.
Financial Datasets
OfficialStock market API made for AI agents