Odel
RZD Tickets MCP

RZD Tickets MCP

Local
@ex3lite1TypeScriptMITUpdated 2mo ago

Read-only MCP server for RZD trains, cars, seats, adjacent pairs and car photos.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-rzd-ticketsv0.1.2

Run

npx -y mcp-rzd-tickets

MCP client config

{
  "mcpServers": {
    "rzd-tickets-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-rzd-tickets"
      ]
    }
  }
}