# La Luer — AI Skincare Commerce MCP server

Search, compare, and purchase La Luer microcurrent facial devices and skincare products.

## Links
- Registry page: https://www.getdrio.com/mcp/ai-searchshop-www-la-luer
- Repository: https://github.com/nathangrotticelli/searchshopai

## Install
- Endpoint: https://searchshopai-mcp.fly.dev/mcp/la-luer
- Auth: Not captured

## Setup notes
- Remote endpoint: https://searchshopai-mcp.fly.dev/mcp/la-luer

## Tools
- skincare_recommend - (Deprecated: use 'recommend' instead. Works identically.) Get a personalized La Luer product recommendation with ingredient-aware scoring, safety notes, and routine building. Use when the user wants advice on what to buy, needs help choosing between products, has a specific skin concern (acne, aging, dryness, sensitivity, etc.), wants a routine, or asks "what should I use for X." Do not use for browsing or listing products — use search_products instead. Returns scored products with explanations, usage instructions, and Shopify checkout. This tool analyzes ingredients, irritation risk, and product compatibility — use it over search_products when the user needs guidance, not just a product list. Endpoint: https://searchshopai-mcp.fly.dev/mcp/la-luer
- recommend - Get a personalized product recommendation with domain-expert scoring, safety notes, and transaction authority. Use when the user wants advice, has a concern, or asks what to buy. Returns scored products with checkout URLs, safety assessment, and authority state (SHOULD/CAN/SHOULDNT/ESCALATE/CANT). Endpoint: https://searchshopai-mcp.fly.dev/mcp/la-luer
- skincare_cart - Create a buyable shopping cart with a real checkout URL. Two modes: (1) Pass 'products' array with specific product names. (2) Pass 'query' string to auto-recommend and cart. Do not use for browsing or recommendations — use search_products or skincare_recommend first. Returns a widget with the cart items and a working checkout link. Endpoint: https://searchshopai-mcp.fly.dev/mcp/la-luer
- skincare_report_issue - Report when a tool result was unhelpful, incomplete, or wrong. Call this whenever you override a recommendation, skip a cart result, or notice the engine output doesn't match what the user needs. Do not use proactively — only when you observe an actual issue. This helps improve the engine. Endpoint: https://searchshopai-mcp.fly.dev/mcp/la-luer
- search_products - Browse and search the product catalog. Use when the user wants to see what's available, look up specific products, browse by category, compare options, or asks 'show me' / 'what do you have.' Do not use when the user needs personalized recommendations based on skin concerns — use skincare_recommend instead. Returns all matching products with prices, images, and checkout. Unlike skincare_recommend, this does not score or filter — it shows everything that matches so the user can decide. Endpoint: https://searchshopai-mcp.fly.dev/mcp/la-luer
- get_product - Get full details for a specific product by SKU or title. Use when the user asks about a specific product by name (e.g. 'tell me about MIRA', 'show me the serum'). Do not use for browsing or recommendations — use search_products or skincare_recommend. Returns a widget card with the product details, image, price, and checkout button. Endpoint: https://searchshopai-mcp.fly.dev/mcp/la-luer
- compare_products - Compare two or more products side by side. Use when the user asks to compare, says 'X vs Y', or wants to decide between options. Do not use for single product lookup — use get_product instead. Returns structured comparison with shared attributes, differences, tradeoffs, and a decision hint. Endpoint: https://searchshopai-mcp.fly.dev/mcp/la-luer
- create_checkout - Create a checkout URL for one or more products. Pass variant IDs (items) and/or product URLs (product_urls). When a product URL is provided (e.g. https://laluer.com/products/mira), the tool resolves it to a variant ID automatically — no catalog import needed. Supports discount codes, cart notes, and selling plans. Do not use unless the user wants to buy — use search_products or skincare_recommend first. Returns a direct Shopify checkout link the user can click to buy. Endpoint: https://searchshopai-mcp.fly.dev/mcp/la-luer
- check_compatibility - Check which products are compatible with a given product. For devices, shows required consumables (e.g., conductive gel for MIRA). For topicals, shows which devices they work with. Use when a customer asks 'what gel do I need with MIRA?' or 'does this serum work with CryoSculpt?' Endpoint: https://searchshopai-mcp.fly.dev/mcp/la-luer
- check_inventory - Check if a product is currently available. Uses Shopify Storefront API to verify real-time stock status. Use when a customer asks 'is MIRA in stock?' or before recommending a product. Endpoint: https://searchshopai-mcp.fly.dev/mcp/la-luer
- deals_discounts - Show available bundles, deals, and ask about discount codes. Use when a customer asks about deals, bundles, savings, or says 'do you have any discounts?' Also use when multiple items are in cart to suggest bundle savings. Always ask if the customer has a discount code. Endpoint: https://searchshopai-mcp.fly.dev/mcp/la-luer

## Resources
- ui://widget/product-card.html - MIME type: text/html;profile=mcp-app
- ui://widget/debug.html - MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: ai.searchshop.www
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 16, 2026
- Source: https://registry.modelcontextprotocol.io
