store
Custom metal-print storefront: catalog search, product details, shipping, reviews.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемСбоиБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Custom metal-print storefront: catalog search, product details, shipping, reviews. Read-only.
Список инструментов сервера (11)
Технические названия из tools/list. Нужны только разработчикам.
| search_products | Search and browse Bolot Studio custom metal photo prints. Returns a compact product card by default — handle, title, short description, price/compareAtPrice, availability, variants (name/size/price/availability), one image, and the product URL — for every result. For ONE product (pass `handle`), add `detail: true` to also get the AI summary, use cases, FAQs, competitive positioning, social proof, gallery, shipping zones, and guarantee/returns/quality-assurance detail; every response, compact or detailed, is capped to the server's response size limit. |
| get_product_recommendations | Get personalized product and variant recommendations based on customer intent, budget, recipient profile, room type, and lighting conditions. |
| search_policies_and_faqs | Search Bolot Studio FAQs and store policies. Covers product questions, sizing, finishes, shipping, returns, and ordering. |
| compare_products | Compare Bolot Studio products — Legacy Print vs Cinematic Print, or Bolot vs competitors (Displate, Canvas, Framed prints). |
| get_store_info | Get Bolot Studio brand information, shipping zones, payment methods, and configurator URLs. Essential context for helping customers. |
| check_photo_compatibility | Check whether supplied pixel dimensions meet the print-contract 120 DPI hard gate used by upload. Returns per-size required_px. Crop and artefacts are still reviewed in the configurator. With a delivery country, also lists market-visible wall formats. If width/height are omitted, reports that suitability cannot be verified without dimensions. |
| get_shipping_estimate | Get estimated delivery time, free shipping threshold, and carrier information for a specific country. Use this when a customer asks about shipping costs or delivery times to their location. |
| get_reviews_summary | Get aggregated customer review statistics and featured review excerpts. Use this when a customer asks about product quality, other customers' experiences, or social proof. Returns ratings, distribution, and highlighted reviews. |
| start_configuration | Generate a direct URL to the Bolot Studio product configurator with pre-selected options. Optionally pre-select size and/or finish ('matte' or 'glossy'). Valid sizes are product-specific: 'the-legacy-print' accepts 'keepsake-3-pack' (three separate 13×9 cm panels with three separate metal desk stands), 'classic' (30×20), or 'statement' (42×30); 'the-cinematic-print' accepts 'intimate' (21×14), 'classic' (30×20), or 'statement' (42×30); 'the-address-sign' uses templates and ignores size/finish. |
| search_products_task | Task-based product search for long-running MCP clients. Use task polling to retrieve the result. |
| check_photo_compatibility_task | Task-based photo-resolution check against the print-contract 120 DPI hard gate used by upload. Omit width/height to report that suitability cannot be verified without dimensions. |