You're viewing a demo portfolio

Join the waitlist
PRSM

datalastic_vessels_in_radius

Active

Tool of Datalastic

declared in 0.1.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Datalastic

https://github.com/pipeworx-io/mcp-datalastic

1/7 registries
View full server →
datalastic_vessels_in_radius — Datalastic — PRSM MCP