MCP server providing real-time public transit routing and arrival information for Israel. Combines Google Routes API for transit directions, Google Places API for city detection, GTFS data for accurate stop code matching, and curlbus integration for live bus/train arrival times from Israeli transit operators. Supports Hebrew-localized addresses and times, returns multi-step transit routes with operator names, route numbers, departure/arrival stops, and real-time arrival countdowns.
Planning public transit routes in Israel requires combining various information sources - routes, stops, arrival times, and operators. There is no single tool that connects everything and provides real-time routing with live arrival times in Hebrew.
Clone from GitHub to install
git clone https://github.com/yoni-j/routes-mcp-israel
cd routes-mcp-israel
pip install -r requirements.txt.mcp.json
{
"mcpServers": {
"routes-israel": {
"command": "uv",
"args": [
"run",
"server.py"
],
"cwd": "/path/to/routes-mcp-israel"
}
}
}How do I get by public transit from Tel Aviv Central Station to the Western Wall in Jerusalem?
When does the next bus arrive at the stop on 100 Ibn Gvirol Street, Tel Aviv?
Plan a public transit route from Haifa to Eilat departing tomorrow morning at 8:00
How do I get from Tel Aviv Central Station to Haifa University?
Find a public transit route from Ramat Gan to Jerusalem
When is the next bus from Herzliya to Tel Aviv?
Plan a route from Beer Sheva to Eilat by public transit
Real-time Israeli public transit data from the Ministry of Transport via the Hasadna Open Bus Stride API. Check when your bus arrives, whether it's running late, and track vehicle locations across all Israeli transit operators. Covers every bus line in Israel through SIRI real-time feeds and GTFS static schedule data.
Real-time flight arrivals and departures at Ben Gurion Airport (TLV) from the official Israel Airports Authority data feed. Use when checking flight status, finding flights by airline or destination, or monitoring airport activity. Updated every 15 minutes with bilingual data (Hebrew and English) covering all airlines operating at Ben Gurion.
MCP server for Israel Railways (Rakevet Israel) train schedules and real-time data. Search routes between 68 stations with departure/arrival times, platform numbers, predicted occupancy, transfers, and service disruption alerts directly from rail.co.il. Supports fuzzy station name matching in Hebrew and English.
Know an Israeli MCP server that should be listed here? Submit an MCP