irail_liveboard

Pack: irail · Endpoint: https://gateway.pipeworx.io/irail/mcp

Live departures board at a Belgian train station — Belgian train times SNCB NMBS. Brussels Antwerp Ghent departures with train number, destination, scheduled time, delay in minutes, platform, and canceled flag. Set type to “arrival” for the arrivals board. Station names accept English exonyms and fuzzy input (“Brussels-South”, “Antwerp-Central”, “Liège-Guillemins”). Example: irail_liveboard({ station: “Brussels-South” })

Parameters

NameTypeRequiredDescription
stationstringyesBelgian station name, e.g. “Brussels-South”, “Antwerp-Central”, “Ghent-Sint-Pieters”, “Leuven”, “Bruges”
typestringnoBoard type: “departure” (default) or “arrival”
limitnumbernoMax entries to return, 1-50 (default 15)

Example call

curl -X POST https://gateway.pipeworx.io/irail/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"irail_liveboard","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "irail": {
      "url": "https://gateway.pipeworx.io/irail/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 21, 2026