健康助手MCP服务器
使用FastMCP的微服务:位置、天气、空气质量+可选的健康报告存储。
特性
get_location()→ 近似城市和坐标(基于IP)。get_weather(lat, lon)→ 当前温度、湿度、风(通过Open Meteo)。get_air_quality(city)→ 空气质量站数据(通过OpenAQ)或回退建模数据。summarize_environment(city)→ 天气和空气质量综合总结。
设置
- 克隆存储库:
git clone https://github.com/sh-momina/HealthAssistant_MCP_Server.git
cd SmartRoute_MCP_Server
