mcpbeat Sign in

RZD Tickets MCP Server

local only

RZD Tickets MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 2 Jul 2026.

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

Installs per day peak 33 · avg 9 · -4% w/w
a month agotoday
42
Installs / week
npm · mcp-rzd-tickets
1
Stars
0 open issues
2 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check RZD Tickets MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-rzd-tickets -- npx -y mcp-rzd-tickets
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-rzd-tickets": {
      "args": [
        "-y",
        "mcp-rzd-tickets"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-rzd-tickets]
command = "npx"
args = ["-y", "mcp-rzd-tickets"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-rzd-tickets": {
      "args": [
        "-y",
        "mcp-rzd-tickets"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-rzd-tickets": {
      "args": [
        "-y",
        "mcp-rzd-tickets"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RZD_TIMEOUT_MS (Request timeout in milliseconds. Defaults to 20000.), RZD_PROXY_URL (Optional http, https, socks4 or socks5 proxy URL. Leave empty for direct requests.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to RZD Tickets MCP

same job, measured the same way
Openai Ads MCP
by hypd-ai

Read-only MCP server for the OpenAI Ads API: campaigns, ad groups, ads, and insights.

77 installs/wk local only
Agentguard47
by bmdhodl

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

35 installs/wk local only
Atera
by wyre-technology

MCP server for Atera RMM — customers, tickets, and more.

local only
Atera
by wyre-ai

MCP server for Atera RMM — customers, tickets, and more.

local only
Stripe MCP
by robinafaruqia

Read-only MCP server for querying Stripe customers, payments, and invoices.

32 installs/wk local only
Ratevert MCP
by ratevert

Read-only Ratevert MCP for asset search, pair rates, and conversions.

4 tools answering
PopUp Organizer
by usepopup

Read-only MCP server for PopUp — search vendors, manage events, and track applications.

32 installs/wk local only
Abstraxn Agent Layer
by sandeep-antier

Abstraxn: public Web3 MCP server for read-only chain data and pay-per-call relays.

12 tools answering

RZD Tickets MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for RZD Tickets MCP?
RZD Tickets MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-rzd-tickets was installed 42 times last week.
How do I connect RZD Tickets MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-rzd-tickets straight from npm; nothing to host, nothing to sign up for.
How many people use RZD Tickets MCP?
The npm package mcp-rzd-tickets was installed 42 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is RZD Tickets MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.