AEMET-MCP. MCP를 통한 AEMET API 통합
유통
대장간
글라마
엠시피
설명
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의 경우:
Windows의 경우:
pip를 사용해서 설치할 수도 있습니다.
uv 설치에 대한 자세한 내용은 uv 설명서를 참조하세요.
CLAUDE DESKTOP과 같은 클라이언트와의 통합
uv가 설치되면 Claude for Desktop 등 호환되는 모든 클라이언트에서 MCP 서버를 사용할 수 있습니다. 이 경우 다음 단계를 따르세요.
- Claude > 설정 > 개발자 > 구성 편집 >
claude_desktop_config.json
으로 이동하세요. "mcpServers"
내부에 다음 블록을 추가합니다.
- AEMET에서 무료 API 키를 받으세요: https://opendata.aemet.es/centrodedescargas/altaUsuario
YOUR_AEMET_API_KEY
실제 API 키로 바꾸세요(따옴표는 그대로 두세요).- 이미 다른 MCP 서버가 구성되어 있는 경우 각각을 쉼표(
,
)로 구분합니다.
일반적으로 Cursor, CODEGPT, Roo Code 등 다른 MCP 호환 클라이언트에 통합하려면 클라이언트의 MCP 서버 구성으로 가서 동일한 코드 블록을 추가하기만 하면 됩니다.
사용 예
올바르게 구성하면 다음과 같은 질문을 할 수 있습니다.
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.
스페인 국가 기상청(AEMET) API에서 Claude AI 및 기타 MCP 호환 클라이언트로부터 직접 기상 및 기후 데이터를 검색할 수 있는 MCP 서버입니다.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that provides real-time weather information including temperature, humidity, wind speed, and sunrise/sunset times through the OpenWeatherMap API.Last updated -1PythonMIT License
- -securityFlicense-qualityAn 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
- -securityAlicense-qualityAn 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 -12TypeScriptMIT License
- -securityFlicense-qualityAn 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