法国日常服务查询
SNCF、邮政、天气
该技能连接 Wheels Router MCP 服务器,帮助用户规划全球范围内的公共交通出行。针对香港地区提供详细的 MTR、巴士、电车、渡轮及步行路线,包含实时班次、准确票价、站台信息及换乘优惠;针对全球其他城市通过 Transitous API 提供基础公交路线规划。
安装配置
mcporter 用户(clawdbot 等):在 config/mcporter.json 中添加:
{"mcpServers":{"wheels-router":{"description":"Plan public transit trips globally","baseUrl":"https://mcp.justusewheels.com/mcp"}}}
Claude Desktop 用户:在 ~/Library/Application Support/Claude/claude_desktop_config.json 中添加:
{"mcpServers":{"wheels-router":{"command":"npx","args":["mcp-remote","https://mcp.justusewheels.com/mcp"]}}}
Cursor/Windsurf/VS Code 用户:在 .cursor/mcp.json 或类似配置文件中添加上述相同内容。
调用方式
配置完成后可直接调用工具:
npx mcporter call wheels-router.search_location query="Hong Kong Airport" npx mcporter call wheels-router.plan_trip origin="22.28,114.24" destination="22.31,113.92"
使用流程
search_location 搜索起点和终点获取坐标plan_trip 传入坐标规划路线,可指定出发时间 depart_at 或到达截止时间 arrive_bymax_results: 2-3 对比多条路线见下方输入与输出表格。
| 项目 | 内容 |
|---|---|
| 输入 | 起点与终点(支持地名搜索或 lat,lon 坐标)、出发/到达时间、交通方式筛选、结果数量限制 |
| 输出 | 多条路线方案(含总时长、票价区间、分步骤指引、站台信息、换乘提示) |
| 适用人群 | 公交出行用户、香港居民与游客、需要实时班次与换乘信息的通勤者 |
| 不包含 | 自驾导航、打车服务、车票购买、实时路况、室内无障碍地图 |
原始链接:https://github.com/openclaw/skills/tree/main/skills/anscg/wheels-router/SKILL.md
来源类型:GitHub 开源仓库