# nutriscan-ai

Title: NutriScan AI — Food Intelligence & Allergen Guard

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add b0d02xk/nutriscan-ai

# Browse available tools
npx -y @smithery/cli@latest tool list b0d02xk/nutriscan-ai

# Get full schema for a tool
npx -y @smithery/cli@latest tool get b0d02xk/nutriscan-ai nutriscan_scan_barcode

# Call a tool
npx -y @smithery/cli@latest tool call b0d02xk/nutriscan-ai nutriscan_scan_barcode '{}'
```

## Direct MCP Connection

Endpoint: `https://nutriscan-ai--b0d02xk.run.tools`

## Tools (3)

- `nutriscan_scan_barcode` — Look up a food or consumer product by its barcode (UPC/EAN) and get a complete nutritional intelligence report. Returns…
- `nutriscan_analyze_text` — Analyze a raw ingredient list (as text) and get a nutritional intelligence report. Use this when you have the ingredien…
- `nutriscan_check_allergens` — Fast allergen-only check for a product barcode or ingredient list. Returns only allergen status — faster and cheaper th…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get b0d02xk/nutriscan-ai <tool-name>
```
