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

NameTypeRequiredDescription
idstringyesStop id from dbrail_locations, e.g. “8011160” (Berlin Hbf).
whenstringnoISO date/time to start the board from (e.g. “2026-07-14T12:00:00”). Defaults to now.
durationnumbernoTime window in minutes to show arrivals for (default 30).
resultsnumbernoMax 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.

Regenerated from source · build July 15, 2026