OeBB (Austrian Railways) train data: stations, departures, connections, service alerts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by OeBB (Austrian Railways).
search_stationSearch OeBB stations by name. Returns matching stations with IDs, coordinates, and types.
station_boardFetch live departures or arrivals at a station. Provide either `station_id` or `station_name`.
trip_searchSearch train connections between two stations. Supports time planning and direct-only filtering.
service_alertsFetch current OeBB service alerts and disruptions.
MCP server for OeBB (Austrian Federal Railways) train data. Query Austrian train stations, departures, connections, and service alerts directly from LLMs via the Model Context Protocol.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
search_stationSearch OeBB stations by name. Returns matching stations with IDs, coordinates, and types.
| Parameter | Type | Default | Description |
|---|---|---|---|
query | string | required | Station name (e.g. "Wien Hbf") |
max_results | int | 10 | Maximum results |
station_boardFetch live departures or arrivals at a station. Provide either station_id or station_name.
| Parameter | Type | Default | Description |
|---|---|---|---|
station_id | string | β | OeBB station ID (e.g. "1190100") |
station_name | string | β | Station name (auto-resolved) |
board_type | string | "DEP" | "DEP" for departures, "ARR" for arrivals |
max_journeys | int | 10 | Maximum journeys |
trip_searchSearch train connections between two stations. Supports time planning and direct-only filtering.
| Parameter | Type | Default | Description |
|---|---|---|---|
from_station_id | string | β | Departure station ID |
from_station_name | string | β | Departure station name |
to_station_id | string | β | Arrival station ID |
to_station_name | string | β | Arrival station name |
max_connections | int | 5 | Maximum connections |
time | string | now | ISO 8601 time (e.g. "2026-04-15T08:00:00") |
time_mode | string | "departure" | "departure" or "arrival" |
direct_only | bool | false | Only direct connections |
service_alertsFetch current OeBB service alerts and disruptions.
| Parameter | Type | Default | Description |
|---|---|---|---|
max_alerts | int | 20 | Maximum alerts |
product_filter | int | 65535 | Product bitmask (1=ICE/RJX, 2=IC/EC, 4=NJ, 8=D/EN, 16=REX/R, 32=S-Bahn, 64=Bus, 128=Ferry, 256=U-Bahn, 512=Tram, 4096=private operators like Westbahn/RegioJet, 65535=all) |
MIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/oebb-austrian-railways)<a href="https://allmcps.com/mcp/oebb-austrian-railways"><img src="https://allmcps.com/api/badge/oebb-austrian-railways?style=directory" alt="OeBB (Austrian Railways) on AllMCPs" /></a>