# Food Safety Intelligence

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/cli@latest mcp add twohalves/food-safety

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

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

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

## Direct MCP Connection

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

## Tools (3)

- `check_additive` — Look up a food additive by name, E-number, or CAS number. Returns safety score, ADI (Acceptable Daily Intake), health c…
- `check_ingredient_list` — Check a list of food ingredients for safety and regulatory compliance. Pass a product's ingredient list and get flagged…
- `search_additives` — Search the food additive database by keyword, category, function, or health concern. Useful for finding all preservativ…

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