Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Ns Railways

БесплатноНе проверен

MCP server for querying Dutch railway data via the NS API, with planned tools for station search, departures, trip planning, and disruptions.

GitHubEmbed

Описание

MCP server for querying Dutch railway data via the NS API, with planned tools for station search, departures, trip planning, and disruptions.

README

MCP server for Dutch railway queries via the NS API. Covers NS intercity, Sprinter, and international train services.

Status: Work in Progress — Server scaffolding is in place. Tools are not yet implemented.


Prerequisites

  • Bun runtime (curl -fsSL https://bun.sh/install | bash)
  • An NS API key — free registration required

Planned Tools

  • ns_search_stations — Search Dutch railway stations by name
  • ns_get_departures — Get departures from a station with live delay info
  • ns_get_trips — Plan journeys between two Dutch stations
  • ns_get_disruptions — Get current disruptions and maintenance works

Data Source

The NS Developer Portal provides access to NS timetable, real-time, and disruption data. Free registration gives access to the Reisinformatie API.


Install

git clone [email protected]:McCullonas/mcp-ns-railways.git
cd mcp-ns-railways
bun install

MCP Client Configuration (once implemented)

{
  "mcpServers": {
    "ns-railways": {
      "command": "bun",
      "args": ["run", "/path/to/mcp-ns-railways/src/index.ts"],
      "env": {
        "NS_API_KEY": "your-key-here"
      }
    }
  }
}

Licence

MIT

from github.com/McCullonas/mcp-ns-railways

Установка Ns Railways

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/McCullonas/mcp-ns-railways

FAQ

Ns Railways MCP бесплатный?

Да, Ns Railways MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Ns Railways?

Нет, Ns Railways работает без API-ключей и переменных окружения.

Ns Railways — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Ns Railways в Claude Desktop, Claude Code или Cursor?

Открой Ns Railways на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Ns Railways with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development