# RZD Tickets MCP (npm · mcp-rzd-tickets)

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

- Trust score: 62/100 (medium)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mcp-rzd-tickets`: 62/100 (this document), [markdown](https://verifymcp.io/servers/ex3lite-mcp-rzd-tickets/mcp-rzd-tickets.md), [page](https://verifymcp.io/servers/ex3lite-mcp-rzd-tickets/mcp-rzd-tickets)

## Channel facts

- Registry: `npm`
- Package: `mcp-rzd-tickets`
- Version: `0.1.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 31 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1202 tokens (~171/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 99/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 98% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add ex3lite-mcp-rzd-tickets -- npx -y mcp-rzd-tickets
```

### Codex

```bash
codex mcp add ex3lite-mcp-rzd-tickets -- npx -y mcp-rzd-tickets
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ex3lite-mcp-rzd-tickets": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-rzd-tickets"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ex3lite-mcp-rzd-tickets --command npx --arg -y --arg mcp-rzd-tickets
```

### Hermes

```yaml
mcp_servers:
  ex3lite-mcp-rzd-tickets:
    command: "npx"
    args: ["-y", "mcp-rzd-tickets"]
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 62, +43)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-07-31 (score 19, +13)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 6, −38)

- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 44)

First indexed and scored.

## MCP tools (7)

### `rzd_station_suggest` (~46 tokens)

Suggest RZD stations

Find RZD station nodeId and expressCode by station name.

Input parameters:

- `query` (string, required): Station name fragment, e.g. Красноярск or Анзеби.

### `rzd_search_trains` (~207 tokens)

Search RZD trains

Return train-level availability, prices, car groups and checkout URL for a route/date.

Input parameters:

- `adults` (integer): Adult passengers.
- `children` (integer): Child passengers.
- `date` (string, required): Travel date in YYYY-MM-DD.
- `departureFrom` (string): Local departure lower bound HH:mm.
- `departureTo` (string): Local departure upper bound HH:mm.
- `destination` (string, required): RZD expressCode or nodeId of destination station.
- `destinationNodeId` (string): Optional nodeId for building checkout URL.
- `largeFamily` (boolean): Search large-family availability.
- `origin` (string, required): RZD expressCode or nodeId of origin station, e.g. 2038000 or 5a13...
- `originNodeId` (string): Optional nodeId for building checkout URL.
- `train` (string): Single exact train number.
- `trains` (array): Exact train numbers, e.g. ["097Э"].

### `rzd_train_cars` (~365 tokens)

Inspect RZD train cars

Drill into CarPricing for selected trains and return cars, seat stats, lower/upper places, and adjacent pairs.

Input parameters:

- `adults` (integer): Adult passengers.
- `carType` (string): coupe, platz, or raw RZD car type text.
- `children` (integer): Child passengers.
- `date` (string, required): Travel date in YYYY-MM-DD.
- `departureFrom` (string): Local departure lower bound HH:mm.
- `departureTo` (string): Local departure upper bound HH:mm.
- `destination` (string, required): RZD expressCode or nodeId of destination station.
- `destinationNodeId` (string): Optional nodeId for building checkout URL.
- `includeAccessible` (boolean): Include disabled/special places.
- `includeImages` (boolean): Fetch RZD car photo gallery URLs when CarPricing says HasImages=true.
- `includeSide` (boolean): Include side places.
- `largeFamily` (boolean): Search large-family availability.
- `maxPrice` (number): Maximum price in RUB.
- `minPlaces` (integer): Minimum places in a car row.
- `origin` (string, required): RZD expressCode or nodeId of origin station, e.g. 2038000 or 5a13...
- `originNodeId` (string): Optional nodeId for building checkout URL.
- `placeKind` (string): Seat kind filter.
- `requirePair` (boolean): Return only adjacent lower+upper pairs.
- `service` (string): Raw RZD service class code, e.g. 2К, 2А, 2Ш. The code set is open-ended.
- `train` (string): Single exact train number.
- `trains` (array): Exact train numbers, e.g. ["097Э"].

### `rzd_find_places` (~363 tokens)

Find matching RZD places

Search trains and return only matches by seat/car filters. Use requirePair=true for adjacent lower+upper places.

Input parameters:

- `adults` (integer): Adult passengers.
- `carType` (string): coupe, platz, or raw RZD car type text.
- `children` (integer): Child passengers.
- `date` (string, required): Travel date in YYYY-MM-DD.
- `departureFrom` (string): Local departure lower bound HH:mm.
- `departureTo` (string): Local departure upper bound HH:mm.
- `destination` (string, required): RZD expressCode or nodeId of destination station.
- `destinationNodeId` (string): Optional nodeId for building checkout URL.
- `includeAccessible` (boolean): Include disabled/special places.
- `includeImages` (boolean): Fetch RZD car photo gallery URLs when CarPricing says HasImages=true.
- `includeSide` (boolean): Include side places.
- `largeFamily` (boolean): Search large-family availability.
- `maxPrice` (number): Maximum price in RUB.
- `minPlaces` (integer): Minimum places in a car row.
- `origin` (string, required): RZD expressCode or nodeId of origin station, e.g. 2038000 or 5a13...
- `originNodeId` (string): Optional nodeId for building checkout URL.
- `placeKind` (string): Seat kind filter.
- `requirePair` (boolean): Return only adjacent lower+upper pairs.
- `service` (string): Raw RZD service class code, e.g. 2К, 2А, 2Ш. The code set is open-ended.
- `train` (string): Single exact train number.
- `trains` (array): Exact train numbers, e.g. ["097Э"].

### `rzd_checkout_url` (~152 tokens)

Build RZD checkout URL

Build the official RZD search/checkout handoff URL. This tool does not book or pay.

Input parameters:

- `adults` (integer): Adult passengers.
- `children` (integer): Child passengers.
- `date` (string, required): Travel date in YYYY-MM-DD.
- `destination` (string, required): RZD expressCode or nodeId of destination station.
- `destinationNodeId` (string): Optional nodeId for building checkout URL.
- `largeFamily` (boolean): Search large-family availability.
- `origin` (string, required): RZD expressCode or nodeId of origin station, e.g. 2038000 or 5a13...
- `originNodeId` (string): Optional nodeId for building checkout URL.

### `rzd_parse_search_url` (~36 tokens)

Parse RZD search URL

Extract route nodeIds, date and passengers from an official ticket.rzd.ru search URL.

Input parameters:

- `url` (string, required)

### `rzd_service_classes` (~33 tokens)

Explain RZD service classes

Explain how to read open-ended RZD ServiceClass codes. This is a decoding guide, not a closed enum.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/ex3lite-mcp-rzd-tickets/mcp-rzd-tickets#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 19
- 2026-07-31: 19
- 2026-07-30: 6
- 2026-07-28: 44
- 2026-07-27: 44

## Links

- npm package: https://www.npmjs.com/package/mcp-rzd-tickets
- Socket report: https://socket.dev/npm/package/mcp-rzd-tickets
- Repository: https://github.com/ex3lite/mcp_rzd_tickets
- Changelog RSS feed: https://verifymcp.io/servers/ex3lite-mcp-rzd-tickets/mcp-rzd-tickets/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ex3lite-mcp-rzd-tickets/mcp-rzd-tickets/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ex3lite-mcp-rzd-tickets/mcp-rzd-tickets
