mcp-national-rail logo

mcp-national-railSerwer Model Context Protocol (MCP) do pobierania rozkładów jazdy pociągów z National Rail

(0)
Daniel NikulshynZrecenzowane przez Daniel Nikulshyn·Zaktualizowano lipiec 2026

Przegląd

mcp-national-rail to serwer Model Context Protocol (MCP), który pozwala agentom AI na pobieranie informacji o pociągach National Rail przy użyciu API Realtime Trains. Zapewnia narzędzia do pobierania żywych odjazdów i przyjazdów, a także planowanych odjazdów i przyjazdów według daty. Projekt jest zaimplementowany w TypeScript i wymaga konta API Realtime Trains do uwierzytelniania. Serwer może być zainstalowany ręcznie lub za pomocą Smithery do użytku z Claude Desktop. Po skonfigurowaniu serwer MCP może być skonfigurowany do dostarczania danych o rozkładzie jazdy pociągów do agentów AI.

Kluczowe funkcje

  • get_live_departures
  • get_live_arrivals
  • get_departures_by_date
  • get_arrivals_by_date
  • integracja z serwerem MCP

Cennik

Model
Free
Kategoria
Serwery MCP
Ocena
Brak recenzji

Zastosowania

Pobieranie rozkładu jazdy pociągów

Agent AI używa serwera MCP do pobierania żywych odjazdów dla konkretnej stacji.

Planowane informacje o pociągach

Użyty pyta serwer MCP o przyjazdy pociągów według daty i stacji.

Plusy i minusy

Plusy

  • Umożliwia agentom AI dostęp do rozkładów jazdy pociągów National Rail
  • Obsługuje informacje o pociągach na żywo i planowanych
  • Integruje się z API Realtime Trains

Minusy

  • Wymaga konta i poświadczeń API Realtime Trains
  • Wymaga konfiguracji Node.js i ręcznej konfiguracji

Recenzje

Zaloguj się, aby zostawić recenzję.

Brak recenzji. Bądź pierwszy!

Pytania i odpowiedzi

What are the main limitations or prerequisites for using this tool?

The server requires Node.js and a Realtime Trains API account for authentication. Manual configuration is needed unless using Smithery, and the code is written in TypeScript, so some basic programming knowledge may be helpful for troubleshooting.

Asked by Xavier Costa · Oct 4, 2025

What train schedule data can AI agents fetch with this MCP server?

The server exposes four tools: `get_live_departures`, `get_live_arrivals`, `get_departures_by_date`, and `get_arrivals_by_date`, allowing agents to retrieve both real‑time and scheduled departure and arrival information for National Rail services.

Asked by Dmitri Volkov · Sep 13, 2025

What credentials do I need to use the server?

You must create a Realtime Trains API account at https://api.rtt.io/ and note your API username and password. These should be set as `RTT_API_USERNAME` and `RTT_API_PASSWORD` in either an `.env` file or the Claude config environment block.

Asked by Daniel Schmidt · Aug 11, 2025

How do I install and run mcp-national-rail on my machine?

You can install it automatically with Smithery by running `npx y @smithery/cli install @lucygoodchild/mcp-national-rail-client-claude`. For a manual setup, clone the repo, run `npm install`, then build with `npm run build` and start with `npm run start`. Finally, add the server entry to Claude Desktop’s config JSON with the correct path and your RTT API credentials.

Asked by Lorenzo Bianchi · Jun 14, 2025

Zadaj pytanie

Alternatywy dla Serwery MCP