# SearchShop AI MCP server

AI commerce for Shopify: product search, comparison, recommendations, and checkout via MCP.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-nathangrotticelli-searchshopai
- Repository: https://github.com/nathangrotticelli/searchshopai

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

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

## Tools
- skincare_recommend - (Deprecated: use 'recommend' instead. Works identically.) Get a personalized skincare recommendation with ingredient-aware scoring, safety notes, and routine building. Use when the user wants advice, has a skin concern, or asks what to buy. Do not use for browsing or listing products — use search_products instead. Returns scored products with checkout URLs. Endpoint: https://searchshopai-mcp.fly.dev/mcp
- 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
- 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
- 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
- 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
- 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
- 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
- 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

## 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: io.github.nathangrotticelli
- 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
