{"openapi":"3.1.0","info":{"title":"네이버 지도 API","description":"네이버 클라우드 플랫폼의 Maps API는 지도 표시, 주소-좌표 변환, 경로 탐색(자동차·대중교통·도보), 정적 지도 이미지 생성을 지원합니다. NCP 콘솔에서 앱 등록 후 클라이언트 ID를 발급받아 사용하며, 월 3,000건까지 무료 제공됩니다.","version":"1.0.0","x-fusepie-id":"naver-map","x-fusepie-category":"map","x-fusepie-provider":"네이버"},"servers":[{"url":"https://naveropenapi.apigw.ntruss.com/map-geocode/v2","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_naver_map","summary":"네이버 지도 API","description":"네이버 클라우드 플랫폼의 Maps API는 지도 표시, 주소-좌표 변환, 경로 탐색(자동차·대중교통·도보), 정적 지도 이미지 생성을 지원합니다. NCP 콘솔에서 앱 등록 후 클라이언트 ID를 발급받아 사용하며, 월 3,000건까지 무료 제공됩니다.","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://console.ncloud.com/naver-service/application"}}},"x-mcp-config":{"mcpServers":{"naver-map":{"command":"npx","args":["-y","@fusepie/mcp-naver-map"],"env":{"API_KEY":""}}}}}