Skip to main content
Glama

MCP Weather SSE Server

by tranducthai
  • Apple
  • Linux

get_weather_forecast

Retrieve multi-day weather forecasts for any city using OpenWeatherMap data. Specify city name, days (1-5), and units (metric/imperial) for accurate results.

Instructions

Get weather forecast for a city using OpenWeatherMap.

Args: city: City name (e.g. 'London', 'New York') days: Number of days (1-5) units: Units of measurement ('metric' or 'imperial')

Input Schema

NameRequiredDescriptionDefault
cityYes
daysNo
unitsNometric

Input Schema (JSON Schema)

{ "properties": { "city": { "title": "City", "type": "string" }, "days": { "default": 3, "title": "Days", "type": "integer" }, "units": { "default": "metric", "title": "Units", "type": "string" } }, "required": [ "city" ], "title": "get_weather_forecastArguments", "type": "object" }
Install Server

Other Tools from MCP Weather SSE 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/tranducthai/mcp_protocol_weather'

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