nutrition-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| tool_search_foodB | Lebensmittel in der USDA FoodData Central Datenbank suchen (1M+ Eintraege). Args: query: Suchbegriff (z.B. "apple", "chicken breast", "whole wheat bread") limit: Anzahl der Ergebnisse (max. 25, Standard: 10) |
| tool_get_nutrition_factsB | Vollstaendige Naehrwertdaten fuer ein Lebensmittel abrufen. Args: fdc_id: USDA FoodData Central ID (aus search_food) serving_grams: Portionsgroesse in Gramm fuer Berechnung (Standard: 100g) |
| tool_compare_foodsA | Zwei Lebensmittel naehrwerttechnisch vergleichen. Args: fdc_id_1: USDA ID des ersten Lebensmittels fdc_id_2: USDA ID des zweiten Lebensmittels serving_grams: Portionsgroesse fuer Vergleich (Standard: 100g) |
| tool_find_foods_high_inB | Lebensmittel mit hohem Gehalt eines bestimmten Naehrstoffs finden. Args: nutrient: Naehrstoff (z.B. "protein", "iron", "vitamin c", "fiber", "calcium") food_category: Optionale Kategorie (z.B. "vegetables", "meat", "dairy") |
| tool_get_daily_valuesA | Taeglich empfohlene Naehrstoffzufuhr (DRI) fuer Erwachsene anzeigen. Zeigt die offiziellen FDA Daily Values fuer alle wichtigen Naehrstoffe. |
| tool_calculate_daily_intakeB | Berechnet wie viel Prozent des Tagesbedarfs ein Lebensmittel deckt. Args: fdc_id: USDA FoodData Central ID servings: Anzahl der Portionen (Standard: 1) serving_grams: Groesse einer Portion in Gramm (Standard: 100g) |
| tool_get_food_categoriesA | Verfuegbare Lebensmittelkategorien und Datentypen in USDA FoodData Central anzeigen. |
| tool_get_nutrient_infoA | Detailinfo zu einem Naehrstoff: Funktion, Mangelzeichen, Lebensmittelquellen. Args: nutrient: Naehrstoffname (z.B. "vitamin c", "iron", "protein", "fiber", "calcium") |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiAgentKarl/nutrition-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server