MCP server exposing 1 tool for vesselfinder.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/vesselfinder/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
vesselfinder_vessel — Where is ship <imo/mmsi> — live AIS position, destination, ETA, and particulars. Returns the latest reported position (lat/lon, course, speed, heading, nav status), voyage info (destination, ETA, draught), and vessel particulars (type, flag, gross tonnage, deadweight). Provide either an IMO or an MMSI number. Example: vesselfinder_vessel({ imo: "9074729", _apiKey: "your-key" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/vesselfinder/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io