Server data from the Official MCP Registry
Vessel tracking for 750,000+ ships, with ownership, inspections, port records, routes, and more.
Vessel tracking for 750,000+ ships, with ownership, inspections, port records, routes, and more.
Remote endpoints: streamable-http: https://mcp.datalastic.com/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-datalastic-vessel-tracking": {
"url": "https://mcp.datalastic.com/mcp"
}
}
}From the project's GitHub README.
Official Model Context Protocol (MCP) server for Datalastic — real-time vessel tracking, port data, marine weather, and maritime intelligence for any MCP-compatible AI client.
The Datalastic MCP server exposes 25 tools across six categories:
The server runs at mcp.datalastic.com — no local installation required.
No API key needed. Just add https://mcp.datalastic.com/mcp as the server URL in your client with no headers or credentials. When you connect, your client will automatically open a browser window to sign in with your Datalastic account. Once you approve, you're connected — the client handles everything else.
To disconnect, use the disconnect option in your MCP client or revoke access from your Datalastic account settings.
Sign up at datalastic.com/pricing and subscribe to a plan. Your API key is delivered by email and visible in your account dashboard.
For clients that support custom request headers in their config file, use the examples in the Client Configuration section below. For Claude Code, use the CLI command instead.
Run this command to add the server with your API key:
claude mcp add --scope user --transport http datalastic https://mcp.datalastic.com/mcp --header "X-Api-Key: YOUR_API_KEY"
For Claude Desktop, use OAuth (sign in with your Datalastic account above) — custom header authentication via config file is not yet supported.
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"datalastic": {
"type": "http",
"url": "https://mcp.datalastic.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}
Edit .vscode/mcp.json in your workspace, or your user-level mcp.json:
{
"servers": {
"datalastic": {
"type": "http",
"url": "https://mcp.datalastic.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}
Edit ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"datalastic": {
"type": "http",
"url": "https://mcp.datalastic.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}
Edit ~/.gemini/settings.json:
{
"mcpServers": {
"datalastic": {
"httpUrl": "https://mcp.datalastic.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}
URL: https://mcp.datalastic.com/mcp
Header: X-Api-Key: YOUR_API_KEY
13 tools are available to all plans. 11 additional tools become available with the Maritime Reports add-on.
| Tool | Description |
|---|---|
get_vessel | Live position, speed, heading, and navigation status for a single vessel |
get_vessel_pro | Like get_vessel plus recognized destination port, ETA, actual departure time, and draught |
get_vessel_info | Static specifications: dimensions, tonnage, cargo capacity, year built, flag, callsign |
find_vessels | Search the registry by name, type, flag, tonnage, or dimensions |
get_vessels_bulk | Live positions for up to 100 vessels in one call |
get_vessel_history | Historical AIS track for a vessel (data available since 2021-08-10) |
Choosing the right vessel tool: start with
get_vesselfor a live position. Useget_vessel_proonly when you need the destination port, ETA, or draught.
| Tool | Description |
|---|---|
find_ports | Search the port registry by name, UN/LOCODE, country, type, or coordinates |
get_port | Full port detail including terminals, operators, addresses, and coordinates |
| Tool | Description |
|---|---|
get_vessels_in_radius | All vessels currently within a radius (max 50 NM) of a point, port, or vessel |
get_weather | Marine weather at any location — current conditions and/or a 7-day forecast |
| Tool | Description |
|---|---|
intel_ownership | Beneficial owner, operator, technical and commercial manager, P&I club |
intel_inspections | Port State Control inspection records — detentions and deficiencies |
intel_casualties | Recorded incidents: groundings, collisions, fires, machinery failures |
intel_drydock | Next dry-dock date, special-survey date, and IOPP certificate expiry |
intel_class | Classification society, principal dimensions, and next survey dates |
intel_engine | Main engine model, builder, propulsion type, and maximum continuous output |
intel_spd | Sale-and-purchase and demolition transactions — buyer, seller, reported price |
intel_companies | Maritime company profiles: owners, operators, managers, and contact details |
sea_route | Schematic sea route and distance in km / NM between two ports or coordinates. For distance estimation and visualization — not for real-world navigation. |
estimated_vessel_position | Estimated current position for vessels out of terrestrial AIS range (open ocean) |
intel_report_request | Submit a full bulk export of any Maritime Reports dataset |
Don't have the add-on? When your plan doesn't include Maritime Reports, the
intel_infotool appears in its place. It describes what the add-on offers and how to enable it. Once you upgrade, the intelligence tools appear automatically in the same session — no reconnect needed.
| Tool | Description |
|---|---|
report_request | Submit an async export: vessel_list, port_list, inradius_history, or request_usage |
report_status | Poll a report job; returns a download URL when complete |
report_list | List your recent report jobs and statuses |
Reports are generated asynchronously and can take minutes. The server returns a
result_urlto download — it never fetches the file itself. Some exports (full vessel list, area history) can be large and consume API credits.
Where is the MSC Oscar right now and what is its destination?
Show me all tankers within 20 nautical miles of Rotterdam.
What is the weather forecast at the Port of Singapore for the next 7 days?
Who is the beneficial owner of IMO 9839179?
Get the Port State Control inspection history for the Ever Given.
What is the sea route distance from Shanghai to Los Angeles?
Find all bulk carriers built after 2018 flagged in the Marshall Islands.
Which vessels does Maersk operate?
Show me all vessels with dry docks scheduled in the next 30 days.
What incidents has this tanker been involved in over the past 5 years?
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.