Vessel Traffic MCP
NPM · @TOOLS-MCP/VESSEL-TRAFFIC-MCP · SCANNED AUG 7
Read-only MCP server for vessel AIS, ship tracking, schedules, and BYOK maritime providers.
Available components
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. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Known CVEs were checked across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Dependency health was assessed across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 79 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1336 tokens (~95/item across 14 items; 14 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
- Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
- Structured output schemas are declared (29% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @tools-mcp/vessel-traffic-mcp
claude mcp add tools-mcp-vessel-traffic-mcp -- npx -y @tools-mcp/vessel-traffic-mcp
codex mcp add tools-mcp-vessel-traffic-mcp -- npx -y @tools-mcp/vessel-traffic-mcp
{
"$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 mcp add tools-mcp-vessel-traffic-mcp --command npx --arg -y --arg @tools-mcp/vessel-traffic-mcp
mcp_servers:
tools-mcp-vessel-traffic-mcp:
command: "npx"
args: ["-y", "@tools-mcp/vessel-traffic-mcp"] {
"mcpServers": {
"tools-mcp-vessel-traffic-mcp": {
"command": "npx",
"args": [
"-y",
"@tools-mcp/vessel-traffic-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 7 Aug 26 +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.
- 5 Aug 26 +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.
- 4 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +42
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: 100 → unverified ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 31 Jul 26 −6
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 42
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 7 Aug 2026 · Analysed npm/@tools-mcp/[email protected]
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 94 packages
| Packages resolved | 94 |
|---|---|
| Deprecated | 94 |
| Stale | 29 |
| Tree resolution | Partial |
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
carrier_schedule_search Carrier Schedule Search ~196
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | – | – |
No output schema declared.
No examples provided.
credential_profiles Credential Profiles ~31
List BYOK credential profile labels, provider hints, declared field names, and status. Raw keys are never returned.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| notes | array | yes | – |
| profiles | array | yes | – |
| summary | object | yes | – |
No examples provided.
data_sources Data Sources ~25
List available vessel data source adapters, coverage notes, auth mode, and caveats.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| sources | array | yes | – |
| summary | object | yes | – |
No examples provided.
document_vessel_lookup Document Vessel Lookup ~104
Extract vessel signals (name, IMO/MMSI/callsign, voyage, ports, container numbers, dates) from B/L-style text and return ranked candidates.
| Name | Type | Req | Description |
|---|---|---|---|
| coverageHint | string | – | – |
| credentialProfile | object | – | – |
| fallbackPolicy | string | – | – |
| hint | object | – | – |
| limit | integer | – | – |
| oneTimeCredential | object | – | – |
| provider | string | – | – |
| text | string | – | – |
No output schema declared.
No examples provided.
port_calls Port Calls ~109
Return recent port-call events for a vessel by MMSI/IMO or for a UN/LOCODE port. Requires at least one filter.
| Name | Type | Req | Description |
|---|---|---|---|
| coverageHint | string | – | – |
| credentialProfile | object | – | – |
| fallbackPolicy | string | – | – |
| imo | string | – | – |
| limit | integer | – | – |
| mmsi | string | – | – |
| oneTimeCredential | object | – | – |
| portUnlocode | string | – | – |
| provider | string | – | – |
No output schema declared.
No examples provided.
provider_onboarding Provider Onboarding ~61
Show safe manual signup, API docs, credential env vars, configured status, and validation steps for provider access. Does not create accounts or issue credentials.
| Name | Type | Req | Description |
|---|---|---|---|
| capability | string | – | – |
| implementedOnly | boolean | – | – |
| provider | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| filters | object | yes | – |
| providers | array | yes | – |
| safety | object | yes | – |
| summary | object | yes | – |
No examples provided.
provider_status Provider Status ~27
List configured vessel data providers, auth state, feature support, quota hints, and caveats.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| providers | array | yes | – |
| summary | object | yes | – |
No examples provided.
schedule_delay_predict Schedule Delay Predict ~96
Compare planned carrier schedule timestamps with estimated/actual timestamps and return an on-time, at-risk, delayed, or unknown heuristic.
| Name | Type | Req | Description |
|---|---|---|---|
| actualArrivalAt | string | – | – |
| actualDepartureAt | string | – | – |
| currentPositionObservedAt | string | – | – |
| estimatedArrivalAt | string | – | – |
| now | string | – | – |
| plannedArrivalAt | string | – | – |
| plannedDepartureAt | string | – | – |
No output schema declared.
No examples provided.
vessel_area Vessel Area ~91
Return latest known positions for vessels inside a bounding box (latMin<=latMax, lonMin<=lonMax) with provider source metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| boundingBox | object | – | – |
| coverageHint | string | – | – |
| credentialProfile | object | – | – |
| fallbackPolicy | string | – | – |
| limit | integer | – | – |
| oneTimeCredential | object | – | – |
| provider | string | – | – |
No output schema declared.
No examples provided.
vessel_name_resolve Vessel Name Resolve ~146
Resolve a messy vessel name (e.g. from B/L text) to ranked MMSI/IMO candidates with matched/missing signals and confidence.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | – | – |
No output schema declared.
No examples provided.
vessel_position Vessel Position ~90
Return the latest known position for a vessel by MMSI or IMO with source, retrievedAt, observedAt, and freshness metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| coverageHint | string | – | – |
| credentialProfile | object | – | – |
| fallbackPolicy | string | – | – |
| imo | string | – | – |
| mmsi | string | – | – |
| oneTimeCredential | object | – | – |
| provider | string | – | – |
No output schema declared.
No examples provided.
vessel_schedule Vessel Schedule ~140
Return scheduled carrier port calls for a vessel by MMSI, IMO, vessel name, voyage number, or carrier SCAC with source metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | – | – |
No output schema declared.
No examples provided.
vessel_search Vessel Search ~114
Search vessels by MMSI, IMO, name, or callsign. Requires at least one identifier; returns normalized identities with provider source metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| callsign | string | – | – |
| coverageHint | string | – | – |
| credentialProfile | object | – | – |
| fallbackPolicy | string | – | – |
| imo | string | – | – |
| limit | integer | – | – |
| mmsi | string | – | – |
| name | string | – | – |
| oneTimeCredential | object | – | – |
| provider | string | – | – |
No output schema declared.
No examples provided.
vessel_track Vessel Track ~106
Return the recent track points for a vessel by MMSI or IMO, optionally bounded by ISO-8601 windowStart/windowEnd.
| Name | Type | Req | Description |
|---|---|---|---|
| coverageHint | string | – | – |
| credentialProfile | object | – | – |
| fallbackPolicy | string | – | – |
| imo | string | – | – |
| mmsi | string | – | – |
| oneTimeCredential | object | – | – |
| provider | string | – | – |
| windowEnd | string | – | – |
| windowStart | string | – | – |
No output schema declared.
No examples provided.