ais_coverage_check

Pack: vessel-tracking · Endpoint: https://gateway.pipeworx.io/vessel-tracking/mcp

Does live AIS tracking actually work at this location? Listens at a point and reports whether any

Parameters

NameTypeRequiredDescription
latitudenumberyesLatitude to test
longitudenumberyesLongitude to test
radius_kmnumbernoRadius to test around the point in km (default 150)
window_secondsnumbernoHow long to listen, 3-25 seconds (default 15)
_apiKeystringnoaisstream.io API key (free at aisstream.io)

Example call

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

Connect

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

{
  "mcpServers": {
    "vessel-tracking": {
      "url": "https://gateway.pipeworx.io/vessel-tracking/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 29, 2026