Skip to main content
Glama

Weather MCP Server

by Yarflam

get_weather_by_coordinates

Retrieve weather data and forecasts for specific geographic coordinates using latitude, longitude, and optional forecast days with Open-Meteo API integration.

Instructions

Récupère la météo selon les coordonnées géographiques

Input Schema

NameRequiredDescriptionDefault
daysNoNombre de jours de prévision (1-7)
latNoLatitude (-33.8688 pour Sydney par défaut)
lonNoLongitude (151.2093 pour Sydney par défaut)

Input Schema (JSON Schema)

{ "properties": { "days": { "default": 1, "description": "Nombre de jours de prévision (1-7)", "maximum": 7, "minimum": 1, "type": "number" }, "lat": { "default": -33.8688, "description": "Latitude (-33.8688 pour Sydney par défaut)", "type": "number" }, "lon": { "default": 151.2093, "description": "Longitude (151.2093 pour Sydney par défaut)", "type": "number" } }, "required": [], "type": "object" }
Install Server

Other Tools from 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/Yarflam/weather-mcp-server'

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