Searoute MCP Server

๐Ÿ—บ๏ธ Try the interactive demo - click two points on a map and see the route, with all options live. (source). It runs locally over stdio via the published package.

People who work with geojson, dijkstra and eurostat and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 ยท โ˜… 9 ยท #214 OF 945 MAINTAINED OTHER ยท VERIFIED 2026-09-18

MIT ยท JavaScript servers ยท how we verify โ†’ /methodology

01 ยท Install Searoute

Claude Code

claude mcp add mayurrawte-searoute-ts -- npx -y @searoute-ts/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop ยท mcpServers

Cursor ยท mcpServers

VS Code ยท servers

Windsurf ยท mcpServers

Zed ยท context_servers

Cline ยท mcpServers

Roo Code ยท mcpServers

Continue ยท mcpServers

LibreChat ยท mcpServers

Gemini CLI ยท mcpServers

Codex CLI ยท mcp_servers

Full setup guides: every client.

02 ยท Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @searoute-ts/mcp - the @searoute-ts scope differs from the repo owner (mayurrawte); confirm it's the project's official package

registry namespace io.github.mayurrawte is GitHub-verified and matches the repo owner

03 ยท What Searoute can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.3.0 ยท 2026-08-20

Added ยท Emissions & ECA/SECA reporting (#12, #22) - opt-in ยท Pass emissions: true to get new route properties: ยท ecaKm / ecaFraction - how much of the route lies inside ECA/SECA emission-control areas (Baltic, Northโ€ฆ

v2.2.0 ยท 2026-07-03

Minor release. Additive - no breaking changes. ยท Added ยท Port-code (UN/LOCODE) input - pass a code string anywhere a point is accepted: seaRoute('CNSHA', 'NLRTM'), mixable with coordinates, across seaRoute /โ€ฆ

v2.1.0 ยท 2026-07-03

Minor release. All additive - no breaking changes. ยท Added ยท antimeridian output option on seaRoute / seaRouteMulti for map-ready output of dateline-crossing routes: 'unwrap' returns one continuous LineString (idealโ€ฆ

04 ยท Who maintains Searoute

searoute is maintained by mayurrawte. It's the only MCP server we track from this author; the repo dates to Jul 2022.

05 ยท Facts

category
other - ranked #214 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-08-20)
registry
io.github.mayurrawte/searoute (active, first published 2026-08-29)
packages
npm:@searoute-ts/mcp

06 ยท Searoute FAQ

What is Searoute?

๐Ÿ—บ๏ธ Try the interactive demo - click two points on a map and see the route, with all options live. (source). It runs locally over stdio via the published package.

Is Searoute still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Searoute?

Run `npx -y @searoute-ts/mcp`. You can also paste the ready-made client config above.

Does Searoute run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 ยท Alternatives to Searoute

More MCP servers to compare ยท Tenkai MCP ยท Legal MCP (alternativa ao Jusbrasil) ยท Mcpcap ยท Meetergo ยท Context Engine

More JavaScript MCP servers ยท Customs ยท MCPfinder - MCP Server Discovery ยท Claude Code Organizer ยท Logoloom ยท Pagecast ยท see all