dbrail_arrivals
Pack: db-rail · Endpoint: https://gateway.pipeworx.io/db-rail/mcp
Real-time arrivals board for a Deutsche Bahn / EU rail stop by its stop id (get the id from dbrail_locations). Returns upcoming arrivals with line, origin/provenance, scheduled + actual time, delay, and platform. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | Stop id from dbrail_locations, e.g. “8011160” (Berlin Hbf). |
when | string | no | ISO date/time to start the board from (e.g. “2026-07-14T12:00:00”). Defaults to now. |
duration | number | no | Time window in minutes to show arrivals for (default 30). |
results | number | no | Max arrivals to return (max 50). |
Example call
curl -X POST https://gateway.pipeworx.io/db-rail/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dbrail_arrivals","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"db-rail": {
"url": "https://gateway.pipeworx.io/db-rail/mcp"
}
}
}
See Getting Started for client-specific install steps.