{"openapi":"3.1.0","info":{"title":"AQICN 전세계 실시간 대기질 지수","description":"AQICN(Air Quality Index China) API는 전 세계 주요 도시와 측정소의 실시간 대기질 지수(AQI)를 제공합니다. PM2.5, PM10, 오존, 이산화질소 등 오염 물질별 수치와 건강 영향 등급을 포함하며, 글로벌 대기질 모니터링 서비스에 활용됩니다.","version":"1.0.0","x-fusepie-id":"aqicn","x-fusepie-category":"weather","x-fusepie-provider":"AQICN"},"servers":[{"url":"https://api.waqi.info","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_aqicn","summary":"AQICN 전세계 실시간 대기질 지수","description":"AQICN(Air Quality Index China) API는 전 세계 주요 도시와 측정소의 실시간 대기질 지수(AQI)를 제공합니다. PM2.5, PM10, 오존, 이산화질소 등 오염 물질별 수치와 건강 영향 등급을 포함하며, 글로벌 대기질 모니터링 서비스에 활용됩니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://aqicn.org/data-platform/token/"}}},"x-mcp-config":{"mcpServers":{"aqicn":{"command":"npx","args":["-y","@fusepie/mcp-aqicn"],"env":{"API_KEY":""}}}}}