UNPKG

@physictim/mcp-server-thsrc

Version:

🚄 MCP Server for Taiwan High Speed Rail - Real-time train schedules, station info, and seat availability. Cross-platform support with automatic Python detection. 台灣高鐵即時資訊查詢服務,支援 Windows/macOS/Linux,提供時刻表、班次狀態、座位查詢等功能。

56 lines (55 loc) 1.43 kB
{ "name": "@physictim/mcp-server-thsrc", "version": "0.2.5", "description": "🚄 MCP Server for Taiwan High Speed Rail - Real-time train schedules, station info, and seat availability. Cross-platform support with automatic Python detection. 台灣高鐵即時資訊查詢服務,支援 Windows/macOS/Linux,提供時刻表、班次狀態、座位查詢等功能。", "main": "index.js", "bin": { "mcp-server-thsrc": "./index.js" }, "files": [ "index.js", "thsrc.py", "requirements.txt", "README.md", "LICENSE" ], "scripts": { "test": "node index.js --help || echo 'Package loads successfully'", "prepublishOnly": "node -e \"console.log('Ready to publish @physictim/mcp-server-thsrc')\"" }, "keywords": [ "mcp", "modelcontextprotocol", "thsr", "taiwan", "high-speed-rail", "train", "transport", "tdx", "real-time", "schedule", "claude", "windows", "cross-platform", "台灣高鐵", "時刻表", "即時" ], "author": "physictim", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/physictim/thsrc_mcp.git" }, "bugs": { "url": "https://github.com/physictim/thsrc_mcp/issues" }, "homepage": "https://github.com/physictim/thsrc_mcp#readme", "dependencies": {}, "engines": { "node": ">=14.0.0" }, "publishConfig": { "access": "public" } }