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

mcp-digitraffic-ais

View on GitHub

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

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated 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.
Use cases

MCP Servers overview

# @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

What people ask about mcp-digitraffic-ais

What is pipeworx-io/mcp-digitraffic-ais?

+

pipeworx-io/mcp-digitraffic-ais is mcp servers for the Claude AI ecosystem. Digitraffic AIS MCP — live vessel positions in Finnish and Baltic Sea waters. It has 0 GitHub stars and was last updated today.

How do I install mcp-digitraffic-ais?

+

You can install mcp-digitraffic-ais by cloning the repository (https://github.com/pipeworx-io/mcp-digitraffic-ais) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is pipeworx-io/mcp-digitraffic-ais safe to use?

+

pipeworx-io/mcp-digitraffic-ais has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains pipeworx-io/mcp-digitraffic-ais?

+

pipeworx-io/mcp-digitraffic-ais is maintained by pipeworx-io. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to mcp-digitraffic-ais?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-digitraffic-ais to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers

mcp-digitraffic-ais alternatives