Query maritime vessel tracking data via natural language. Search vessels by name/IMO/MMSI, get real-time positions, ETAs, portevents, emissions, inspections, casualty records, and NAVTEX safety messages. Powered by vesselapi.com.
Server Config
{
"mcpServers": {
"vesselapi": {
"command": "npx",
"args": [
"-y",
"vesselapi-mcp"
],
"env": {
"VESSELAPI_API_KEY": "your-api-key"
}
}
}
}