@pipeworx/digitraffic-ais
Connect: https://gateway.pipeworx.io/digitraffic-ais/mcp · Install: one-click buttons
Tools: 3
Live vessel positions in Finnish and Baltic waters, from Fintraffic’s AIS receivers. Keyless.
Tools
ais_vessels_near(...)— vessels within a radius of a point, with position, speed, course, navigational status and type.ais_area_count(...)— how many vessels are in an area, broken down by ship type.ais_vessel(...)— latest position and voyage details for one vessel by MMSI.
Auth
None.
Coverage
Regional, not worldwide. Fintraffic’s receivers cover Finland and the surrounding Baltic — Gulf of Finland, Gulf of Bothnia, Archipelago Sea, Åland — with fringe reception toward Estonia and Sweden. Every tool description says so, because a worldwide vessel question routed here would return a confidently empty answer. For coverage beyond the Baltic use live_ships_in_area (vessel-tracking), which reaches wherever community receivers exist.
Gotcha worth knowing
The API requires Accept-Encoding: gzip — requesting identity encoding returns HTTP 406. The pack also sniffs the gzip magic bytes (0x1f 0x8b) rather than trusting the Content-Encoding header, because Node/undici transparently decompresses while leaving the header in place, and double-decompressing throws Z_DATA_ERROR.
Data sources
https://meri.digitraffic.fi/api/ais/v1/locationshttps://meri.digitraffic.fi/api/ais/v1/vessels
Tools
- ais_vessels_near — Live vessel positions near a point: which ships are in the water around a location right now, from AIS vessel tracking. Returns per ship the MMSI, vessel name, ship type (cargo, tanker, passenger ferr
- ais_area_count — Count how many ships are in an area right now, broken down by ship-type category and by whether they are moving or stationary. Answers “how many vessels are in this area”, “how many tankers are in the
- ais_vessel — Look up one specific ship by its MMSI number and get its registered details plus its latest AIS position. Returns name, call sign, IMO number, ship type, length and beam, draught, reported destination
Tools
-
ais_area_count— Count how many ships are in an area right now, broken down by ship-type category and by whether they are moving or stationary. Answers how many vessels are in this area , how many tankers are in the G -
ais_vessel— Look up one specific ship by its MMSI number and get its registered details plus its latest AIS position. Returns name, call sign, IMO number, ship type, length and beam, draught, reported destination -
ais_vessels_near— Live vessel positions near a point: which ships are in the water around a location right now, from AIS vessel tracking. Returns per ship the MMSI, vessel name, ship type (cargo, tanker, passenger ferr