datalastic_vessel

Pack: datalastic · Endpoint: https://gateway.pipeworx.io/datalastic/mcp

Where is ship <imo/mmsi> — live AIS position + destination for a single vessel. Locate a ship by its IMO number, MMSI, or Datalastic UUID; returns current lat/lon, speed, course, heading, destination and navigation status. Example: datalastic_vessel({ imo: “9302947”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
imostringnoVessel IMO number, e.g. “9302947” (provide at least one of imo/mmsi/uuid)
mmsistringnoVessel MMSI number, e.g. “477995900” (provide at least one of imo/mmsi/uuid)
uuidstringnoDatalastic vessel UUID (provide at least one of imo/mmsi/uuid)
_apiKeystringyesDatalastic API key (get one with a trial at datalastic.com)

Example call

curl -X POST https://gateway.pipeworx.io/datalastic/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"datalastic_vessel","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "datalastic": {
      "url": "https://gateway.pipeworx.io/datalastic/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026