# 彩云天气

查询实时天气数据、降水预报和天气预警信息。获取准确的天气信息，帮助您做出更好的出行和活动决策。支持多种语言和单位制选择，满足不同用户的需求。

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add marcusbai/caiyun-weather-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list marcusbai/caiyun-weather-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get marcusbai/caiyun-weather-mcp get_weather_by_location

# Call a tool
npx -y @smithery/cli@latest tool call marcusbai/caiyun-weather-mcp get_weather_by_location '{}'
```

## Tools (7)

- `get_weather_by_location` — 根据经纬度获取天气信息
- `get_weather_by_address` — 根据地址获取天气信息
- `get_realtime_weather` — 获取实时天气数据
- `get_minutely_forecast` — 获取分钟级降水预报
- `get_hourly_forecast` — 获取小时级天气预报
- `get_daily_forecast` — 获取天级天气预报
- `get_weather_alert` — 获取天气预警信息

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get marcusbai/caiyun-weather-mcp <tool-name>
```

---

Source: https://github.com/marcusbai/caiyun-weather-mcp
