{"openapi":"3.1.0","info":{"title":"Edamam Food Database API","description":"Edamam Food Database API로 90만+ 식품의 영양 성분, 칼로리, 알레르겐 정보를 조회합니다. 자연어 식품 파싱을 지원하며 식단 기록, 영양 분석, 건강 관리 앱의 식품 데이터 백엔드로 활용됩니다.","version":"1.0.0","x-fusepie-id":"edamam-food","x-fusepie-category":"health","x-fusepie-provider":"Edamam"},"servers":[{"url":"https://api.edamam.com/api/food-database/v2","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_edamam_food","summary":"Edamam Food Database API","description":"Edamam Food Database API로 90만+ 식품의 영양 성분, 칼로리, 알레르겐 정보를 조회합니다. 자연어 식품 파싱을 지원하며 식단 기록, 영양 분석, 건강 관리 앱의 식품 데이터 백엔드로 활용됩니다.","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://developer.edamam.com/food-database-api"}}},"x-mcp-config":{"mcpServers":{"edamam-food":{"command":"npx","args":["-y","@fusepie/mcp-edamam-food"],"env":{"API_KEY":""}}}}}