← rossbus.ru

INDIVIDUAL MCP TOOL

get_station

Названия автовокзалов и автостанций города из данных партнёра.

rossbus.runone authenticationAvailability not checked

LIVE ENDPOINT

https://rossbus.ru/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_station and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

rossbus.ru

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.rossbus]
url = "https://rossbus.ru/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rossbus": {
      "type": "http",
      "url": "https://rossbus.ru/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rossbus
Remote MCP URL: https://rossbus.ru/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "rossbus": {
      "url": "https://rossbus.ru/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rossbus": {
      "type": "http",
      "url": "https://rossbus.ru/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rossbus",
  "transport": "streamable-http",
  "url": "https://rossbus.ru/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_route — Цены, число рейсов в продаже, времена отправления, станции, перевозчики и ссылка на покупку у партнёра.
  • search_routes — Список направлений из города с ценой «от», числом рейсов и километражем.
  • city_departures — Первое/последнее отправление и число рейсов по каждому направлению (по расписанию партнёра).
  • get_distance — Километры по автомобильной дороге (OSRM) и время на машине; есть ли прямой автобус.
  • find_transfer — Когда прямого автобуса нет: самый дешёвый вариант через один пересадочный город, с ценами обоих плеч.
  • cheapest_destinations — Направления из города по возрастанию цены билета, при желании — в пределах бюджета («куда уехать из Казани до 1000 ₽»).
  • price_per_km_stats — Сколько стоит километр на автобусе: медиана по России, самые дешёвые и дорогие регионы; с параметром region — медиана и место конкретного региона.