Ais Coverage Check
ais_coverage_checkDoes live AIS tracking actually work at this location? Listens at a point and reports whether any community receiver covers it, so you can tell the difference between "no ships here" and "no receivers here" before trusting a zero. Use this whenever a vessel search comes back empty, and always before treating an empty result as evidence that shipping has stopped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _apiKey | No | aisstream.io API key (free at aisstream.io) | |
| latitude | Yes | Latitude to test | |
| longitude | Yes | Longitude to test | |
| radius_km | No | Radius to test around the point in km (default 150) | |
| window_seconds | No | How long to listen, 3-25 seconds (default 15) |