datalastic_vessel
ActiveTool of Datalastic
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 schema
{
"type": "object",
"required": [
"_apiKey"
],
"properties": {
"imo": {
"type": "string",
"description": "Vessel IMO number, e.g. \"9302947\" (provide at least one of imo/mmsi/uuid)"
},
"mmsi": {
"type": "string",
"description": "Vessel MMSI number, e.g. \"477995900\" (provide at least one of imo/mmsi/uuid)"
},
"uuid": {
"type": "string",
"description": "Datalastic vessel UUID (provide at least one of imo/mmsi/uuid)"
},
"_apiKey": {
"type": "string",
"description": "Datalastic API key (get one with a trial at datalastic.com)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Datalastic
https://github.com/pipeworx-io/mcp-datalastic
1/7 registries