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
| Name | Type | Required | Description |
|---|---|---|---|
latitude | number | yes | Latitude to test |
longitude | number | yes | Longitude to test |
radius_km | number | no | Radius to test around the point in km (default 150) |
window_seconds | number | no | How long to listen, 3-25 seconds (default 15) |
_apiKey | string | no | aisstream.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.