MCP server for the VesselAPI — maritime vessel tracking, port events, emissions, and navigation data
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y vesselapi-mcp
MCP client config
{
"mcpServers": {
"vesselapi-mcp": {
"command": "npx",
"args": [
"-y",
"vesselapi-mcp"
]
}
}
}