Luxembourg Train & Bus Schedules
Connect real-time CFL train and bus data to Claude Desktop. Get live departures, search stops, and plan journeys using the official Transport for Luxembourg API.
Real-Time Departures
Get live departure times, platform information, and delay notifications for all Luxembourg trains and buses.
Location-Based Search
Find nearby train and bus stops using GPS coordinates. Perfect for on-the-go travel planning.
Line Information
Access complete route information for all CFL train lines and public bus routes across Luxembourg.
Installation
Claude Desktop Configuration
{
"mcpServers": {
"luxembourg-trains": {
"url": "https://yet.lu/api/mcp/trains",
"transport": "streamable-http"
}
}
}Config File Locations:
- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%\Claude\claude_desktop_config.json
Available Tools
get_train_departures
Get real-time departures from a Luxembourg train or bus stop
Parameters:
stop_idstringrequiredStop ID (e.g., "200405031" for Luxembourg Gare Centrale)
limitnumberMaximum number of departures to return (default: 10)
search_stops_nearby
Find train and bus stops near a location in Luxembourg
Parameters:
longitudenumberrequiredLongitude coordinate (e.g., 6.1319 for Luxembourg City)
latitudenumberrequiredLatitude coordinate (e.g., 49.6116 for Luxembourg City)
radiusnumberSearch radius in meters (default: 500)
get_all_lines
Get a list of all train and bus lines in Luxembourg
get_line_route
Get the route information for a specific train or bus line
Parameters:
line_idstringrequiredLine ID (e.g., "10" for Line 10)
get_common_stops
Get a list of commonly used train and bus stops with their IDs
Common Stop IDs
Use these stop IDs to query departures from popular Luxembourg stations:
200405031200405004200401019Use the get_common_stops tool to get the full list.
Usage Examples
In Claude Desktop
Example prompts:
- "When is the next train from Luxembourg Gare Centrale?"
- "Find bus stops near coordinates 49.6116, 6.1319"
- "Show me all CFL train lines"
- "Get departures from stop 200405031"
- "What are the common train stations in Luxembourg?"
Use Cases
- Check real-time train schedules and delays
- Find nearby public transport when traveling
- Plan commutes and journeys across Luxembourg
- Monitor platform changes and service disruptions
Ready to Get Started?
Install the Luxembourg Train & Bus MCP server and access real-time public transport data instantly.