mcp-irail-belgium
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-irail-belgiumshow me the next trains from Brussels Central to Ghent"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-irail-belgium
MCP server for Belgian railway queries via the iRail API. Covers SNCB/NMBS train services across Belgium.
Status: Work in Progress — Server scaffolding is in place. Tools are not yet implemented.
Prerequisites
Bun runtime (
curl -fsSL https://bun.sh/install | bash)No API keys needed — iRail is a free open data API
Related MCP server: MCP Trenitalia
Planned Tools
irail_search_stations— Search Belgian railway stations by nameirail_get_liveboard— Get departures/arrivals at a stationirail_get_connections— Plan journeys between two Belgian stationsirail_get_vehicle— Get real-time info about a specific train
Data Source
iRail is a Belgian open-source project providing structured access to SNCB/NMBS timetable and real-time data. Free to use, no registration required.
Install
git clone git@github.com:McCullonas/mcp-irail-belgium.git
cd mcp-irail-belgium
bun installMCP Client Configuration (once implemented)
{
"mcpServers": {
"irail-belgium": {
"command": "bun",
"args": ["run", "/path/to/mcp-irail-belgium/src/index.ts"]
}
}
}Licence
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
iRail MCP — Belgian rail (SNCB/NMBS) real-time via the community iRail API
MCP server for China Railway 12306 ticket availability: schedules and seats by Chinese station name.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Swiss Transport MCP — wraps Transport Open Data API (free, no auth)
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server that enables AI assistants to interact with the Netherlands Railways (NS) API for route planning, pricing, and real-time departure information. It provides tools for searching stations, planning trips with connections, and viewing real-time departure boards.31MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for real-time Italian railway data, enabling natural language queries about train schedules, delays, departures, arrivals, and live tracking via the Viaggiatreno API.6MIT
- AlicenseAqualityCmaintenanceProvides Belgian railway travel information via the iRail API, including station search, live departures/arrivals, route planning, and network disturbances.5MIT
- FlicenseAqualityDmaintenanceMCP server for querying German public transport information, including station search, live departures/arrivals, and journey planning.51-