Belgian Train Schedule
@hansf
About Belgian Train Schedule
> **Disclaimer:** This project was vibe coded and is **not affiliated with or supported by [iRail vzw](https://hello.irail.be)**. Train data may be inaccurate or outdated. Always verify with official sources ([belgiantrain.be](https://www.belgiantrain.be) or the NMBS/SNCB app) be
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"irail": {
"command": "uvx",
"args": [
"irail-mcp"
]
}
}
}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 Belgian Train Schedule?
A Model Context Protocol (MCP) server that provides Belgian railway travel information via the iRail API. It is not affiliated with or supported by iRail vzw.
How to use Belgian Train Schedule?
Install with Python 3.11+ and uv, then configure in your MCP client (e.g., Claude Code’s .mcp.json) with command uvx and args ["irail-mcp"]. Use natural language queries to get station searches, live departure/arrival boards, route connections, train details, and network disturbances.
Key features of Belgian Train Schedule
- Search stations by name
- Get live departure and arrival boards for any station
- Plan routes between two stations with optional date/time
- View detailed train information including stops, delays, and platforms
- Fetch current network disruptions and planned maintenance
Use cases of Belgian Train Schedule
- Ask “What trains leave Brussels Central in the next hour?”
- Ask “Find a route from Antwerp to Bruges at 2:30 PM tomorrow.”
- Ask “Are there any disruptions on the Belgian rail network?”
- Ask “Show me details for train IC2240.”
FAQ from Belgian Train Schedule
What are the runtime requirements?
Python 3.11+ and the uv package manager are required. Install dependencies via uv pip install -e ..
Is this server officially supported by iRail?
No. This project is not affiliated with or supported by iRail vzw. Train data may be inaccurate or outdated.
How accurate is the train data?
Data comes from the iRail API and may be inaccurate or outdated. Always verify with official sources like belgiantrain.be or the NMBS/SNCB app before making travel decisions.
Are there any rate limits?
Yes, the server enforces a limit
More Productivity MCP servers
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
Desktop Commander
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
MCPControl
CheffromspaceMCP server for Windows OS automation
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
Swift MCP GUI Server
NakaokaReiMCP server that can execute commands such as keyboard input and mouse movement on macOS
Comments