Search, compare, and buy Apostle men's skincare: tinted moisturizer, face wash, and sets.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://searchshopai-mcp.fly.dev/mcp/apostleman14 Tools · 143 msshopStart 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 search, product lookup, or comparison), preserving every qualifier — concerns, skin type, budget, bran…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 search, product lookup, or comparison), preserving every qualifier — concerns, skin type, budget, bran…
| Parameter | Typ | Beschreibung |
|---|---|---|
| request* | string | The shopper's complete request in their own words. Include every detail: concern, skin type, budget, brand, product names, questions, medical context. Do not s… |
| intent | string | Secondary hint only — the primary signal is `request`. |
| budget_max | number | Secondary hint only — maximum budget if stated. |
| brand | string | Secondary hint only — brand filter if stated. |
| product_refs | array | Secondary hint only — exact product titles/SKUs when already known. |
skincare_recommend(Deprecated: use 'recommend' instead. Works identically.) Get a personalized Apostle 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, agin…(Deprecated: use 'recommend' instead. Works identically.) Get a personalized Apostle 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, agin…
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | Natural language query about skin concerns (e.g. 'I have oily acne-prone skin and want something gentle under $30') |
| strategy | string | Optional offer strategy override: starter, gentle, budget, glow_safe, minimal, strong, fallback |
| brand | string | Filter to a specific brand only (e.g. 'Glossier', 'CeraVe', 'The Ordinary'). Use when the user asks for products from a specific brand. |
recommendGet 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).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).
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | Natural language query about product needs |
| strategy | string | Optional offer strategy override |
| brand | string | Filter to a specific brand |
| domain | string | Product domain (e.g. 'skincare', 'beauty_devices'). Auto-detected from merchant if omitted. |
skincare_cartCreate 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…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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| products | array | Specific product titles to add to the cart |
| query | string | Natural language query to auto-recommend products. Only used if products array is not provided. |
| strategy | string | Optional offer strategy override when using query mode |
skincare_report_issueReport 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.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| tool_name* | string | Which tool had the issue (skincare_recommend, skincare_cart, skincare_report_issue) |
| issue_type* | string | Type of issue |
| description* | string | What went wrong and what you expected instead |
| user_query | string | The original user query if available |
| expected_products | array | What products should have been recommended |
search_research_notesSearch 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, summaries, and URLs. Use when asked what SearchShopAI has written or published about a topic.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, summaries, and URLs. Use when asked what SearchShopAI has written or published about a topic.
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | Topic or keywords, e.g. 'attribution', 'MCP', 'hallucinated prices' |
get_research_noteGet the summary and URL of a specific SearchShopAI Research Note by its slug (returned by search_research_notes).Get the summary and URL of a specific SearchShopAI Research Note by its slug (returned by search_research_notes).
| Parameter | Typ | Beschreibung |
|---|---|---|
| slug* | string | The note slug, e.g. 'the-ai-attribution-blind-spot' |
search_productsBrowse 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…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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| query* | string | Search query (e.g. 'vitamin c serum', 'anti-aging', 'moisturizer under $50') |
| max_results | integer | Maximum products to return (default 10). Only set this if the user specifies a count — e.g. 'show me 2 devices' → 2. Otherwise leave it unset and the default w… |
| max_price | number | Filter to products at or below this price |
| category | string | Filter by exact product category from the catalog (e.g. 'serum', 'treatment', 'cleanser', 'moisturizer'). Do not guess categories — only use this if the user e… |
get_productGet 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,…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,…
| Parameter | Typ | Beschreibung |
|---|---|---|
| sku | string | Exact product SKU (e.g. 'LL-4632379916336') |
| title | string | Product title to search for (fuzzy match) |
compare_productsCompare 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.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| products* | array | Product titles or SKUs to compare (e.g. ['MIRA', 'CryoSculpt']) |
create_checkoutCreate 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, an…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, an…
| Parameter | Typ | Beschreibung |
|---|---|---|
| items | array | Products to add to cart by variant ID |
| product_urls | array | Products to add to cart by URL — resolved to variant IDs automatically |
| discount_code | string | Discount code to apply (e.g. 'WELCOME10') |
| note | string | Cart note visible to the merchant |
| decision_id | string | Decision Check ID from a prior /validate call. Required when this merchant enforces authority-gated checkout (decision_policy.authority_mode: "enforce", or the… |
check_compatibilityCheck 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?'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?'
| Parameter | Typ | Beschreibung |
|---|---|---|
| product* | string | Product name or SKU to check compatibility for |
check_inventoryCheck 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.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| product* | string | Product name or SKU to check availability for |
deals_discountsShow 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.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| discount_code | string | Customer's discount code if they have one |
14 von 14 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Search, compare, and buy Apostle men's skincare: tinted moisturizer, face wash, and sets.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.