mcpbeat Sign in

Vessel Traffic MCP Server

by tools-mcp Your server? Claim it
local only

Vessel Traffic MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 24 Aug 2026.

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

Installs per day peak 12 · avg 6 · +28% w/w
a month agotoday
38
Installs / week
npm · @tools-mcp/vessel-traffic-mcp
6
Stars
2 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Vessel Traffic MCP 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 vessel-traffic-mcp -- npx -y @tools-mcp/vessel-traffic-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vessel-traffic-mcp": {
      "args": [
        "-y",
        "@tools-mcp/vessel-traffic-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vessel-traffic-mcp]
command = "npx"
args = ["-y", "@tools-mcp/vessel-traffic-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vessel-traffic-mcp": {
      "args": [
        "-y",
        "@tools-mcp/vessel-traffic-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vessel-traffic-mcp": {
      "args": [
        "-y",
        "@tools-mcp/vessel-traffic-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vessel Traffic MCP

same job, measured the same way
Maritime AIS MCP
by nexlab

Live AIS vessel tracking for the Baltic Sea and Gulf of Finland via Fintraffic's open Digitraffic

answering
Vesselapi MCP
by vessel-api

MCP server for the VesselAPI — maritime vessel tracking, port events, emissions, and navigation data

68 installs/wk local only
C
Holydb MCP
by holydb

Read-only MCP server for HolyDB: find Catholic parish Mass times by location and time.

1 tools answering
Modusop MCP
by jwwd-repos

MCP server for ModusOp — projects, tasks, time tracking, and retainers for AI assistants.

33 installs/wk local only
mcp-server-smartsheet-rm
by christianclaudio

MCP server for Smartsheet Resource Management (10,000ft API) time tracking and scheduling.

788 installs/wk local only
Woocommerce MCP
by wppoland

Read-only MCP server for WordPress + WooCommerce products, orders, sales, and posts.

46 installs/wk local only
ShipSaving
by waka4674

MCP server for ShipSaving — shipping rates, labels, orders, tracking

31 installs/wk local only
TimeToPost
by melmayssonowen

Official TimeToPost MCP server for social post drafting, scheduling, publishing and approval queues.

answering

Vessel Traffic MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vessel Traffic MCP?
Vessel Traffic MCP 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 @tools-mcp/vessel-traffic-mcp was installed 38 times last week.
How do I connect Vessel Traffic MCP?
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 @tools-mcp/vessel-traffic-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vessel Traffic MCP?
The npm package @tools-mcp/vessel-traffic-mcp was installed 38 times in the last week. Week over week that is +28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vessel Traffic MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 6 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.