Vessel tracking for 750,000+ ships, with ownership, inspections, port records, routes, and more.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"datalastic": {
"url": "https://mcp.datalastic.com/mcp",
"type": "http",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP Server for GCP environment for interacting with various Observability APIs.
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
MCP server for Dynatrace Managed to access logs, events, and metrics.
MCP Security Weekly
Get CVE alerts and security updates for com.datalastic/vessel-tracking and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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 registr |