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

mcp-digitraffic-ais

Ver en GitHub

Digitraffic AIS MCP — live vessel positions in Finnish and Baltic Sea waters.

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-digitraffic-ais
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-digitraffic-ais": {
      "command": "node",
      "args": ["/path/to/mcp-digitraffic-ais/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-digitraffic-ais and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# @pipeworx/digitraffic-ais

Live vessel positions in Finnish and Baltic waters, from Fintraffic's AIS receivers. Keyless.

## Tools

- `ais_vessels_near(...)` — vessels within a radius of a point, with position, speed, course, navigational status and type.
- `ais_area_count(...)` — how many vessels are in an area, broken down by ship type.
- `ais_vessel(...)` — latest position and voyage details for one vessel by MMSI.

## Auth

None.

## Coverage

**Regional, not worldwide.** Fintraffic's receivers cover Finland and the surrounding Baltic — Gulf of Finland, Gulf of Bothnia, Archipelago Sea, Åland — with fringe reception toward Estonia and Sweden. Every tool description says so, because a worldwide vessel question routed here would return a confidently empty answer. For coverage beyond the Baltic use `live_ships_in_area` (`vessel-tracking`), which reaches wherever community receivers exist.

### Gotcha worth knowing

The API **requires** `Accept-Encoding: gzip` — requesting identity encoding returns HTTP 406. The pack also sniffs the gzip magic bytes (`0x1f 0x8b`) rather than trusting the `Content-Encoding` header, because Node/undici transparently decompresses while leaving the header in place, and double-decompressing throws `Z_DATA_ERROR`.

## Data sources

- `https://meri.digitraffic.fi/api/ais/v1/locations`
- `https://meri.digitraffic.fi/api/ais/v1/vessels`

## Quick Start

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

```json
{
  "mcpServers": {
    "digitraffic-ais": {
      "url": "https://gateway.pipeworx.io/digitraffic-ais/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 Digitraffic Ais 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
digitraffic-aismcpmcp-servermodel-context-protocolpipeworx

Lo que la gente pregunta sobre mcp-digitraffic-ais

¿Qué es pipeworx-io/mcp-digitraffic-ais?

+

pipeworx-io/mcp-digitraffic-ais es mcp servers para el ecosistema de Claude AI. Digitraffic AIS MCP — live vessel positions in Finnish and Baltic Sea waters. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala mcp-digitraffic-ais?

+

Puedes instalar mcp-digitraffic-ais clonando el repositorio (https://github.com/pipeworx-io/mcp-digitraffic-ais) 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-digitraffic-ais?

+

pipeworx-io/mcp-digitraffic-ais 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-digitraffic-ais?

+

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

¿Hay alternativas a mcp-digitraffic-ais?

+

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

Despliega mcp-digitraffic-ais 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-digitraffic-ais
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pipeworx-io-mcp-digitraffic-ais)](https://claudewave.com/repo/pipeworx-io-mcp-digitraffic-ais)
<a href="https://claudewave.com/repo/pipeworx-io-mcp-digitraffic-ais"><img src="https://claudewave.com/api/badge/pipeworx-io-mcp-digitraffic-ais" alt="Featured on ClaudeWave: pipeworx-io/mcp-digitraffic-ais" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp-digitraffic-ais