MCP Access for Caiyun Weather Service
Provides access to Caiyun Weather APIs through the MCP protocol.
Go to CloudBase Platform to run MCP Server
Environment Variables
- Need to set CAIYUN_WEATHER_API_TOKEN to Caiyun Weather API token
🗺️ Feature List
Tool Identifier | Function Description | Core Parameters |
---|---|---|
get_realtime_weather | Get real-time weather data for a specified location | lng (longitude), lat (latitude) |
get_hourly_forecast | Get hourly weather forecast for the next 72 hours | lng (longitude), lat (latitude) |
get_weekly_forecast | Get daily weather forecast for the next 7 days | lng (longitude), lat (latitude) |
get_historical_weather | Get historical weather data for the past 24 hours | lng (longitude), lat (latitude) |
get_weather_alerts | Get weather alerts for a specified location | lng (longitude), lat (latitude) |
Repository URL
https://github.com/caiyunapp/mcp-caiyun-weather