{"openapi":"3.1.0","info":{"title":"Aviation Weather Center API","description":"미국 NOAA/FAA 항공기상센터의 METAR(공항 실황 관측), TAF(공항 예보), SIGMET(위험 기상) 데이터를 제공하는 API입니다. 인증 없이 무료로 전 세계 공항의 항공기상 데이터를 조회할 수 있습니다.","version":"1.0.0","x-fusepie-id":"aviation-weather","x-fusepie-category":"weather","x-fusepie-provider":"NOAA/FAA"},"servers":[{"url":"https://aviationweather.gov/api/data","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_aviation_weather","summary":"Aviation Weather Center API","description":"미국 NOAA/FAA 항공기상센터의 METAR(공항 실황 관측), TAF(공항 예보), SIGMET(위험 기상) 데이터를 제공하는 API입니다. 인증 없이 무료로 전 세계 공항의 항공기상 데이터를 조회할 수 있습니다.","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"}}}}}}}},"x-mcp-config":{"mcpServers":{"aviation-weather":{"command":"npx","args":["-y","@fusepie/mcp-aviation-weather"],"env":{}}}}}