{"openapi":"3.1.0","info":{"title":"Google Books API","description":"Google Books API로 전 세계 도서를 제목, 저자, ISBN으로 검색하고 메타데이터, 미리보기 링크, 표지 이미지를 조회합니다. 도서 추천, 독서 기록, 서재 앱 등 책 관련 서비스 개발에 필수적인 API입니다.","version":"1.0.0","x-fusepie-id":"google-books","x-fusepie-category":"culture","x-fusepie-provider":"Google"},"servers":[{"url":"https://www.googleapis.com/books/v1","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_google_books","summary":"Google Books API","description":"Google Books API로 전 세계 도서를 제목, 저자, ISBN으로 검색하고 메타데이터, 미리보기 링크, 표지 이미지를 조회합니다. 도서 추천, 독서 기록, 서재 앱 등 책 관련 서비스 개발에 필수적인 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"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://console.cloud.google.com/apis/library/books.googleapis.com"}}},"x-mcp-config":{"mcpServers":{"google-books":{"command":"npx","args":["-y","@fusepie/mcp-google-books"],"env":{"API_KEY":""}}}}}