bikescout
by hifly81·★ 19·综合分 43
MCP骑行智能工具,通过AI预测地形并提供战术路线规划。
概述
BikeScout是一款针对山地车、公路车、电动自行车和碎石路骑行任务的专用AI引擎。它将原始地图数据转化为战术情报,预测地形条件和路线危险。系统提供精确的设置建议,根据特定路线需求调整装备,并在出发前识别技术挑战。作为MCP服务器运行,提供路线规划、地形分析、自行车设置建议和骑行后分析等功能。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您是骑行爱好者,希望获得针对您特定车型和骑行条件的 AI 驱动路线规划、地形分析和设置建议,那么应该选择 BikeScout。
什么时候不要选它
如果您需要其他运动项目的智能解决方案,或者无法遵守 AGPLv3 许可证用于商业服务,则应避免使用此系统。
此 server 暴露的工具
从 README 抽取出 6 个工具plan_routePlans cycling routes based on location, distance, and preferences
check_terrain_compatibilityChecks if route terrain is compatible with bike type and tires
analyze_elevationProvides visual elevation profiles and gradient analysis
local_guideUses local knowledge to plan routes and provide recommendations
bike_setup_tipsProvides bike setup advice and technical recommendations
analyze_rideAnalyzes past rides comparing performance with terrain conditions
说明:Tool names inferred from example queries and functionality descriptions, as no explicit 'Tools' section was found in the README
可对比工具
安装
使用pip安装BikeScout:
pip install bikescout要在Claude Desktop中使用,添加到claude_desktop_config.json:
{
"mcpServers": {
"bikescout": {
"command": "python",
"args": ["-m", "bikescout"],
"env": {}
}
}
}FAQ
- BikeScout支持哪些类型的骑行?
- BikeScout支持山地车、公路车、电动自行车和碎石路骑行,并对每种类型提供专门分析。
- BikeScout如何预测地形条件?
- 它使用TAEL®泥泞模型和S-Scale地形分级系统将原始OSM地图数据转化为战术情报。
bikescout 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。