# AI Agent Configuration for eEAT HACCP # This file helps AI agents (LLMs, crawlers, MCP clients) discover and interact with eEAT HACCP services. # Last updated: 2026-06-12 # Site Metadata Site-Name: eEAT HACCP Site-URL: https://eeat-haccp.io Site-Description: Application HACCP connectée pour la traçabilité alimentaire, les capteurs de température, et la conformité hygiène. Primary-Language: fr-CH Supported-Languages: fr-CH, fr-FR, de-DE, de-CH, en-US # MCP Server Configuration MCP-Server-URL: https://eeat-haccp.io/api/mcp MCP-Server-Description: eEAT HACCP MCP Server for creating offers, retrieving offers, and listing subscription packages. MCP-Server-Type: HTTP MCP-API-Version: 2025-11-05 # MCP Tools and Capabilities MCP-Tools: - Name: create_offer Description: Create a new offer for a lead with company and contact information. Endpoint: /api/mcp Method: POST Parameters: - leadData (object): Company and contact information * name (string, required) * address (string, required) * postal (string, required) * city (string, required) * country (string, required) * sector (string, required): restaurant, fast-food, hotel, other * source (string, required) * gender (string, required): Monsieur, Madame * firstname (string, required) * lastname (string, required) * email (string, required) * phone (string, required) * mobilephone (string, required) * siteNb (string, required) * locale (string, required): fr-FR, de-DE * sensorNb (string, required) * pack (string, required): sensors, restaurants, printer * status (string, optional) * outbound (string, optional) - offerDetails (object, required): Offer-specific details - Name: get_offer Description: Retrieve an existing offer by token (AI agent must already have the token). Endpoint: /api/mcp Method: POST Parameters: token - Name: get_packages Description: List available subscription packages (sensors, restaurants, printer). Endpoint: /api/mcp Method: POST Parameters: none # MCP Resources MCP-Resources: - Name: subscription_packages Description: Available eEAT HACCP subscription packages information. URI: /api/mcp/get_packages MIME-Type: application/json - Name: mcp_server_info Description: MCP server metadata and capabilities. URI: /api/mcp MIME-Type: application/json # Crawling Instructions User-Agent: * Allow: / Crawl-Delay: 2 Sitemap: https://eeat-haccp.io/sitemap.xml # AI-Specific Instructions AI-Visibility: Public AI-Use-Case: Food safety compliance, HACCP automation, temperature monitoring, regulatory guidance. AI-Data-Formats: JSON-LD, JSON, XML (sitemap) AI-Preferred-Language: fr-CH # Structured Data Sources JSON-LD-Endpoints: - https://eeat-haccp.io (Organization, WebSite, SoftwareApplication) - https://eeat-haccp.io/outils/application-haccp (HACCP Software) - https://eeat-haccp.io/outils/enregistreur-de-temperature-connecte (Temperature Sensor Product) - https://eeat-haccp.io/guide-haccp (FAQPage, HowTo) # Key Pages for AI Agents Important-Pages: - / (Homepage: Overview of eEAT HACCP tools) - /outils/application-haccp (HACCP Application) - /outils/enregistreur-de-temperature-connecte (Temperature Sensors) - /outils/tracabilite (Traceability Tools) - /guide-haccp (HACCP Guide and FAQs) - /haccp-secteur (Sector-Specific HACCP Guidelines) # Contact for AI Integration AI-Contact-Email: support@eeat-haccp.io AI-Documentation: https://eeat-haccp.io/guide-haccp # Notes - This MCP server provides real-time access to eEAT's HACCP tools and regulatory databases. - For dynamic queries (e.g., "What are the HACCP requirements for a bakery in Switzerland?"), use the MCP tools. - For static data (e.g., sector guidelines), fetch MCP resources or crawl JSON-LD-annotated pages.