Skip to main content
Glama

MCP Weather Server

by le-yo

getWeather

Retrieve real-time weather data for any location, including temperature, humidity, and conditions. Configure units (metric/imperial) and language to tailor the response.

Instructions

Get current weather information for a location. Returns weather data including temperature, humidity, and conditions.

Input Schema

NameRequiredDescriptionDefault
locationNoThe location to get weather for (city name, zip code, coordinates, etc.). If not provided, default location will be used.
optionsNoWeather configuration options, all fields are optional

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "location": { "description": "The location to get weather for (city name, zip code, coordinates, etc.). If not provided, default location will be used.", "type": "string" }, "options": { "additionalProperties": false, "description": "Weather configuration options, all fields are optional", "properties": { "language": { "description": "Response language code (e.g., 'en' for English, 'es' for Spanish, 'zh' for Chinese)", "type": "string" }, "units": { "description": "Temperature units: metric (Celsius) or imperial (Fahrenheit)", "enum": [ "metric", "imperial" ], "type": "string" } }, "type": "object" } }, "type": "object" }
Install Server

Other Tools from MCP Weather 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/le-yo/weather-mcp'

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