HomeOther › Vessel Traffic MCP

Vessel Traffic MCP

Read-only MCP server for vessel AIS, ship tracking, schedules, and BYOK maritime providers.

TypeScript CloudLocal macOSWindowsLinux
★ 6 stars Last pushed 2026-09-22 License: MIT

Topics: Location Services

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.0)

npx -y @tools-mcp/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "vessel-traffic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tools-mcp/[email protected]"
      ],
      "env": {
        "VESSEL_MCP_TRANSPORT": "<YOUR_VALUE>",
        "VESSEL_MCP_ENABLE_PUBLIC_PROVIDERS": "<YOUR_VALUE>"
      }
    }
  }
}
  • VESSEL_MCP_TRANSPORT — Run the package as a local stdio MCP server.
  • VESSEL_MCP_ENABLE_PUBLIC_PROVIDERS — Optional comma-separated public providers to enable at runtime.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry