irail_disturbances
Pack: irail · Endpoint: https://gateway.pipeworx.io/irail/mcp
Current disturbances, incidents, and planned works on the Belgian rail network (SNCB NMBS Infrabel) — strikes, track works, line closures affecting Belgian train service. Returns title, summary, type (planned or disturbance), link, and last-updated time. Example: irail_disturbances({})
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | no | Max disturbances 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_disturbances","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.