mcp-national-rail
@lucygoodchild
关于 mcp-national-rail
A Model Context Protocol (MCP) server to retrieve train schedules from National Rail
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-national-rail": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@lucygoodchild/mcp-national-rail",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论