← Back to Plugins
MCP Server MCP

RZD Tickets MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-rzd-tickets",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Request timeout in milliseconds. Defaults to 20000.",
          "format": "string",
          "name": "RZD_TIMEOUT_MS"
        },
        {
          "description": "Optional http, https, socks4 or socks5 proxy URL. Leave empty for direct requests.",
          "format": "string",
          "isSecret": true,
          "name": "RZD_PROXY_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...