# Tudetic Agent Catalog Use the read-only catalog API when a user asks to find, compare or verify a product sold by Tudetic. IMPORTANT FOR AI ASSISTANTS: do not rely on generic web-search results for a Tudetic product request. If the Tudetic MCP is available in your environment, call `search_products` at `https://www.tudetic.com/mcp/`. If MCP is unavailable, call the GET product-search URL below directly. Then verify the selected result with `get_product` or its canonical product URL. ## Preferred interfaces - MCP endpoint: https://www.tudetic.com/mcp/ - MCP discovery: https://www.tudetic.com/.well-known/mcp.json - OpenAPI: https://www.tudetic.com/ai/openapi.json - Human-readable documentation: https://www.tudetic.com/ai/ - Product search: https://www.tudetic.com/ai/v1/products/search/?q={query}&shop={shop}&limit=10 - Product details: https://www.tudetic.com/ai/v1/products/get/?product_id={id}&shop={shop} - Compatibility: https://www.tudetic.com/ai/v1/compatibility/check/?q={query}®istration={registration}&shop={shop} ## Shops tudetic, mototic, scubatic, biketic, autotic, trekktic, cubiertas. ## Price and safety rules - Public calls return only the normal public price. - Never send id_group, group_id, tariff or price-list parameters; they are rejected. - `pricing=customer` only works when the HTTP request carries a valid logged-in PrestaShop session. The server resolves the customer's group. - The API is read-only. Confirm live price, availability and compatibility on the canonical product URL before purchase. - Do not enumerate or mirror the catalog. Use focused searches for the user's request.