mcpbeat Sign in

Searoute MCP Server

by mayurrawte Your server? Claim it
local only

Searoute runs on your own machine — the client starts it, so there is no endpoint to ping. 171 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 153 · avg 20 · +588% w/w
a month agotoday
171
Installs / week
npm · @searoute-ts/mcp
9
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Searoute every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add searoute -- npx -y @searoute-ts/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "searoute": {
      "args": [
        "-y",
        "@searoute-ts/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.searoute]
command = "npx"
args = ["-y", "@searoute-ts/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "searoute": {
      "args": [
        "-y",
        "@searoute-ts/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "searoute": {
      "args": [
        "-y",
        "@searoute-ts/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Searoute

same job, measured the same way
OpenStreetMap
by ni-c

Geocoding, walking/driving/cycling distances, route optimization, isochrones and POI search on OSM

106 installs/wk local only
Terranode Geospatial API
by terranode-co

Point-in-polygon, nearest feature, spatial join, and distance tools for US geospatial datasets

48 installs/wk local only
Geocoding
by danishashko

Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.

43 installs/wk local only
Boundr
by danielinniss

UK administrative boundary data from OS Boundary Line: name search, point lookup, GeoJSON geometries

7 tools answering
Google Maps
by mcparmory

Geocode addresses, calculate directions, and search places with maps and routing

222 installs/wk local only
Georgia Company Registry Lookup (Reestri)
by sosopkhakadze

Georgia (NAPR) company registry lookup by ID code or name: status, legal form, evidence.

answering
Here
by pipeworx-io

HERE MCP — premium geocoding, places, and TRAFFIC-AWARE routing from HERE

35 tools answering
OP3 MCP Server
by conorbronsdon

OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only.

30 installs/wk local only

Searoute — questions

Answers built from our own checks of this server.

Why is there no uptime for Searoute?
Searoute runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @searoute-ts/mcp was installed 171 times last week.
How do I connect Searoute?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @searoute-ts/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Searoute?
The npm package @searoute-ts/mcp was installed 171 times in the last week. Week over week that is +588%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Searoute open source?
Yes — it is published under the MIT licence, written in JavaScript and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.