AQICN MCP 서버
이는 세계 대기 질 지수(AQICN) 프로젝트의 대기 질 데이터 도구를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. LLM은 이를 통해 전 세계 도시 및 좌표의 실시간 대기 질 데이터를 가져올 수 있습니다.
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 AQICN MCP 서버를 자동으로 설치하려면:
지엑스피1
권장 UV를 통한 설치(수동)
Python 환경을 관리하려면 uv를 사용하는 것이 좋습니다.
환경 설정
프로젝트 루트에 .env
파일을 만듭니다( .env.example
에서 복사할 수 있습니다).
또는 환경 변수를 직접 설정할 수 있습니다.
서버 실행
개발 모드
서버를 테스트하고 디버깅하는 가장 빠른 방법은 MCP Inspector를 사용하는 것입니다.
Claude 데스크톱 통합
서버가 준비되면 Claude Desktop에 설치하세요.
직접 실행
테스트 또는 사용자 정의 배포의 경우:
사용 가능한 도구
1. 시티_아키
특정 도시의 대기 질 데이터를 받아보세요.
입력:
city
: 대기 질 데이터를 얻을 도시 이름
출력: AQIData
포함:
aqi
: 대기질 지수 값station
: 역 이름dominant_pollutant
: 주요 오염 물질(사용 가능한 경우)time
: 측정의 타임스탬프coordinates
: 관측소의 위도와 경도
2. 지오_아키
좌표를 사용하여 특정 위치의 대기 질 데이터를 가져옵니다.
입력:
latitude
: 위치의 위도longitude
: 위치의 경도
출력: city_aqi
와 동일
3. 검색 스테이션
키워드로 대기질 측정소를 검색하세요.
입력:
keyword
: 역을 검색하기 위한 키워드(도시 이름, 역 이름 등)
출력: StationInfo
목록:
name
: 역 이름station_id
: 고유 역 식별자coordinates
: 관측소의 위도와 경도
사용 예
MCP Python 클라이언트 사용:
기여하다
이슈를 공개하고 풀 리퀘스트를 자유롭게 진행하세요. 변경 사항에는 적절한 테스트와 문서가 포함되어 있는지 확인해 주세요.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.
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.
모델 컨텍스트 프로토콜(MCP)을 통해 전 세계 도시와 좌표의 실시간 대기 질 데이터를 가져오기 위해 세계 대기 질 지수와 상호 작용할 수 있습니다.
Related Resources
Related MCP Servers
- -securityFlicense-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 -681JavaScript
- -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
- AsecurityAlicenseAqualityA Model Context Protocol implementation that enables LLMs to access real-time, forecasted, and historical U.S. air quality data through the AirNow API.Last updated -103TypeScriptMIT License
- -securityFlicense-qualityA MCP server that provides real-time weather information for any city through a simple tool that resolves geographic coordinates and fetches current weather data.Last updated -8TypeScript