Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

RZD Tickets MCP

NPM · MCP-RZD-TICKETS · SCANNED SEP 22

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

Available components

0 this week 83 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 36 of 106 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 81 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability65
  • AI-judged instruction clarity (good).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 98% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the RZD Tickets MCP server?

RZD Tickets MCP runs locally as an npm package, launched with npx -y mcp-rzd-tickets. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · mcp-rzd-tickets

# add to Claude Code
claude mcp add ex3lite-mcp-rzd-tickets -- npx -y mcp-rzd-tickets
// .cursor/mcp.json
{
  "mcpServers": {
    "ex3lite-mcp-rzd-tickets": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-rzd-tickets"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ex3lite-mcp-rzd-tickets": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-rzd-tickets"
      ]
    }
  }
}
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add ex3lite-mcp-rzd-tickets --command npx --arg -y --arg mcp-rzd-tickets
# ~/.hermes/config.yaml
mcp_servers:
  ex3lite-mcp-rzd-tickets:
    command: "npx"
    args: ["-y", "mcp-rzd-tickets"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ex3lite-mcp-rzd-tickets": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "mcp-rzd-tickets"
      ]
    }
  }
}
# add to Vellum
assistant mcp add ex3lite-mcp-rzd-tickets -t stdio -c npx -a -y mcp-rzd-tickets
// mcp.json
{
  "mcpServers": {
    "ex3lite-mcp-rzd-tickets": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-rzd-tickets"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Sept 26 +1
    • Stability: 0.97 → pass security
  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Analysed npm/mcp-rzd-tickets@0.1.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 106 packages
Packages resolved 106
Deprecated 1
Stale 35
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 7 exposed · ~1,202 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
rzd_checkout_url ~152

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

NameTypeReqDescription
adultsintegerAdult passengers.
childrenintegerChild passengers.
datestringyesTravel date in YYYY-MM-DD.
destinationstringyesRZD expressCode or nodeId of destination station.
destinationNodeIdstringOptional nodeId for building checkout URL.
largeFamilybooleanSearch large-family availability.
originstringyesRZD expressCode or nodeId of origin station, e.g. 2038000 or 5a13...
originNodeIdstringOptional nodeId for building checkout URL.

No output schema declared.

No examples provided.

rzd_find_places ~363

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

NameTypeReqDescription
adultsintegerAdult passengers.
carTypestringcoupe, platz, or raw RZD car type text.
childrenintegerChild passengers.
datestringyesTravel date in YYYY-MM-DD.
departureFromstringLocal departure lower bound HH:mm.
departureTostringLocal departure upper bound HH:mm.
destinationstringyesRZD expressCode or nodeId of destination station.
destinationNodeIdstringOptional nodeId for building checkout URL.
includeAccessiblebooleanInclude disabled/special places.
includeImagesbooleanFetch RZD car photo gallery URLs when CarPricing says HasImages=true.
includeSidebooleanInclude side places.
largeFamilybooleanSearch large-family availability.
maxPricenumberMaximum price in RUB.
minPlacesintegerMinimum places in a car row.
originstringyesRZD expressCode or nodeId of origin station, e.g. 2038000 or 5a13...
originNodeIdstringOptional nodeId for building checkout URL.
placeKindstringSeat kind filter.
requirePairbooleanReturn only adjacent lower+upper pairs.
servicestringRaw RZD service class code, e.g. 2К, 2А, 2Ш. The code set is open-ended.
trainstringSingle exact train number.
trainsarrayExact train numbers, e.g. ["097Э"].

No output schema declared.

No examples provided.

rzd_parse_search_url ~36

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

NameTypeReqDescription
urlstringyes

No output schema declared.

No examples provided.

rzd_search_trains ~207

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

NameTypeReqDescription
adultsintegerAdult passengers.
childrenintegerChild passengers.
datestringyesTravel date in YYYY-MM-DD.
departureFromstringLocal departure lower bound HH:mm.
departureTostringLocal departure upper bound HH:mm.
destinationstringyesRZD expressCode or nodeId of destination station.
destinationNodeIdstringOptional nodeId for building checkout URL.
largeFamilybooleanSearch large-family availability.
originstringyesRZD expressCode or nodeId of origin station, e.g. 2038000 or 5a13...
originNodeIdstringOptional nodeId for building checkout URL.
trainstringSingle exact train number.
trainsarrayExact train numbers, e.g. ["097Э"].

No output schema declared.

No examples provided.

rzd_service_classes ~33

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

rzd_station_suggest ~46

Find RZD station nodeId and expressCode by station name.

NameTypeReqDescription
querystringyesStation name fragment, e.g. Красноярск or Анзеби.

No output schema declared.

No examples provided.

rzd_train_cars ~365

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

NameTypeReqDescription
adultsintegerAdult passengers.
carTypestringcoupe, platz, or raw RZD car type text.
childrenintegerChild passengers.
datestringyesTravel date in YYYY-MM-DD.
departureFromstringLocal departure lower bound HH:mm.
departureTostringLocal departure upper bound HH:mm.
destinationstringyesRZD expressCode or nodeId of destination station.
destinationNodeIdstringOptional nodeId for building checkout URL.
includeAccessiblebooleanInclude disabled/special places.
includeImagesbooleanFetch RZD car photo gallery URLs when CarPricing says HasImages=true.
includeSidebooleanInclude side places.
largeFamilybooleanSearch large-family availability.
maxPricenumberMaximum price in RUB.
minPlacesintegerMinimum places in a car row.
originstringyesRZD expressCode or nodeId of origin station, e.g. 2038000 or 5a13...
originNodeIdstringOptional nodeId for building checkout URL.
placeKindstringSeat kind filter.
requirePairbooleanReturn only adjacent lower+upper pairs.
servicestringRaw RZD service class code, e.g. 2К, 2А, 2Ш. The code set is open-ended.
trainstringSingle exact train number.
trainsarrayExact train numbers, e.g. ["097Э"].

No output schema declared.

No examples provided.

Common questions

What is the RZD Tickets MCP server?

RZD Tickets MCP is listed in the public MCP registry as io.github.ex3lite/mcp-rzd-tickets. Read-only MCP server for RZD trains, cars, seats, adjacent pairs and car photos. This page covers its npm package (mcp-rzd-tickets).

Is the RZD Tickets MCP server safe to use?

RZD Tickets MCP scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the RZD Tickets MCP server expose?

RZD Tickets MCP exposes 7 tools: rzd_station_suggest, rzd_search_trains, rzd_train_cars, rzd_find_places, rzd_checkout_url, and 2 more. Their descriptions and schemas cost roughly 1,202 tokens of context every time the server is loaded.

Is the RZD Tickets MCP server still maintained?

RZD Tickets MCP is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the RZD Tickets MCP server under?

RZD Tickets MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.