# Panko Alerts — Food Safety Data

Search live food safety data from FDA, FSIS, CDC, and city health departments (NYC, Chicago, SF, Seattle, Boston). 5 tools: search recalls, outbreaks, alerts, restaurant inspection articles, and food…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add alex-kenny-lee-vfjv/panko-food-safety

# Browse available tools
npx -y @smithery/cli@latest tool list alex-kenny-lee-vfjv/panko-food-safety

# Get full schema for a tool
npx -y @smithery/cli@latest tool get alex-kenny-lee-vfjv/panko-food-safety search_food_recalls

# Call a tool
npx -y @smithery/cli@latest tool call alex-kenny-lee-vfjv/panko-food-safety search_food_recalls '{}'
```

## Direct MCP Connection

Endpoint: `https://panko-food-safety--alex-kenny-lee-vfjv.run.tools`

## Tools (5)

- `search_food_recalls` — Search recent FDA and FSIS food recall notices aggregated from public government sources. Results may not be exhaustive…
- `search_outbreaks` — Search foodborne illness outbreak reports aggregated from CDC and state health departments. Coverage depends on what ag…
- `get_food_safety_alerts` — Get recent food safety alerts filtered by location and/or category. Aggregated from FDA, FSIS, CDC, and city health dep…
- `check_restaurant_inspections` — Search for food safety articles mentioning a restaurant name. Currently covers NYC, Chicago, SF, Seattle, and Boston. N…
- `search_food_safety_guides` — Search food safety guide articles covering recalls, inspections, outbreaks, and compliance topics. Guide library is act…

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