Odel
vesselapi mcp

vesselapi mcp

Local
@vessel-api1TypeScriptMITUpdated 3w ago

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).

npmvesselapi-mcpv1.0.1

Run

npx -y vesselapi-mcp

MCP client config

{
  "mcpServers": {
    "vesselapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vesselapi-mcp"
      ]
    }
  }
}