Skip to main content
ClaudeWave
pipeworx-io avatar
pipeworx-io

mcp-vessel-tracking

Ver en GitHub

Vessel Tracking — live worldwide ship positions from AIS.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/pipeworx-io/mcp-vessel-tracking
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-vessel-tracking": {
      "command": "node",
      "args": ["/path/to/mcp-vessel-tracking/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/pipeworx-io/mcp-vessel-tracking and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# @pipeworx/vessel-tracking

Live worldwide ship positions from AIS radio broadcasts. Platform key (aisstream.io), BYO accepted.

## Tools

- `live_ships_in_area(...)` — vessels broadcasting right now in a bounding box or around a point, with position, speed, course, navigational status, type, destination and IMO, plus a breakdown by vessel type.
- `live_ship_position(...)` — live position for specific vessels by MMSI.
- `ais_coverage_check(...)` — whether any receiver actually covers a location, so a zero can be read correctly.

## Auth

Platform key (`PLATFORM_AISSTREAM_KEY`), or BYO via `_apiKey`. Free, instant signup at https://aisstream.io.

## Coverage — read this before trusting a zero

aisstream is a community network of **terrestrial** receivers, so coverage follows where volunteers run hardware. Verified 2026-07-27 with a 60-second subscription:

| Region | Vessels heard |
|---|---|
| Mediterranean | 221 |
| English Channel | 50 (30s) |
| Strait of Malacca | 24 (30s) |
| **Persian Gulf / Strait of Hormuz** | **0** |
| **Gulf of Oman** | **0** |
| **Red Sea / Bab el-Mandeb** | **0** |

There is **no coverage of the Gulf or Red Sea**. Satellite AIS — the paid product from Spire/ORBCOMM — is what covers open ocean and unreceivered coasts, and this is not that. Asking about Hormuz returns `coverage: "none"` with a redirect to `chokepoint_status`, never a bare `0`.

The count field is named `vessels_observed`, not `vessel_count`, because it measures what was heard in a listening window rather than what is present. Every zero carries a `coverage` verdict of `confirmed`, `none` or `unconfirmed`.

### Sampling caveat

AIS transmit intervals depend on motion: a vessel underway broadcasts every 2-10 seconds, one at anchor roughly every 3 minutes. Short windows therefore under-count stationary ships. `live_ship_position` is **best effort by nature** — a 35s window found 1 of 8 vessels confirmed transmitting moments earlier — so widen `window_seconds` (max 40; beyond that callers time out) or use `vesselfinder_vessel` for a stored last-known position.

## Data sources

- Stream: `wss://stream.aisstream.io/v0/stream`

## Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

```json
{
  "mcpServers": {
    "vessel-tracking": {
      "url": "https://gateway.pipeworx.io/vessel-tracking/mcp"
    }
  }
}
```

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

```json
{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}
```

## Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

```
ask_pipeworx({ question: "your question about Vessel Tracking data" })
```

The gateway picks the right tool and fills the arguments automatically.

## More

- [All tools and guides](https://github.com/pipeworx-io/examples)
- [pipeworx.io](https://pipeworx.io)

## License

MIT
mcpmcp-servermodel-context-protocolpipeworxvessel-tracking

Lo que la gente pregunta sobre mcp-vessel-tracking

¿Qué es pipeworx-io/mcp-vessel-tracking?

+

pipeworx-io/mcp-vessel-tracking es mcp servers para el ecosistema de Claude AI. Vessel Tracking — live worldwide ship positions from AIS. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala mcp-vessel-tracking?

+

Puedes instalar mcp-vessel-tracking clonando el repositorio (https://github.com/pipeworx-io/mcp-vessel-tracking) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar pipeworx-io/mcp-vessel-tracking?

+

pipeworx-io/mcp-vessel-tracking aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene pipeworx-io/mcp-vessel-tracking?

+

pipeworx-io/mcp-vessel-tracking es mantenido por pipeworx-io. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a mcp-vessel-tracking?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp-vessel-tracking en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: pipeworx-io/mcp-vessel-tracking
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pipeworx-io-mcp-vessel-tracking)](https://claudewave.com/repo/pipeworx-io-mcp-vessel-tracking)
<a href="https://claudewave.com/repo/pipeworx-io-mcp-vessel-tracking"><img src="https://claudewave.com/api/badge/pipeworx-io-mcp-vessel-tracking" alt="Featured on ClaudeWave: pipeworx-io/mcp-vessel-tracking" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp-vessel-tracking