12306-mcp by Joooook
57 score
The server provides a simple API interface that allows users to search for 12306 tickets.
Ranked #927 out of 4710 indexed tools.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 914
Freshness 22d ago
Issue Health 95%
Stars 762
Platform Breadth 1 platform
Contributors 7
Description Good
How to Improve
Platforms medium impact
Supported Platforms
From the README
# <div align="center">12306-mcp</div> <div align="center"> </div> A 12306 ticket search server based on the Model Context Protocol (MCP). The server provides a simple API interface that allows users to search for 12306 tickets. 基于 Model Context Protocol (MCP) 的12306购票搜索服务器。提供了简单的API接口,允许大模型利用接口搜索12306购票信息。 ## <div align="center">🚩Features</div> <div align="center"> | 功能描述 | 状态 | |------------------------------|--------| | 查询12306购票信息 | ✅ 已完成 | | 过滤列车信息 | ✅ 已完成 | | 过站查询 | ✅ 已完成 | | 中转查询 | ✅ 已完成 | | 其余接口,欢迎提feature | 🚧 计划内 | </div> <div align="center"> </div> <div align="center"> </div> ## <div align="center">⚙️Installation</div> ~~~bash git clone https://github.com/Joooook/12306-mcp.git npm i ~~~ ## <div align="center">▶️Quick Start</div> ### CLI-stdio ~~~bash npx -y 12306-mcp ~~~ ### CLI-http ~~~bash npx -y 12306-mcp --port [端口号] ~~~ ### MCP sever confiRead full README on GitHub →