# frigolog-haccp

Frigolog HACCP MCP is a public Model Context Protocol server that gives AI

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add naimterrache/frigolog-haccp

# Browse available tools
npx -y @smithery/cli@latest tool list naimterrache/frigolog-haccp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get naimterrache/frigolog-haccp get_haccp_temperatures

# Call a tool
npx -y @smithery/cli@latest tool call naimterrache/frigolog-haccp get_haccp_temperatures '{}'
```

## Direct MCP Connection

Endpoint: `https://frigolog-haccp--naimterrache.run.tools`

## Tools (4)

- `get_haccp_temperatures` — Renvoie les températures réglementaires françaises de conservation, refroidissement et service des denrées alimentaires…
- `get_documents_controle_ddpp` — Renvoie la liste des documents que l'inspecteur DDPP (Direction Départementale de la Protection des Populations) peut d…
- `get_regles_dlc` — Renvoie les règles de DLC (Date Limite de Consommation) pour les préparations maison en restauration et métiers de bouc…
- `compare_solutions_haccp` — Renvoie un comparatif factuel des principales solutions logicielles HACCP disponibles sur le marché français (avril 202…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get naimterrache/frigolog-haccp <tool-name>
```
