AEMET-MCP
AEMET-MCP. MCP를 통한 AEMET API 통합
유통
대장간
글라마
엠시피
Related MCP server: Weather MCP
설명
AEMET는 스페인의 국가 기상청입니다.
Aemet-mcp를 사용하면 Model Context Protocol(MCP)을 사용하여 Claude AI 및 기타 MCP 호환 클라이언트에서 직접 AEMET API의 과거 기후 데이터와 기상 정보를 검색할 수 있습니다.
Aemet-mcp는 LLM이 스페인 전역의 기상 관측소에서 데이터를 쿼리할 수 있는 도구를 제공하는 MCP 서버입니다.
여기에는 지원 데이터를 사용하기 위한 API 키와 리소스 JSON 파일의 안전한 처리가 포함됩니다.
주요 기능
과거 일일 값 (온도, 바람, 강수량 등)에 대한 쿼리
관측소별 월별 기후 요약 을 확인하세요.
연도, 월, AEMET 관측소 코드로 필터링합니다.
자외선 복사 지수를 포함한 해변 상황을 문의하세요.
JSON 형식으로 응답을 사용할 수 있습니다.
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 AEMET Weather Data Server를 자동으로 설치하려면:
지엑스피1
uv로 설치
필수 조건
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 키를 받으세요: 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