Look Up Food Nutrition
Search for any food and get detailed nutritional information including calories, protein, fat, and carbohydrates.
Nutrition facts for any food
Look up nutrition facts for any food or packaged product. Search by name for USDA macro/micronutrient breakdowns, or search international packaged products by brand. Scan a barcode to get ingredients, allergens, nutri-scores, and per-100g nutrition.
Search food databases for foods by name, brand, or keyword. Returns matching foods with basic nutrition info and FDC IDs for detailed lookup.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "nutrition-data",
"skill": "search_foods",
"input": {
"query": "chicken breast"
}
}' \
https://api.toolrouter.com/v1/tools/callGet detailed nutrition breakdown for a specific food by its FDC ID. Returns comprehensive macro and micronutrient data including vitamins, minerals, and serving sizes.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "nutrition-data",
"skill": "get_nutrition",
"input": {
"fdc_id": 534358
}
}' \
https://api.toolrouter.com/v1/tools/callSearch an international database of packaged food products by name or brand. Returns product names, brands, nutri-scores, images, and nutrition per 100g. Best for branded and packaged foods worldwide.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "nutrition-data",
"skill": "search_products",
"input": {
"query": "nutella"
}
}' \
https://api.toolrouter.com/v1/tools/callLook up a packaged food product by its barcode (EAN/UPC). Returns full product details including name, brand, ingredients, allergens, nutri-score, packaging, and detailed nutrition per 100g and per serving.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "nutrition-data",
"skill": "lookup_barcode",
"input": {
"barcode": "3017620422003"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"nutrition-data","skill":"search_foods","input":{}}' \
https://api.toolrouter.com/v1/tools/callSearch for any food and get detailed nutritional information including calories, protein, fat, and carbohydrates.
Add up the total calories and macros for a complete meal by looking up each ingredient individually.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Plan meals with nutritional data, recipe discovery, and beautiful food imagery in one workflow.
Yes. It supports USDA food lookups as well as international packaged products by brand.
Barcode scans return ingredients, allergens, nutri-scores, and per 100g nutrition.
It includes macro and micronutrient breakdowns.
Yes. It is especially useful when you need structured nutrition and allergen data.