Caiyun Weather MCP ServerServer

marcusbai
GitHub
weatherMCPAPI

Loading subscription status...

💡 Description

A Model Context Protocol server that provides comprehensive weather data querying capabilities based on the Caiyun Weather API, supporting real-time weather, forecasts, and alerts with multi-language support.

📝 JSON Entries

{
  "mcpServers": [
    {
      "caiyun-weather": {
        "env": {
          "AMAP_API_KEY": "Your AMap API key (optional)",
          "CAIYUN_API_KEY": "Your Caiyun Weather API key"
        },
        "args": [
          "complete/path/caiyun-weather-mcp/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

get_weather_by_addressget_realtime_weatherget_minutely_forecastget_hourly_forecastget_weather_alertget_weather_by_locationget_daily_forecast

Features

  • Real-time weather data: temperature, humidity, wind speed, pressure
  • Minute-level precipitation forecast
  • Hourly and daily weather forecasts
  • Weather alert information
  • Address-based weather querying
  • Multi-language support
  • Unit system selection

💬 Example Queries

  • Get weather information by geographical coordinates
  • Get weather information by address
  • Retrieve real-time weather data
  • Get minute-by-minute precipitation forecast
  • Get hourly weather forecast
  • Get daily weather forecast
  • Get weather alerts