MCP-Forge/nutritionix-mcp-server
If you are the rightful owner of nutritionix-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is an MCP (Model Context Protocol) server for integrating with the Nutritionix API, enabling AI agents to access food search, nutrition data, and exercise calorie estimates via natural language input.
Tools
Functions exposed to the LLM to take actions
get_exercise_calories_burned
Get estimated exercise calories burned from natural language input. It would be good to provide age, gender, weight in kg and height in cm.
Args: query: Description of exercise (e.g. "ran 3 miles and biked for 30 minutes")
get_food_nutrition
Get detailed nutritional information from a natural language food query.
Args: query: A sentence or phrase describing the food (e.g. "1 egg and 2 slices of toast")
search_food
Search for common and branded food items.
Args: query: The food search string (e.g. 'banana', 'egg', 'yogurt')
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client