Skip to main content
Glama

Caiyun Weather MCP Server

by marcusbai

get_realtime_weather

Retrieve real-time weather data by specifying coordinates, language, and unit system using the Caiyun Weather MCP Server. Ideal for accurate, location-based weather insights.

Instructions

获取实时天气数据

Input Schema

NameRequiredDescriptionDefault
languageNo语言zh_CN
latitudeYes纬度
longitudeYes经度
unitNo单位制 (metric: 公制, imperial: 英制)metric

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "zh_CN", "description": "语言", "enum": [ "zh_CN", "en_US" ], "type": "string" }, "latitude": { "description": "纬度", "type": "number" }, "longitude": { "description": "经度", "type": "number" }, "unit": { "default": "metric", "description": "单位制 (metric: 公制, imperial: 英制)", "enum": [ "metric", "imperial" ], "type": "string" } }, "required": [ "longitude", "latitude" ], "type": "object" }

You must be authenticated.

Other Tools from Caiyun Weather MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/marcusbai/caiyun-weather-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server