Piqit MCP Apps

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.

Endpoint

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.

UI components

ResourceDescription
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

Connect from ChatGPT

  1. Enable developer mode: Settings → Apps & Connectors → Advanced settings.
  2. Create a connector with the MCP server URL https://www.piqit.ai/mcp, no authentication.
  3. Ask e.g. "Search Piqit for a grey sofa". Tool results render as the product grid widget.

Connect from Claude (web / desktop / Cowork)

  1. Settings → Connectors → Add custom connector (paid plans).
  2. Enter https://www.piqit.ai/mcp as the remote MCP server URL.
  3. Product searches in the chat now render the interactive components.

Connect from Claude Code

claude mcp add --transport http piqit https://www.piqit.ai/mcp

Other MCP hosts

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.