Skip to main content
Glama
windsornguyen

open-meteo-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPEN_METEO_API_URLNoBase URL for Open-Meteo forecast API (default: https://api.open-meteo.com)https://api.open-meteo.com
OPEN_METEO_MARINE_API_URLNoMarine weather API URL (default: https://marine-api.open-meteo.com)https://marine-api.open-meteo.com
OPEN_METEO_ARCHIVE_API_URLNoHistorical data API URL (default: https://archive-api.open-meteo.com)https://archive-api.open-meteo.com
OPEN_METEO_ENSEMBLE_API_URLNoEnsemble forecast API URL (default: https://ensemble-api.open-meteo.com)https://ensemble-api.open-meteo.com
OPEN_METEO_SEASONAL_API_URLNoSeasonal forecast API URL (default: https://seasonal-api.open-meteo.com)https://seasonal-api.open-meteo.com
OPEN_METEO_GEOCODING_API_URLNoGeocoding API URL (default: https://geocoding-api.open-meteo.com)https://geocoding-api.open-meteo.com
OPEN_METEO_AIR_QUALITY_API_URLNoAir quality API URL (default: https://air-quality-api.open-meteo.com)https://air-quality-api.open-meteo.com

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
weather_forecastC

Get weather forecast data for coordinates using Open-Meteo API. Supports hourly and daily data with various weather variables.

weather_archiveA

Get historical weather data from ERA5 reanalysis (1940-present) for specific coordinates and date range.

air_qualityB

Get air quality forecast data including PM2.5, PM10, ozone, nitrogen dioxide and other pollutants.

marine_weatherB

Get marine weather forecast including wave height, wave period, wave direction and sea surface temperature.

elevationA

Get elevation data for given coordinates using digital elevation models.

flood_forecastB

Get river discharge and flood forecasts from GloFAS (Global Flood Awareness System).

seasonal_forecastC

Get long-range seasonal forecasts for temperature and precipitation up to 9 months ahead.

climate_projectionC

Get climate change projections from CMIP6 models for different warming scenarios.

ensemble_forecastC

Get ensemble forecasts showing forecast uncertainty with multiple model runs.

geocodingA

Search for locations worldwide by place name or postal code. Returns geographic coordinates and detailed location information.

dwd_icon_forecastB

Get weather forecast from German DWD ICON model with high resolution data for Europe and global coverage.

gfs_forecastB

Get weather forecast from US NOAA GFS model with global coverage and high-resolution data for North America.

meteofrance_forecastB

Get weather forecast from French Météo-France models including AROME (high-resolution France) and ARPEGE (Europe).

ecmwf_forecastB

Get weather forecast from European Centre for Medium-Range Weather Forecasts with high-quality global forecasts.

jma_forecastB

Get weather forecast from Japan Meteorological Agency with high-resolution data for Japan and Asia.

metno_forecastC

Get weather forecast from Norwegian weather service with high-resolution data for Nordic countries.

gem_forecastC

Get weather forecast from Canadian weather service GEM model with high-resolution data for Canada and North America.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 17 tools

Disambiguation5/5

Each tool targets a distinct weather data source or domain (e.g., air quality, marine, specific models). There is no functional overlap; agents can easily select the correct tool based on the data type or model needed.

Naming Consistency5/5

All tool names use lowercase snake_case with a descriptive noun or noun_verb pattern (e.g., weather_forecast, geocoding, dwd_icon_forecast). The naming is consistent and predictable across the set.

Tool Count4/5

With 17 tools, the server covers a wide range of weather and climate data sources. While slightly larger than average, each tool serves a unique purpose and the count is justified by the breadth of the domain.

Completeness5/5

The tool set spans current forecasts, historical data, air quality, marine conditions, elevation, floods, seasonal outlooks, climate projections, ensemble forecasts, and multiple individual model forecasts. It comprehensively covers the weather and climate data domain.

Maintenance

ActivityInactive
ResponsivenessNo issues