Back to Directory
Fondouk PrestaShop Module favicon

Fondouk PrestaShop Module

Live

Open-source PrestaShop module that exposes UCP discovery, REST, and MCP catalog endpoints for AI shopping agents.

Fondouk is a PrestaShop 8.2 and 9.1 module for making stores visible and queryable by AI agents over UCP and MCP. The free MIT-licensed visibility module publishes /.well-known/ucp, generates catalog responses from store data, supports REST and MCP transports, validates responses against UCP 2026-04-08 schemas, and includes rate limiting and cache invalidation. Fondouk Pro adds observability and control for agent traffic.

Why This Matters for UCP

Fondouk extends UCP into the PrestaShop ecosystem with a reference open-source module for catalog discovery over REST and MCP, giving non-Shopify merchants a concrete path into agent-readable commerce.

UCP Capabilities

product discovery

UCP Endpoint

https://demo.fondouk.dev/.well-known/ucpLive

Integration Example

const profile = await fetch('https://demo.fondouk.dev/.well-known/ucp')
  .then((response) => response.json());

console.log(profile.ucp.services['dev.ucp.shopping']);

UCP Status

Live

Tags

prestashopphpmcpcatalogopen-source

Pricing

freemium

Added 2026-08-03
Verified2026-08-03
DocumentationSourceOpen Source

Is this your listing? Claim it to get analytics, a verified badge, and priority placement. Claim your listing →

Related Guides

Reviews

★★★★★4.6 (5 reviews)

These are illustrative examples to show what reviews will look like. Submit your own experience below.

BT

B. Thompson

Staff Engineer · Mar 5, 2026

★★★★★

This saved us days of work. Dropped it into our pipeline and had UCP endpoint validation running in about 20 minutes. Documentation is accurate.

KP

K. Park

Backend Developer · Feb 18, 2026

★★★★★

The best developer tool in this category. TypeScript types are correct and complete. Error messages actually tell you what went wrong.

EG

E. Garcia

Senior Engineer · Jan 30, 2026

★★★★

Solid tool. The test suite coverage is excellent. I found one edge case in the payment token validation that the maintainers fixed within 48 hours.

MF

M. Fischer

DevTools Engineer · Mar 8, 2026

★★★★★

Integrated in an afternoon. The discovery endpoint just worked. The CLI flags are well-designed — composable, no magic defaults.

YO

Y. Okonkwo

API Engineer · Feb 25, 2026

★★★★

Good tool for UCP conformance testing. Runs fast and the output is easy to parse in CI. Would like a JSON output mode — currently only text.

26 other tools in Developer Tools

Is this your tool? Claim this listing

Related Developer Tools

UCP Specification favicon

UCP Specification

Developer Tools

Ecosystem

The official Universal Commerce Protocol specification repository maintained by the UCP organization.

specificationprotocolofficial
UnverifiedAgent-Ready: 40%
4.2implementation(52 signals)
Open Sourcefree
UCP Samples favicon

UCP Samples

Developer Tools

Ecosystem

Official sample implementations and examples for the Universal Commerce Protocol.

examplessamplesofficial
UnverifiedAgent-Ready: 40%
4implementation(55 signals)
Open Sourcefree
UCP Conformance Tests favicon

UCP Conformance Tests

Developer Tools

Ecosystem

Official conformance test suite for validating UCP protocol compliance.

testingconformanceofficial
Verified 11 days agoAgent-Ready: 40%
4.3implementation(15 signals)
Open Sourcefree