Skip to main content
Glama

MCP Weather SSE Server

by tranducthai
  • Apple
  • Linux

get_weather_by_coordinates

Fetch real-time weather data using latitude and longitude coordinates, with customizable unit preferences, to access accurate and up-to-date weather conditions for any location.

Instructions

Get current weather by coordinates using OpenWeatherMap.

Args: latitude: Latitude of the location longitude: Longitude of the location units: Units of measurement ('metric' or 'imperial')

Input Schema

NameRequiredDescriptionDefault
latitudeYes
longitudeYes
unitsNometric

Input Schema (JSON Schema)

{ "properties": { "latitude": { "title": "Latitude", "type": "number" }, "longitude": { "title": "Longitude", "type": "number" }, "units": { "default": "metric", "title": "Units", "type": "string" } }, "required": [ "latitude", "longitude" ], "title": "get_weather_by_coordinatesArguments", "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