open_meteo_openapi
Open-Meteo is an open-source weather API offering free access for non-commercial use. Provides current weather, hourly and daily forecast data by latitude and longitude coordinates
Connect this API to an AI agent Browse all specs
What you can do with open_meteo_openapi via MCP
Every endpoint below becomes a governed tool your AI agent (Claude, ChatGPT, or a customer-facing VX agent) can call — with scoped permissions, sandbox testing, and audit logs.
| Method | Path | Operation | Description |
|---|---|---|---|
| GET | /forecast |
getWeatherForecast | Get weather forecast data Method: GET Path: /forecast IMPORTANT: This function has 2 REQUIRED parameter(s) and 10 OPTIONAL parameter(s) REQUIRED parameters MUST be provided OPTIONAL parameters can be omitted if not needed Parameters: Query Parameters: REQUIRED: - latitude: Geographical WGS84 latitude in decimal degrees (e.g. 21.0285 for Hanoi) - longitude: Geographical WGS84 longitude in decimal degrees (e.g. 105.8542 for Hanoi) OPTIONAL: - current: Comma-separated list of current weather variables to return. - hourly: Comma-separated list of hourly weather variables. - daily: Comma-separated list of daily weather variables. - temperature_unit: Temperature unit format. - wind_speed_unit: Wind speed unit format. - precipitation_unit: Precipitation unit format. - timeformat: Format for time values. - timezone: Timezone name (e.g. Asia/Bangkok, UTC, or auto). - past_days: Number of past days to include in forecast (0 to 92). - forecast_days: Number of forecast days to return (0 to 16). |
How to use this spec
- Create a free VX Agents account (sandbox tools included).
- Open the marketplace and connect “open_meteo_openapi” to an agent.
- Expose it as an MCP server for Claude/ChatGPT, or chat with it directly.