nutrition_analysis
ActiveTool of Edamam
declared in 0.1.0
Analyze the nutrition of a food ingredient or recipe line and return calories, weight, diet/health labels, and a macro breakdown. Example: nutrition_analysis({ ingredient: "1 cup rice and 10 oz chickpeas" })
Parameters schema
{
"type": "object",
"required": [
"ingredient"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Optional Edamam credentials (comma-separated nutrition,recipe,food pairs of app_id:app_key). Omit to use the platform key."
},
"ingredient": {
"type": "string",
"description": "Free-text ingredient or recipe line, e.g. \"1 large apple\", \"100g cheddar cheese\", \"1 cup cooked rice\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Edamam
https://github.com/pipeworx-io/mcp-edamam
1/7 registries