{"openapi":"3.1.0","info":{"title":"Yelp Fusion API","description":"Yelp Fusion API로 전 세계 음식점, 카페, 바 등 비즈니스를 위치 기반으로 검색하고 리뷰·평점·사진을 조회합니다. 맛집 추천, 주변 식당 탐색, 리뷰 분석 서비스 구축에 널리 사용되는 장소 데이터 API입니다.","version":"1.0.0","x-fusepie-id":"yelp-fusion","x-fusepie-category":"data","x-fusepie-provider":"Yelp"},"servers":[{"url":"https://api.yelp.com/v3","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_yelp_fusion","summary":"Yelp Fusion API","description":"Yelp Fusion API로 전 세계 음식점, 카페, 바 등 비즈니스를 위치 기반으로 검색하고 리뷰·평점·사진을 조회합니다. 맛집 추천, 주변 식당 탐색, 리뷰 분석 서비스 구축에 널리 사용되는 장소 데이터 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://www.yelp.com/developers/v3/manage_app"}}},"x-mcp-config":{"mcpServers":{"yelp-fusion":{"command":"npx","args":["-y","@fusepie/mcp-yelp-fusion"],"env":{"API_KEY":""}}}}}