Datalastic MCP Server
Enables real-time vessel tracking, port data, maritime weather, and maritime intelligence through 25 tools, allowing AI clients to query live vessel positions, registry, port info, area searches, weather, and more.
README
Datalastic MCP Server
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.
Overview
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
The server runs at mcp.datalastic.com — no local installation required.
Getting Started
Sign in with your Datalastic account
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.
API key
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.
Client Configuration
Claude Code
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.
Cursor
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"datalastic": {
"type": "http",
"url": "https://mcp.datalastic.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}
VS Code (GitHub Copilot)
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"
}
}
}
}
Windsurf
Edit ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"datalastic": {
"type": "http",
"url": "https://mcp.datalastic.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}
Gemini CLI
Edit ~/.gemini/settings.json:
{
"mcpServers": {
"datalastic": {
"httpUrl": "https://mcp.datalastic.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}
Any Streamable HTTP client
URL: https://mcp.datalastic.com/mcp
Header: X-Api-Key: YOUR_API_KEY
Tools
All 25 tools are always listed in your client. The Maritime Intelligence tools require the Maritime Reports add-on; everything else is available on every plan.
Vessel Tracking
get_vessel- Live position, speed, heading, and navigation status for a single vesselget_vessel_pro- Likeget_vesselplus recognized destination port, ETA, actual departure time, and draughtget_vessel_info- Static specifications: dimensions, tonnage, cargo capacity, year built, flag, callsignfind_vessels- Search the registry by name, type, flag, tonnage, or dimensionsget_vessels_bulk- Live positions for up to 100 vessels in one callget_vessel_history- Historical AIS track for a vessel (data available since 2021-08-10)get_vessels_in_radius- All vessels currently within a radius (max 50 NM) of a point, port, or vessel
Choosing the right vessel tool: start with
get_vesselfor a live position. Useget_vessel_proonly when you need the destination port, ETA, or draught.
Ports
find_ports- Search the port registry by name, UN/LOCODE, country, type, or coordinatesget_port- Full port detail including terminals, operators, addresses, and coordinates
Maritime Weather
get_weather- One complete weather picture: marine conditions (waves, swell, currents, sea surface temperature) merged with atmospheric conditions (wind, temperature, visibility, pressure). Works at fixed coordinates, at a port, or around a vessel, resolving to the ship's last known position. Returns current conditions plus 7-day daily and hourly forecasts
Maritime Intelligence (Maritime Reports add-on)
intel_ownership- Beneficial owner, operator, technical and commercial manager, P&I clubintel_inspections- Port State Control inspection records — detentions and deficienciesintel_casualties- Recorded incidents: groundings, collisions, fires, machinery failuresintel_drydock- Next dry-dock date, special-survey date, and IOPP certificate expiryintel_class- Classification society, principal dimensions, and next survey datesintel_engine- Main engine model, builder, propulsion type, and maximum continuous outputintel_spd- Sale-and-purchase and demolition transactions — buyer, seller, reported priceintel_companies- Maritime company profiles: owners, operators, managers, and contact detailssea_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 datasetintel_info- Your Maritime Reports add-on status, what the add-on includes, and how to enable it (available on all plans)
Don't have the add-on? Calling a Maritime Intelligence tool without the Maritime Reports add-on returns a message explaining that the add-on is required —
intel_infoshows your status and how to enable it. Upgrades take effect immediately in the same session, no reconnect needed.
Bulk Reports (async)
report_request- Submit an async export:vessel_list,port_list,inradius_history, orrequest_usagereport_status- Poll a report job; returns a download URL when completereport_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. Download links are signed URLs valid for 6 hours; checking the report status again issues a fresh link at any time, free, without regenerating the export. Some exports (full vessel list, area history) can be large and consume API credits.
Example Prompts
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?
What are the wave and wind conditions around the Ever Given right now?
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?
Links
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。