mcp-irail-belgium
Click on "Install 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-national-rail
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/McCullonas/mcp-irail-belgium'
If you have feedback or need assistance with the MCP directory API, please join our Discord server