{"openapi":"3.1.0","info":{"title":"Google Places API","description":"Google Places API는 전 세계 2억 개 이상의 장소 데이터를 검색·조회합니다. 키워드 검색, 근처 장소 탐색, 장소 상세 정보(평점·리뷰·영업시간·사진), 자동완성을 제공하며, 월 $200 무료 크레딧 제공으로 중소 서비스에서 실질적으로 무료 수준입니다.","version":"1.0.0","x-fusepie-id":"google-places","x-fusepie-category":"map","x-fusepie-provider":"Google"},"servers":[{"url":"https://maps.googleapis.com/maps/api/place","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_google_places","summary":"Google Places API","description":"Google Places API는 전 세계 2억 개 이상의 장소 데이터를 검색·조회합니다. 키워드 검색, 근처 장소 탐색, 장소 상세 정보(평점·리뷰·영업시간·사진), 자동완성을 제공하며, 월 $200 무료 크레딧 제공으로 중소 서비스에서 실질적으로 무료 수준입니다.","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.cloud.google.com/apis/library/places-backend.googleapis.com"}}},"x-mcp-config":{"mcpServers":{"google-places":{"command":"npx","args":["-y","@fusepie/mcp-google-places"],"env":{"API_KEY":""}}}}}