Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Datalastic Vessel Tracking & Maritime Intelligence
D
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:22:55 PM

Datalastic Vessel Tracking & Maritime Intelligence

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Vessel tracking for 750,000+ ships, with ownership, inspections, port records, routes, and more.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "datalastic-vessel-tracking-maritime-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "datalastic-vessel-tracking-maritime-intelligence"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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.

License: MIT MCP Badge

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:

Terminal
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:

config.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:

config.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:

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:

config.json
{
  "mcpServers": {
    "datalastic": {
      "httpUrl": "https://mcp.datalastic.com/mcp",
      "headers": {
        "X-Api-Key": "YOUR_API_KEY"
      }
    }
  }
}

Any Streamable HTTP client

Code
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 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)
  • 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_vessel for a live position. Use get_vessel_pro only when you need the destination port, ETA, or draught.

Ports

  • 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

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 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
  • intel_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_info shows 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, 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_url to 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

Code
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

  • Datalastic website
  • API documentation
  • Pricing & plans

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • World Monitor logoWorld Monitor

    Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

    πŸ’» Developer Tools1 views
    Compare vs World Monitor β†’
  • M
    Mcp Server

    Data center intelligence: 20,000+ facilities, M&A deals, site scoring, and market analytics.

    πŸ’» Developer Tools0 views
    Compare vs Mcp Server β†’

Frequently Asked Questions about Datalastic Vessel Tracking & Maritime Intelligence

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "datalastic-vessel-tracking-maritime-intelligence": { "command": "npx", "args": ["-y", "Datalastic Vessel Tracking & Maritime Intelligence"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDatalastic Vessel Tracking & Maritime Intelligence AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/datalastic-vessel-tracking-maritime-intelligence?style=directory)](https://allmcps.com/mcp/datalastic-vessel-tracking-maritime-intelligence)
HTML Embed
<a href="https://allmcps.com/mcp/datalastic-vessel-tracking-maritime-intelligence"><img src="https://allmcps.com/api/badge/datalastic-vessel-tracking-maritime-intelligence?style=directory" alt="Datalastic Vessel Tracking & Maritime Intelligence on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Datalastic Vessel Tracking & Maritime Intelligence β†’Install in Claude DesktopInstall in CursorInstall in VS Code