Skip to main content
Glama

AEMET-MCP

MIT License
2
  • Apple
  • Linux

AEMET-MCP。MCP経由でAEMET APIと統合

配布

鍛冶屋

グラマ

ムシーP

説明

AEMET はスペインの国立気象庁です。

Aemet-mcp を使用すると**、モデル コンテキスト プロトコル (MCP)**を使用して、Claude AI やその他の MCP 互換クライアントから AEMET API の過去の気候データや気象情報を直接取得できます。

Aemet-mcp は、LLM がスペイン全土の気象観測所からデータを照会できるようにするツールを公開する MCP サーバーです。

これには、サポートデータの使用のための API キーとリソース JSON ファイルの安全な処理が含まれます。

主な特徴

  • 過去の毎日の値(気温、風、降水量など)のクエリ
  • 観測所別の月間気候概要にアクセスできます。
  • 年、月、AEMET ステーション コードによるフィルタリング。
  • 紫外線指数を含むビーチの状況を照会します。
  • JSON 形式ですぐに使用できる応答。

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の AEMET Weather Data Server を自動的にインストールするには:

npx -y @smithery/cli install @AnCode666/aemet-mcp --client claude

uvでインストール

前提条件

  • Python 3.10 以上。
  • UVパッケージ マネージャー。

uvのインストール

最初のステップは、Python のパッケージ マネージャーであるuvをインストールすることです。
コマンドラインからインストールできます

macOS および Linux の場合:

curl -LsSf https://astral.sh/uv/install.sh | sh

Windowsの場合:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

pip を使ってインストールすることもできます:

pip install uv

uv のインストールの詳細については、 uv ドキュメントを参照してください。

CLAUDE DESKTOPのようなクライアントとの統合

uvがインストールされると、Claude for Desktop などの互換性のあるクライアントから MCP サーバーを使用できるようになります。その場合の手順は次のとおりです。

  1. **Claude > 設定 > 開発者 > 設定の編集 > claude_desktop_config.json**に移動します。
  2. "mcpServers"内に次のブロックを追加します。
"aemet_mcp_": { "command": "uvx", "args": [ "aemet_mcp" ], "env": { "AEMET_API_KEY": "YOUR_AEMET_API_KEY" } }
  1. AEMET から無料の API キーを取得するには、次の URL にアクセスしてください: https://opendata.aemet.es/centrodedescargas/altaUsuario
  2. YOUR_AEMET_API_KEYを実際の API キーに置き換えます (引用符はそのままにします)。
  3. すでに別の MCP サーバーが設定されている場合は、各サーバーをコンマ,で区切ります。

一般に、Cursor、CODEGPT、Roo Code などの他の MCP 互換クライアントに統合するには、クライアントの MCP サーバー構成に移動して、同じコード ブロックを追加するだけです。

使用例

適切に設定したら、次のような質問をすることができます。

- "What's the weather like in Seville?" - "Tell me the radiation levels at Maspalomas beach for tomorrow" - "Give me the historical rainfall data for Albacete between January 1st, 2020 and February 1st, 2020"
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Claude AI やその他の MCP 互換クライアントから、スペイン国立気象局 (AEMET) API の気象および気候データを直接取得できる MCP サーバー。

  1. 配布
    1. 鍛冶屋
    2. グラマ
    3. ムシーP
  2. 説明
    1. 主な特徴
      1. インストール
        1. Smithery経由でインストール
        2. uvでインストール
        3. 前提条件
        4. uvのインストール
      2. CLAUDE DESKTOPのようなクライアントとの統合
        1. 使用例

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server that provides real-time weather information including temperature, humidity, wind speed, and sunrise/sunset times through the OpenWeatherMap API.
            Last updated -
            1
            Python
            MIT License
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            An MCP server implementation that allows users to fetch and display weather information for specified cities, including temperature, humidity, wind speed, and weather descriptions.
            Last updated -
            Python
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            An MCP server that connects to OpenWeatherMap's API to provide current weather data and multi-day forecasts for locations worldwide in different measurement units.
            Last updated -
            12
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            An India-focused MCP server that provides real-time weather conditions, forecasts, air quality data, and location search capabilities using the OpenWeatherMap API.
            Last updated -
            Python

          View all related MCP servers

          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/AnCode666/aemet-mcp'

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