Odel
searoute ts

searoute ts

Local
@mayurrawte8JavaScriptMITUpdated 5 days ago

Real shortest sea routes between ports: distance, canals/straits, GeoJSON. UN/LOCODE aware.

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

npm@searoute-ts/mcpv0.1.1

Run

npx -y @searoute-ts/mcp

MCP client config

{
  "mcpServers": {
    "searoute-ts": {
      "command": "npx",
      "args": [
        "-y",
        "@searoute-ts/mcp"
      ]
    }
  }
}