You're viewing a demo portfolio

Join the waitlist
PRSM

check_nutrition

Active

Tool of food-safety-mcp

declared in 1.0.2

Retrieve Israeli Ministry of Health official nutrition data for a food item by name in Hebrew or English. Input: food name (e.g. 'hummus', 'chicken breast', 'bread', or Hebrew equivalent). Returns per 100g: energy (kcal), protein, total fat, carbohydrates, dietary fiber, total sugars, alcohol, moisture; vitamins (A, C, E, D, K, B6, B12, thiamin, riboflavin, niacin, folate); minerals (calcium, iron, magnesium, phosphorus, zinc, selenium, sodium, potassium, choline); fats (cholesterol, saturated, mono/polyunsaturated, trans). Source: Israel Ministry of Health Nutrition Database (4,624 food items). For nutritional analysis and dietary reference. Do not use for additive safety (use check_additive) or pesticide MRLs (use check_pesticide_mrl).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "maxLength": 200,
      "minLength": 1,
      "description": "Food name in Hebrew or English for Israeli Ministry of Health nutrition lookup (e.g. 'hummus', 'chicken breast', 'bread'). Use a specific food item rather than an additive, crop, or supplement."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

food-safety-mcp

https://github.com/rootsbymenda/food-mcp-server

2/7 registries
View full server →