dbrail_locations

Pack: db-rail · Endpoint: https://gateway.pipeworx.io/db-rail/mcp

Search Deutsche Bahn / EU rail stops, stations, addresses and POIs by name (e.g. “Berlin Hbf”, “München”). Returns matches with a stop id you can pass to dbrail_departures, dbrail_arrivals, or dbrail_journeys. Use this first to resolve a station name into an id. Keyless.

Parameters

NameTypeRequiredDescription
querystringyesSearch term, e.g. “Berlin Hbf” or “Hamburg”.
resultsnumbernoMax results to return (default 10, max 25).
poibooleannoInclude points of interest in results (default false).
addressesbooleannoInclude street addresses in results (default false).

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_locations","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