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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Search term, e.g. “Berlin Hbf” or “Hamburg”. |
results | number | no | Max results to return (default 10, max 25). |
poi | boolean | no | Include points of interest in results (default false). |
addresses | boolean | no | Include 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.