AEMET-MCP
AEMET-MCP。MCP経由でAEMET APIと統合
配布
鍛冶屋
グラマ
ムシーP
Related MCP server: Weather MCP
説明
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 claudeuvでインストール
前提条件
Python 3.10 以上。
UVパッケージ マネージャー。
uvのインストール
最初のステップは、Python のパッケージ マネージャーであるuvをインストールすることです。
コマンドラインからインストールできます。
macOS および Linux の場合:
curl -LsSf https://astral.sh/uv/install.sh | shWindowsの場合:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"pip を使ってインストールすることもできます:
pip install uvuv のインストールの詳細については、 uv ドキュメントを参照してください。
CLAUDE DESKTOPのようなクライアントとの統合
uvがインストールされると、Claude for Desktop などの互換性のあるクライアントから MCP サーバーを使用できるようになります。その場合の手順は次のとおりです。
**Claude > 設定 > 開発者 > 設定の編集 >
claude_desktop_config.json**に移動します。"mcpServers"内に次のブロックを追加します。
"aemet_mcp_": {
"command": "uvx",
"args": [
"aemet_mcp"
],
"env": {
"AEMET_API_KEY": "YOUR_AEMET_API_KEY"
}
}AEMET から無料の API キーを取得するには、次の URL にアクセスしてください: https://opendata.aemet.es/centrodedescargas/altaUsuario
YOUR_AEMET_API_KEYを実際の API キーに置き換えます (引用符はそのままにします)。すでに別の 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"Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA Model Context Protocol (MCP) server built with the mcp-framework to provide weather-related tools and data to AI clients. It enables integration of weather capabilities and custom tools into the MCP ecosystem for use with platforms like Claude Desktop.17
- Alicense-qualityDmaintenanceA MCP server for querying real-time weather information for any city worldwide using the free Open-Meteo API, supporting CLI and integration with AI clients like Claude and Cursor.15MIT
- Flicense-qualityCmaintenanceAn MCP server that provides current weather conditions and forecasts via OpenWeatherMap API to AI agents.
- Flicense-qualityCmaintenanceAn MCP server that enables AI assistants to answer Mexico weather questions using official government data, resolving municipality names via INEGI and fetching forecasts from CONAGUA/SMN.
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI dialogue using various LLM models via AceDataCloud
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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