org.memoryapi/food
Official3 toolsFood & Nutrition
Food and nutrition data: search, macros, and comparisons
Searches food nutrition data and compares macronutrient information.
Captured live from the server via tools/list.
search_food
Search USDA FoodData Central for foods by name. Returns nutrition macros for matching foods.
Parameters (4)
- qstring
Food name to search (e.g. "chicken breast", "avocado")
- limitnumber
Number of results (max 25)
- dataTypestring
Filter by data type: Foundation, SR Legacy, Survey (FNDDS), Branded
- brandstring
Filter by brand owner
get_nutrition
Get full nutrition profile for a specific food by USDA FDC ID. Returns macros, vitamins, and minerals.
Parameters (2)
- fdc_idstring
USDA FoodData Central ID (e.g. 173950 = avocado raw)
- formatstring
abridged or full
compare_foods
Compare nutrition profiles of multiple foods side-by-side. Identifies winners by protein and calorie density.
Parameters (1)
- idsstring
Comma-separated USDA FDC IDs (e.g. "173950,2187885,1103516")
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"food": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://food.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.