MCP.so
Sign In

非官方的同程旅行 MCP Server

@wuchubuzai2018

About 非官方的同程旅行 MCP Server

非官方的同程旅行网的火车票MCP Server,目前仅支持火车票车次查询

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

wuchubuzai2018

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "tongchenglvxing-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@wuchubuzai/tongchenglvxing-mcp-server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is 非官方的同程旅行 MCP Server?

An unofficial MCP server that interfaces with Tongcheng Travel’s train ticket APIs, providing tool methods for querying train schedules and current time. It is built on the MCP TypeScript SDK and is aimed at developers integrating travel data into MCP‑compatible clients.

How to use 非官方的同程旅行 MCP Server?

Requires Node.js. Configure in an MCP client using NPX: either point to the local built dist/index.js or use the published package @wuchubuzai/tongchenglvxing-mcp-server.

Key features of 非官方的同程旅行 MCP Server?

  • Supports train ticket list query
  • Supports current time query
  • Built with MCP TypeScript SDK
  • Configurable via NPX
  • Available for Node.js (Java planned)

Use cases of 非官方的同程旅行 MCP Server?

  • Query train schedules from Tongcheng Travel
  • Integrate travel data into MCP clients
  • Automate travel planning workflows

FAQ from 非官方的同程旅行 MCP Server?

What data does this server provide?

It accesses Tongcheng Travel’s train ticket interfaces to return train schedule lists.

How do I install and run it?

Install Node.js, then configure the server in your MCP client using NPX with the local path or the published npm package.

What tools (functions) are available?

Two tool methods: querying the train ticket list and querying the current time.

Is Java support available?

Not yet; only TypeScript/Node is currently supported. Java support is planned for a later release.

How can I report issues or get help?

Open an issue on the project repository or contact the maintainer directly.

Comments

More Other MCP servers