{"openapi":"3.1.0","info":{"title":"OpenTable API","description":"OpenTable API로 전 세계 레스토랑의 예약 가능 시간을 조회하고 온라인 예약을 처리합니다. 레스토랑 검색, 메뉴 정보, 리뷰 평점을 제공하며 다이닝 예약 서비스와 맛집 추천 앱에 활용됩니다.","version":"1.0.0","x-fusepie-id":"opentable","x-fusepie-category":"data","x-fusepie-provider":"OpenTable"},"servers":[{"url":"https://platform.otqa.com","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_opentable","summary":"OpenTable API","description":"OpenTable 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://restaurant.opentable.com/"}}},"x-mcp-config":{"mcpServers":{"opentable":{"command":"npx","args":["-y","@fusepie/mcp-opentable"],"env":{"API_KEY":""}}}}}