# Vessel Traffic MCP (npm · @tools-mcp/vessel-traffic-mcp)

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

- Trust score: 66/100 (medium)
- Change this week: +48
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- npm · `@tools-mcp/vessel-traffic-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/tools-mcp-vessel-traffic-mcp/tools-mcp-vessel-traffic-mcp.md), [page](https://verifymcp.io/servers/tools-mcp-vessel-traffic-mcp/tools-mcp-vessel-traffic-mcp)

## Channel facts

- Registry: `npm`
- Package: `@tools-mcp/vessel-traffic-mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-07.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Known CVEs were checked across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Dependency health was assessed across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 79 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1336 tokens (~95/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (29% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add tools-mcp-vessel-traffic-mcp -- npx -y @tools-mcp/vessel-traffic-mcp
```

### Codex

```bash
codex mcp add tools-mcp-vessel-traffic-mcp -- npx -y @tools-mcp/vessel-traffic-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tools-mcp-vessel-traffic-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@tools-mcp/vessel-traffic-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tools-mcp-vessel-traffic-mcp --command npx --arg -y --arg @tools-mcp/vessel-traffic-mcp
```

### Hermes

```yaml
mcp_servers:
  tools-mcp-vessel-traffic-mcp:
    command: "npx"
    args: ["-y", "@tools-mcp/vessel-traffic-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "tools-mcp-vessel-traffic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tools-mcp/vessel-traffic-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-07 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-05 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-04 (score 64, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 60, +42)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 18, −6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 24, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 42)

First indexed and scored.

## MCP tools (14)

### `provider_status` (~27 tokens)

Provider Status

List configured vessel data providers, auth state, feature support, quota hints, and caveats.

Output parameters:

- `providers` (array)
- `summary` (object)

### `data_sources` (~25 tokens)

Data Sources

List available vessel data source adapters, coverage notes, auth mode, and caveats.

Output parameters:

- `sources` (array)
- `summary` (object)

### `credential_profiles` (~31 tokens)

Credential Profiles

List BYOK credential profile labels, provider hints, declared field names, and status. Raw keys are never returned.

Output parameters:

- `notes` (array)
- `profiles` (array)
- `summary` (object)

### `provider_onboarding` (~61 tokens)

Provider Onboarding

Show safe manual signup, API docs, credential env vars, configured status, and validation steps for provider access. Does not create accounts or issue credentials.

Input parameters:

- `capability` (string)
- `implementedOnly` (boolean)
- `provider` (string)

Output parameters:

- `filters` (object)
- `providers` (array)
- `safety` (object)
- `summary` (object)

### `vessel_search` (~114 tokens)

Vessel Search

Search vessels by MMSI, IMO, name, or callsign. Requires at least one identifier; returns normalized identities with provider source metadata.

Input parameters:

- `callsign` (string)
- `coverageHint` (string)
- `credentialProfile` (object)
- `fallbackPolicy` (string)
- `imo` (string)
- `limit` (integer)
- `mmsi` (string)
- `name` (string)
- `oneTimeCredential` (object)
- `provider` (string)

### `vessel_name_resolve` (~146 tokens)

Vessel Name Resolve

Resolve a messy vessel name (e.g. from B/L text) to ranked MMSI/IMO candidates with matched/missing signals and confidence.

Input parameters:

- `callsign` (string)
- `carrier` (string)
- `coverageHint` (string)
- `credentialProfile` (object)
- `dates` (array)
- `fallbackPolicy` (string)
- `imo` (string)
- `limit` (integer)
- `mmsi` (string)
- `name` (string)
- `oneTimeCredential` (object)
- `ports` (array)
- `provider` (string)
- `voyageNumber` (string)

### `document_vessel_lookup` (~104 tokens)

Document Vessel Lookup

Extract vessel signals (name, IMO/MMSI/callsign, voyage, ports, container numbers, dates) from B/L-style text and return ranked candidates.

Input parameters:

- `coverageHint` (string)
- `credentialProfile` (object)
- `fallbackPolicy` (string)
- `hint` (object)
- `limit` (integer)
- `oneTimeCredential` (object)
- `provider` (string)
- `text` (string)

### `vessel_position` (~90 tokens)

Vessel Position

Return the latest known position for a vessel by MMSI or IMO with source, retrievedAt, observedAt, and freshness metadata.

Input parameters:

- `coverageHint` (string)
- `credentialProfile` (object)
- `fallbackPolicy` (string)
- `imo` (string)
- `mmsi` (string)
- `oneTimeCredential` (object)
- `provider` (string)

### `vessel_area` (~91 tokens)

Vessel Area

Return latest known positions for vessels inside a bounding box (latMin<=latMax, lonMin<=lonMax) with provider source metadata.

Input parameters:

- `boundingBox` (object)
- `coverageHint` (string)
- `credentialProfile` (object)
- `fallbackPolicy` (string)
- `limit` (integer)
- `oneTimeCredential` (object)
- `provider` (string)

### `vessel_track` (~106 tokens)

Vessel Track

Return the recent track points for a vessel by MMSI or IMO, optionally bounded by ISO-8601 windowStart/windowEnd.

Input parameters:

- `coverageHint` (string)
- `credentialProfile` (object)
- `fallbackPolicy` (string)
- `imo` (string)
- `mmsi` (string)
- `oneTimeCredential` (object)
- `provider` (string)
- `windowEnd` (string)
- `windowStart` (string)

### `port_calls` (~109 tokens)

Port Calls

Return recent port-call events for a vessel by MMSI/IMO or for a UN/LOCODE port. Requires at least one filter.

Input parameters:

- `coverageHint` (string)
- `credentialProfile` (object)
- `fallbackPolicy` (string)
- `imo` (string)
- `limit` (integer)
- `mmsi` (string)
- `oneTimeCredential` (object)
- `portUnlocode` (string)
- `provider` (string)

### `carrier_schedule_search` (~196 tokens)

Carrier Schedule Search

Search carrier sailing schedules by origin/destination, carrier SCAC/name, cargo type, direct-only flag, and departure/arrival windows. Returns normalized schedules with upstream source metadata.

Input parameters:

- `arrivalDateFrom` (string)
- `arrivalDateTo` (string)
- `cargoType` (string)
- `carrierName` (string)
- `carrierScac` (string)
- `coverageHint` (string)
- `credentialProfile` (object)
- `departureDateFrom` (string)
- `departureDateTo` (string)
- `destinationName` (string)
- `destinationUnlocode` (string)
- `directOnly` (boolean)
- `fallbackPolicy` (string)
- `limit` (integer)
- `oneTimeCredential` (object)
- `originName` (string)
- `originUnlocode` (string)
- `provider` (string)

### `vessel_schedule` (~140 tokens)

Vessel Schedule

Return scheduled carrier port calls for a vessel by MMSI, IMO, vessel name, voyage number, or carrier SCAC with source metadata.

Input parameters:

- `carrierScac` (string)
- `coverageHint` (string)
- `credentialProfile` (object)
- `fallbackPolicy` (string)
- `imo` (string)
- `limit` (integer)
- `mmsi` (string)
- `oneTimeCredential` (object)
- `provider` (string)
- `vesselName` (string)
- `voyageNumber` (string)
- `windowEnd` (string)
- `windowStart` (string)

### `schedule_delay_predict` (~96 tokens)

Schedule Delay Predict

Compare planned carrier schedule timestamps with estimated/actual timestamps and return an on-time, at-risk, delayed, or unknown heuristic.

Input parameters:

- `actualArrivalAt` (string)
- `actualDepartureAt` (string)
- `currentPositionObservedAt` (string)
- `estimatedArrivalAt` (string)
- `now` (string)
- `plannedArrivalAt` (string)
- `plannedDepartureAt` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/tools-mcp-vessel-traffic-mcp/tools-mcp-vessel-traffic-mcp#diagnostics

## Score history

- 2026-08-07: 66
- 2026-08-06: 65
- 2026-08-05: 65
- 2026-08-04: 64
- 2026-08-03: 60
- 2026-08-02: 60
- 2026-08-01: 18
- 2026-07-31: 18
- 2026-07-30: 24
- 2026-07-28: 42
- 2026-07-27: 42

## Links

- npm package: https://www.npmjs.com/package/@tools-mcp/vessel-traffic-mcp
- Socket report: https://socket.dev/npm/package/@tools-mcp/vessel-traffic-mcp
- Repository: https://github.com/tools-mcp/vessel-traffic-mcp
- Changelog RSS feed: https://verifymcp.io/servers/tools-mcp-vessel-traffic-mcp/tools-mcp-vessel-traffic-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/tools-mcp-vessel-traffic-mcp/tools-mcp-vessel-traffic-mcp.json
- HTML version of this page: https://verifymcp.io/servers/tools-mcp-vessel-traffic-mcp/tools-mcp-vessel-traffic-mcp
