Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

SearchShop AI

io.github.nathangrotticelli/searchshopai

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

Uptime
100.0%
1 direct probes · 30d
Response
884ms
last probe
Tools
11
callable
Resources
2
readable
Prompts
0
available

Tools · 11

shop

Start here for any shopping request. Pass the shopper's COMPLETE request in their own words and this tool will understand it and route to the right capability (personalized recommendation, catalog sea…

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, …

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 produc…

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 o…

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 n…

search_research_notes

Search SearchShopAI's Research Notes blog — data studies, playbooks, and field notes on agentic commerce (AI attribution, MCP, AI catalog accuracy, ChatGPT ads). Returns matching articles with titles,…

get_research_note

Get the summary and URL of a specific SearchShopAI Research Note by its slug (returned by search_research_notes).

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 u…

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 recommenda…

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…

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 i…

Resources · 2

product-card ui://widget/product-card.html
debug-widget ui://widget/debug.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "searchshop_ai": {
      "url": "https://searchshopai-mcp.fly.dev/mcp",
      "transport": "streamable-http"
    }
  }
}