MCP.so
登录

Open-Meteo MCP Server

@cmer81

关于 Open-Meteo MCP Server

Open-Meteo MCP Server - A comprehensive Model Context Protocol server that provides AI models with complete access to Open-Meteo's free weather API. Get real-time weather forecasts, historical climate data, air quality information, marine conditions, and seasonal projections thro

基本信息

分类

其他

传输方式

stdio

发布者

cmer81

提交者

Cmer

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "open-meteo": {
      "command": "node",
      "args": [
        "/path/to/open-meteo-mcp/dist/index.js"
      ],
      "env": {
        "OPEN_METEO_API_URL": "https://api.open-meteo.com",
        "OPEN_METEO_AIR_QUALITY_API_URL": "https://air-quality-api.open-meteo.com",
        "OPEN_METEO_MARINE_API_URL": "https://marine-api.open-meteo.com",
        "OPEN_METEO_ARCHIVE_API_URL": "https://archive-api.open-meteo.com",
        "OPEN_METEO_SEASONAL_API_URL": "https://seasonal-api.open-meteo.com",
        "OPEN_METEO_ENSEMBLE_API_URL": "https://ensemble-api.open-meteo.com"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Open-Meteo MCP Server?

Open-Meteo MCP Server is a Model Context Protocol server that integrates the complete Open-Meteo API, providing programmatic access to a wide range of weather and climate data. It is designed for developers and AI agents that need weather forecasts, historical records, air quality metrics, marine conditions, and climate projections through the MCP interface.

How to use Open-Meteo MCP Server?

The server works with any MCP client and can be easily integrated into existing workflows. No specific installation commands or configuration keys are detailed in the README; the user simply connects to the server via their MCP client.

Key features of Open-Meteo MCP Server

  • Weather forecasts: hourly and daily data up to 16 days
  • Historical weather archives from 1940 (ERA5 reanalysis)
  • Air quality monitoring (PM2.5, PM10, ozone, etc.)
  • Marine weather data (wave height, sea surface temperature)
  • Seasonal forecasts up to 9 months ahead
  • Climate projections using CMIP6 models

Use cases of Open-Meteo MCP Server

  • Weather forecasting applications
  • Climate analysis and research
  • Precision agriculture
  • Event planning and environmental monitoring
  • Weather risk management

FAQ from Open-Meteo MCP Server

What types of weather forecasts are available?

Hourly and daily forecasts are provided up to 16 days into the future.

Does it include historical weather data?

Yes, historical weather archives extend back to 1940 using ERA5 reanalysis.

What air quality data does it support?

Pollutant monitoring includes PM2.5, PM10, and ozone, among other parameters.

Which weather models are integrated?

Specialized models include DWD ICON, NOAA GFS, ECMWF, Météo-France, and JMA, plus ensemble forecasts.

Is it compatible with all MCP clients?

Yes, the server is designed to work with any MCP client for easy integration.

评论

其他 分类下的更多 MCP 服务器