nutrition_analysis
Pack: edamam · Endpoint: https://gateway.pipeworx.io/edamam/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
ingredient | string | yes | Free-text ingredient or recipe line, e.g. “1 large apple”, “100g cheddar cheese”, “1 cup cooked rice” |
_apiKey | string | no | Optional Edamam credentials (comma-separated nutrition,recipe,food pairs of app_id:app_key). Omit to use the platform key. |
Example call
curl -X POST https://gateway.pipeworx.io/edamam/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"nutrition_analysis","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"edamam": {
"url": "https://gateway.pipeworx.io/edamam/mcp"
}
}
}
See Getting Started for client-specific install steps.