{"openapi":"3.1.0","info":{"title":"OpenWeatherMap 글로벌 날씨","description":"OpenWeatherMap은 전 세계 200,000개 이상 도시의 현재 날씨, 5일 예보, 과거 데이터, 기상 알림을 제공하는 글로벌 날씨 API입니다. 무료 플랜으로 분당 60회 호출이 가능하며, 글로벌 서비스나 해외 날씨 비교 기능 구현에 활용됩니다.","version":"1.0.0","x-fusepie-id":"openweathermap","x-fusepie-category":"weather","x-fusepie-provider":"OpenWeather"},"servers":[{"url":"https://api.openweathermap.org/data/2.5","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_openweathermap","summary":"OpenWeatherMap 글로벌 날씨","description":"OpenWeatherMap은 전 세계 200,000개 이상 도시의 현재 날씨, 5일 예보, 과거 데이터, 기상 알림을 제공하는 글로벌 날씨 API입니다. 무료 플랜으로 분당 60회 호출이 가능하며, 글로벌 서비스나 해외 날씨 비교 기능 구현에 활용됩니다.","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://home.openweathermap.org/users/sign_up"}}},"x-mcp-config":{"mcpServers":{"openweathermap":{"command":"npx","args":["-y","@fusepie/mcp-openweathermap"],"env":{"API_KEY":""}}}}}