PrestaShop's AI Future: Fondouk Module Integrates Universal Commerce Protocol (UCP)
PrestaShop Embraces the AI Agent Wave with Fondouk Module
The e-commerce landscape is rapidly evolving, with Artificial Intelligence agents becoming an increasingly significant channel for product discovery. A recent PrestaShop forum thread introduced a groundbreaking module, Fondouk, designed to future-proof PrestaShop stores by making them visible and queryable by these emerging AI agents.
Authored by Mohamed from Fondouk, the module implements the Universal Commerce Protocol (UCP) – an open standard published by industry giants like Google and Shopify – alongside MCP. This integration allows PrestaShop 8.2 and 9.1 stores to serve a discovery manifest at /.well-known/ucp, enabling AI agents such as Gemini, Claude, and agentic browsers to query the store's catalog in real-time. This includes searching for products, retrieving product details, checking prices, and verifying stock levels via REST or MCP.
Key Architectural Principles and Features:
- Zero Configuration: The module boasts an impressive 'install and enable' simplicity. It automatically introspects the store's catalog, combinations, languages, and currencies to generate the necessary data, requiring no manual setup.
- Read-Only, Public Data: Fondouk prioritizes security and privacy. It only exposes public data, calculating prices in an anonymous-visitor context. This ensures no customer data, B2B, or group-specific prices are ever exposed to AI agents.
- Hardened by Default: Built for resilience, the module incorporates token-bucket rate limiting, hook-invalidated response caching, and request size caps. This robust design helps PrestaShop stores withstand intensive crawling, even on shared hosting environments.
- Spec-Conformant: Every response generated by Fondouk is validated against the official UCP schemas (release 2026-04-08), ensuring full compatibility and reliability.
A striking observation shared by the author highlights the urgency of this development: even before any public announcement, crawlers from major tech entities like Google, Apple, OpenAI, Anthropic, and Perplexity had already autonomously discovered and interacted with the Fondouk demo store. Perplexity's agentic browser, in particular, fully consumed the protocol end-to-end, demonstrating that the 'agentic wave' is not theoretical but an active force in web traffic.
Merchants and developers can test the protocol's functionality directly:
curl https://demo.fondouk.dev/.well-known/ucpThe core visibility module is free and open source (MIT license), serving as the reference implementation for the UCP standard on PrestaShop. Its code, technical specifications, and security review are publicly available on GitHub at https://github.com/fondouk-dev/fondouk.
For PrestaShop merchants seeking deeper insights, Fondouk Pro is available on PrestaShop Addons (€59.99). This professional version adds an observability dashboard, allowing store owners to track which agent families visit their store, which products they view, the proportion of traffic using structured protocols, and provides per-agent-family control (allow/throttle/block) along with GDPR compliance tools. The free and Pro versions are designed to coexist seamlessly, ensuring continuous AI agent visibility.
As of this review, the thread has no replies, indicating that the community is still absorbing this new and significant development. The author is actively seeking feedback on catalog edge cases, hosting quirks, and general thoughts on the approach, inviting contributions via GitHub issues.