MCP.so
Sign In

mcp-national-rail

@lucygoodchild

About mcp-national-rail

A Model Context Protocol (MCP) server to retrieve train schedules from National Rail

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

lucygoodchild

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-national-rail": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@lucygoodchild/mcp-national-rail",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mcp-national-rail?

mcp-national-rail is a Model Context Protocol (MCP) server that allows AI agents to retrieve train schedules from National Rail using the Realtime Trains API. It provides tools for live departures, live arrivals, departures by date, and arrivals by date.

How to use mcp-national-rail?

Install via Smithery or manually for Claude Desktop. Manual installation requires Node.js, cloning the repository, running npm install, npm build, and npm start, then adding the server to the MCP client configuration with environment variables for your Realtime Trains API username and password.

Key features of mcp-national-rail

  • Retrieve live train departures and arrivals.
  • Retrieve departures and arrivals by date.
  • Integrates with National Rail via the Realtime Trains API.
  • Simple installation via Smithery or manual setup.
  • Built on the Model Context Protocol for AI agents.

Use cases of mcp-national-rail

  • Ask an AI assistant for live departure times from a specific station.
  • Get arrival times for a given train service and date.
  • Check historical schedules for a specific date.
  • Combine with other MCP tools to plan multi‑leg journeys.

FAQ from mcp-national-rail

What is the purpose of mcp-national-rail?

It is an MCP server that enables AI agents to query National Rail train schedules in real time, using the Realtime Trains API.

What API credentials are required?

You need a Realtime Trains API account (free to create at api.rtt.io) and must provide the API username and password as environment variables.

What are the runtime dependencies?

The server requires Node.js to build and run. No other runtime dependencies are mentioned.

How do I configure the credentials?

Set the environment variables RTT_API_USERNAME and RTT_API_PASSWORD in your MCP client configuration file (e.g., claude_desktop_config.json for Claude Desktop).

Is mcp-national-rail compatible with other MCP clients?

The README provides configuration examples for Claude Desktop, but as an MCP server it can be used with any MCP client that supports stdio transport.

Comments

More Other MCP servers