-
securityF
license-
qualityProvides current weather and air quality data for any city using WeatherAPI, easily integrating with MCP clients like n8n and Claude Desktop App.
Last updated -
214
JavaScript
Used for storing API credentials securely in a .env file for the OpenWeatherMap API integration
Required as the runtime environment (version 3.10+) for executing the MCP server
OpenWeatherMap API를 사용하여 다음을 제공하는 MCP(모델 컨텍스트 프로토콜) 서버:
.env
파일을 만듭니다 .get_current_weather(location: str)
주어진 위치의 현재 날씨를 반환합니다.
get_weather_forecast(location: str, days: int = 5)
해당 위치의 날씨 예보(최대 5일)를 반환합니다.
get_air_quality(location: str)
대기 질 지표와 AQI 수준을 반환합니다.
search_location(query: str)
쿼리에 따라 최대 5개의 위치 일치 항목을 반환합니다.
모든 도구는 명확한 오류 메시지를 반환합니다.
.env
파일이 올바르게 구성되었는지 확인하세요.실행하면 이 서버를 Claude Desktop이나 다른 자동화 도구와 같은 MCP 호환 클라이언트와 함께 사용할 수 있습니다.
This server cannot be installed
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.
OpenWeatherMap API를 사용하여 실시간 날씨 상황, 예보, 대기 질 데이터 및 위치 검색 기능을 제공하는 인도 중심의 MCP 서버입니다.