datalastic_vessels_in_radius
ActiveTool of Datalastic
Find vessels within <radius> nm of a lat/lon — live AIS positions of all ships near a point. Returns each ship's name, IMO, MMSI, position, speed, course, destination and type. Example: datalastic_vessels_in_radius({ lat: 51.95, lon: 1.28, radius: 20, _apiKey: "your-key" })
Parameters schema
{
"type": "object",
"required": [
"lat",
"lon",
"radius",
"_apiKey"
],
"properties": {
"lat": {
"type": "number",
"description": "Center latitude in decimal degrees, e.g. 51.95"
},
"lon": {
"type": "number",
"description": "Center longitude in decimal degrees, e.g. 1.28"
},
"radius": {
"type": "number",
"description": "Search radius in nautical miles, e.g. 20"
},
"_apiKey": {
"type": "string",
"description": "Datalastic API key (get one with a trial at datalastic.com)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Datalastic
https://github.com/pipeworx-io/mcp-datalastic
1/7 registries