Skip to main content
Glama

MCP Weather SSE Server

by tranducthai
  • Apple
  • Linux

get_current_weather

Retrieve real-time weather data for any city using OpenWeatherMap. Specify city name and units (metric/imperial) to get accurate current weather conditions instantly.

Instructions

Get current weather for a city using OpenWeatherMap.

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

Input Schema

NameRequiredDescriptionDefault
cityYes
unitsNometric

Input Schema (JSON Schema)

{ "properties": { "city": { "title": "City", "type": "string" }, "units": { "default": "metric", "title": "Units", "type": "string" } }, "required": [ "city" ], "title": "get_current_weatherArguments", "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