The Piqit product search is available as an MCP server with interactive UI components (MCP Apps extension). Hosts that support MCP Apps (Claude, ChatGPT, Goose, Postman and others) render product search results as an interactive grid and product details with a "Zum Shop" button, directly inside the conversation.
https://www.piqit.ai/mcp
Transport: Streamable HTTP, no authentication required. Tools:
search_piqit (runs the full Piqit chat pipeline and returns a chat-style answer,
headline, answer text, product grid with click-through to a product detail view, and
suggestions) and get_product (product detail view). Pass the user's full request
verbatim as message; queries should be German. The raw FAPS search tools are
intentionally not exposed, so the host always gets the refined, chat-quality search.
| Resource | Description | |
|---|---|---|
ui://piqit/product-grid.html |
Interaktives Produktraster für Suchergebnisse von search_products und search_similar_products. | Preview |
ui://piqit/product-detail.html |
Produktdetailansicht mit Galerie, Angeboten und Zum-Shop-Button für get_product. | Preview |
ui://piqit/chat.html |
Chat-Antwort (Headline, Text, Produkt-Grid, Suggestions) mit clientseitiger PDP-Ansicht für das search_piqit-Tool. | Preview |
https://www.piqit.ai/mcp, no authentication.https://www.piqit.ai/mcp as the remote MCP server URL.claude mcp add --transport http piqit https://www.piqit.ai/mcp
Any host that implements the core MCP protocol can call the tools and will receive
text plus structuredContent. Hosts that also implement the MCP Apps extension
additionally render the ui:// components declared via
_meta.ui.resourceUri on each tool.