About Travel369 MCP
Travel369 MCP is an MCP server published by BEF841CA in the Maps category: 一个用于查询济南公交实时信息的MCP服务器。. It has been installed 0 times through Conduid.
The repository has 1 stars and 0 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx travel369-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Travel369 MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
济南公交查询 Skill
通过出行369 API 查询济南市公交车实时位置、到站时间、线路站点。
功能
- 🚌 查询任意线路的实时车辆位置
- ⏱️ 查询到达某站的来车时间
- 📍 查看线路全部站点
- 🔐 扫码登录,token 自动缓存
安装
1. 放置 Skill
将 jinan-bus 文件夹放到 OpenClaw skills 目录:
cp -r jinan-bus ~/.openclaw/skills/
2. 登录
cd ~/.openclaw/skills/jinan-bus/scripts
python3 login.py
扫码登录后 token 自动保存,有效期约 30 天。
3. 依赖
pip3 install requests
使用
命令行
cd ~/.openclaw/skills/jinan-bus/scripts
# 查询某路公交所有车辆
python3 query.py K93
# 查询到达某站的来车时间
python3 query.py K163 --station 舜旺路
# 查看线路站点
python3 query.py K163 --stops
OpenClaw 对话
安装 skill 后,直接在对话中提问:
K93路公交到哪了?
我在新泺大街舜旺路,K163最近的车多久到?
K163都有哪些站?
文件结构
jinan-bus/
├── SKILL.md # 技能描述(OpenClaw 识别用)
├── README.md # 本文件
├── scripts/
│ ├── login.py # 扫码登录
│ └── query.py # 查询脚本
└── references/
└── api.md # API 接口文档
数据来源
- API:出行369
- 需要出行369账号(实名注册即可)
注意
~/.openclaw/jinan-bus-token.json包含登录凭证,不要分享给别人- Token 有效期约 30 天,过期后重新运行
login.py - 仅支持济南市公交线路
License
MIT
README mirrored from the source repository 3 months ago. The original is authoritative.