MCP.so
ログイン

非官方的同程旅行 MCP Server

@wuchubuzai2018

非官方的同程旅行 MCP Server について

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

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

wuchubuzai2018

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ