tongchenglvxing-mcp-server
6
The Unofficial Tongcheng Travel MCP Server enables querying railway ticket schedules from Tongcheng Travel's website using MCP. It supports TypeScript integration via Node.js with future Java support planned.
Unofficial Tongcheng Travel MCP Server
Overview
Currently supports interfacing with Tongcheng Travel's website for railway ticket API, fetching specified train schedules. Developed using the MCP Typescript SDK, it currently supports Node.js with planned Java integration.
Features
- Train schedules query function
- Current time query function
See more: GitHub Repository
Getting Started
Supports 'java' and 'Typescript', with TypeScript currently supported.
TypeScript Integration
Refer to the documentation in the typescript-mcp folder.
Node.js Installation
Install node.js. Verify installation with node -v
command.
NPX Local Development Environment
Download the project, execute npm install
for project build and configure in MCP Client.