Tools
get_realtime_weather
get_hourly_forecast
get_weekly_forecast
get_historical_weather
get_weather_alerts
Server Config
{
"mcpServers": {
"caiyun-weather": {
"command": "uvx",
"args": [
"mcp-caiyun-weather"
],
"env": {
"CAIYUN_WEATHER_API_TOKEN": "YOUR_API_KEY_HERE"
}
}
}
}