Buses across Russia: routes, prices, departure times, stations, transfers, price-per-km index
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for intercity bus travel across Russia β routes, partner prices, departure times, bus stations, transfers, road distances and a priceβperβkm index. 1 000+ cities, 4 500+ routes with tickets on sale.
Remote endpoint (no auth): https://rossbus.ru/mcp β Streamable HTTP.
Docs & examples: https://rossbus.ru/agents/ Β· Site: https://rossbus.ru
Data is real and only real: a dated snapshot of a ticket aggregator's sales,
schedules from the same snapshot, road geometry from OSRM. Nothing is
estimated. If a route is not in the data it most likely does not exist β
use find_transfer.
Claude / ChatGPT: Settings β Connectors β Add custom connector β URL above, no auth.
| tool | what it returns |
|---|---|
get_route(from, to, date?) | min/max price, trips on sale, departure times, stations, carriers, road km, β½/km, buy_url; if no direct bus β a transfer |
search_routes(from, limit?) | every destination from a city with price "from", trips and km |
cheapest_destinations(from, max_price_rub?, limit?) | destinations sorted by ticket price, optionally within a budget |
city_departures(city, limit?) | departure board: first/last time per direction |
get_station(city) | bus stations of a city (real names from schedules) |
get_distance(from, to) | road km (OSRM), drive minutes, whether a direct bus exists |
find_transfer(from, to) | cheapest oneβtransfer option with both legs priced |
price_per_km_stats(region?) | priceβperβkm index: Russia median, cheapest/most expensive regions, a region's rank |
Cities are accepted in Russian (Β«ΠΠ°Π·Π°Π½ΡΒ») or as slugs (kazan).
get_route, city_departures and cheapest_destinations ship an
MCP Apps view
(ui://rossbus/app.html): in hosts that support the extension (Claude,
ChatGPT, VS Code, Goose) the route card, departure board or budget list
renders inline in the chat β rows are clickable and open the route, the buy
button opens the partner page. Text-only hosts get the same data as text.
The view is a single self-contained HTML built with Vite (ui/).
rossbus does not sell tickets. buy_url is a partner deep link to the chosen
route and date; the agent hands it to the human, the human buys on the
partner's site. Ticket price is the same as on the partner. Past or empty
dates default to tomorrow.
The server is a thin wrapper (mcp.js transport, mcp-core.js pure
functions) over data/mcp-data.json, a compact snapshot produced weekly by
the site pipeline. See data/README.md. npm i && npm start runs it on your own machine, on localhost port 3012
(MCP_PORT to change it); put a reverse proxy in front for TLS.
The public instance is https://rossbus.ru/mcp β use that one unless you
want your own copy.
https://rossbus.ru/llms.txt, https://rossbus.ru/llms-full.txthttps://rossbus.ru/data/perkm.json / .csv (priceβperβkm index, weekly)https://rossbus.ru/.well-known/mcp.jsonMIT Β© rossbus.ru
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/rossbus-buses-across-russia)<a href="https://allmcps.com/mcp/rossbus-buses-across-russia"><img src="https://allmcps.com/api/badge/rossbus-buses-across-russia?style=directory" alt="Rossbus β buses across Russia on AllMCPs" /></a>