mcp-national-rail logo

mcp-national-railEin Model Context Protocol (MCP)-Server zum Abrufen von Zugfahrplänen der National Rail

(0)
Daniel NikulshynGeprüft von Daniel Nikulshyn·Aktualisiert Juli 2026

Übersicht

mcp-national-rail ist ein Model Context Protocol (MCP)-Server, der es KI-Agenten ermöglicht, Fahrplandaten zu National Rail-Zügen mithilfe der Realtime Trains API abzurufen. Er bietet Tools zum Abrufen von Live-Abfahrten und -Ankünften sowie von geplanten Abfahrten und Ankünften nach Datum. Das Projekt ist in TypeScript implementiert und erfordert ein Realtime Trains API-Konto zur Authentifizierung. Der Server kann manuell oder über Smithery für die Verwendung mit Claude Desktop installiert werden. Nach Einrichtung kann der MCP-Server konfiguriert werden, um KI-Agenten Zugfahrplandaten bereitzustellen.

Hauptfunktionen

  • get_live_departures
  • get_live_arrivals
  • get_departures_by_date
  • get_arrivals_by_date
  • MCP server integration

Preise

Modell
Free
Kategorie
MCP-Server
Bewertung
Noch keine Bewertungen

Anwendungsfälle

Zugfahrplanabruf

Ein KI-Agent nutzt den MCP-Server, um Live-Abfahrten für eine bestimmte Station abzurufen.

Geplante Zuginformationen

Ein Nutzer fragt den MCP-Server nach Zugankünften nach Datum und Station.

Pro & Contra

Pro

  • Ermöglicht KI-Agenten den Zugriff auf National Rail-Fahrpläne
  • Unterstützt Live- und geplante Zuginformationen
  • Integriert sich mit der Realtime Trains API

Contra

  • Erfordert ein Realtime Trains API-Konto und Zugangsdaten
  • Benötigt Node.js-Setup und manuelle Konfiguration

Bewertungen

Melde dich an, um eine Bewertung abzugeben.

Noch keine Bewertungen. Sei die/der Erste!

Fragen & Antworten

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

Frage stellen

Alternativen zu MCP-Server