Skip to main content

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 IdentifierFunction DescriptionCore Parameters
get_realtime_weatherGet real-time weather data for a specified locationlng (longitude), lat (latitude)
get_hourly_forecastGet hourly weather forecast for the next 72 hourslng (longitude), lat (latitude)
get_weekly_forecastGet daily weather forecast for the next 7 dayslng (longitude), lat (latitude)
get_historical_weatherGet historical weather data for the past 24 hourslng (longitude), lat (latitude)
get_weather_alertsGet weather alerts for a specified locationlng (longitude), lat (latitude)

Repository URL

https://github.com/caiyunapp/mcp-caiyun-weather


🔌 Usage


CloudBase MCP Console