rossbus-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rossbus-mcpWhat's the cheapest bus from Moscow to Kazan tomorrow?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rossbus-mcp
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.
Connect
# Claude Code
claude mcp add --transport http rossbus https://rossbus.ru/mcp// Cursor / VS Code — mcp.json
{ "mcpServers": { "rossbus": { "url": "https://rossbus.ru/mcp" } } }Claude / ChatGPT: Settings → Connectors → Add custom connector → URL above, no auth.
Related MCP server: Italy Transfers
Tools
tool | what it returns |
| min/max price, trips on sale, departure times, stations, carriers, road km, ₽/km, |
| every destination from a city with price "from", trips and km |
| destinations sorted by ticket price, optionally within a budget |
| departure board: first/last time per direction |
| bus stations of a city (real names from schedules) |
| road km (OSRM), drive minutes, whether a direct bus exists |
| cheapest one‑transfer option with both legs priced |
| price‑per‑km index: Russia median, cheapest/most expensive regions, a region's rank |
Cities are accepted in Russian («Казань») or as slugs (kazan).
MCP Apps (interactive UI)
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/).
Example
curl -X POST https://rossbus.ru/mcp \
-H 'content-type: application/json' \
-H 'accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"cheapest_destinations","arguments":{"from":"Казань","max_price_rub":700,"limit":3}}}'{ "from": "Казань", "budget_rub": 700, "found": 8,
"destinations": [
{ "to": "Сокуры", "min_rub": 444, "km": 29.2, "rub_per_km": 15.21, "trips": 21,
"page": "https://rossbus.ru/buses/kazan/sokury/" } ] }Buying tickets
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.
Run it yourself
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 listens on
127.0.0.1:3012; put nginx in front for TLS.
Also for agents
https://rossbus.ru/llms.txt,https://rossbus.ru/llms-full.txtOpen data:
https://rossbus.ru/data/perkm.json/.csv(price‑per‑km index, weekly)Discovery:
https://rossbus.ru/.well-known/mcp.json
MIT © rossbus.ru
This server cannot be installed
Maintenance
Related MCP Connectors
Russian company lookup (EGRUL/INN), Cyrillic search, RU page to Markdown. Pay per call in USDC.
Web search, page reading and structured extraction for AI agents, with strong RU coverage
Live flight prices and working booking links for AI agents and travel apps.
Aggregated travel MCP — flights, tours, activities, price checks, visas, and more.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceMCP server providing real-time public transport data for Tomsk, including routes, schedules, stops with lazy OSM enrichment, nearby stop search, and a routing prompt for LLMs.
- AlicenseAqualityCmaintenanceReal-time train, bus, ferry and private transfer prices between 40+ Italian cities4MIT
- AlicenseNot gradedqualityBmaintenanceLive intercity bus-trip search across Ukraine and Europe — real-time prices, seats, carriers, cheapest-day-of-month calendar, and trip details with passenger discounts. Read-only, no API key; also available as a hosted remote endpoint at https://mcp.soloway.com.ua/mcp.MIT
- AlicenseNot gradedqualityBmaintenanceRead-only MCP server that queries Russian Railways (ticket.rzd.ru) for train schedules, car types, prices, and seat availability. It provides official RZD links for manual booking but does not log in, book, or pay.511MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xpressmike/rossbus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server