# Food Safety Intelligence (verified)

The most comprehensive food safety MCP server. 5 tools: check any food additive (E-number, CAS, name), scan full ingredient lists for risks, search by category/concern, look up nutritional profiles o…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add twohalves/food-safety

# Browse available tools
npx -y smithery tool list twohalves/food-safety

# Get full schema for a tool
npx -y smithery tool get twohalves/food-safety check_additive

# Call a tool
npx -y smithery tool call twohalves/food-safety check_additive '{}'
```

## Direct MCP Connection

Endpoint: `https://food-safety--twohalves.run.tools`

## Tools (5)

- `check_additive` — Check a food additive by name, E-number, or CAS number. Use when the user asks whether an additive such as E171, aspart…
- `check_ingredient_list` — Scan a packaged-food ingredient list for additive safety and regulatory flags. Use when the user pastes a label or asks…
- `search_additives` — Search food additives by keyword, function, category, dietary status, or health concern. Use when the user asks to find…
- `check_nutrition` — Check Israeli Ministry of Health nutrition data for a food item in Hebrew or English. Use when the user asks for calori…
- `check_pesticide_mrl` — Check Israeli pesticide maximum residue limits by pesticide, crop, or combined query. Use when the user asks whether a …

```bash
# Get full input/output schema for a tool
npx -y smithery tool get twohalves/food-safety <tool-name>
```
