AgentMarketMCP / SKILL 资产档案馆

目录 / Apparel Monster Storefront

MCP 鉴权未知 未评级 已上架

Apparel Monster Storefront

MCP server for Apparel Monster, a demonstration agentic-commerce storefront. Search 116 products across men's, women's and sportswear, build a cart, apply promotions, place an order, and mint a one-tap Apple Pay / Google Pay link. Public, no credentials. A second read-only server at https://docs.apparel.monster/mcp answers questions from the documentation.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:35):MCP server for Apparel Monster, a demonstration agentic-commerce storefront
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://apparel-monster.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Apparel Monster Storefront": {
      "url": "https://apparel-monster.run.tools"
    }
  }
}

能力清单

工具说明
search_productsSearch or browse Apparel Monster's catalog. Returns products with their purchasable variants; prices live on the variants. Keep the returned session_id and pass it to the cart and checkout tools.
get_productFull detail for one or more products, including the description. Accepts product ids or variant ids, mixed freely.
manage_cartAdd, update or remove items, set the billing address and email, choose a shipping option, apply a coupon, attach a payment token, or just view the basket. IMPORTANT: variant_id must be a VARIANT id from search results, never a product id.
checkoutPlace the order for a session whose cart already has an email, address, shipping selection and payment. Idempotent: calling it again for a completed session returns the same order rather than placing another. This is a demo store — no money moves.
track_ordersOrder status and shipment tracking for the signed-in shopper. Requires an OAuth access token with the agent:track scope.
walletTurn a list of products into a one-tap Apple Pay / Google Pay link hosted on apparel.monster, and return the cart items, shipping options and totals that the wallet sheet will show. THE SHORTCUT: pass `items` — variant ids or SKUs — and this builds the cart and mints the link in ONE call. You do not need manage_cart, an address, a shipping choice, a payment token or checkout: the wallet collects the shopper's email, delivery address and card on their own device. Prefer this over checkout whenever a human is available to tap. Pass `session_id` instead to pay for a cart you already built. The link expires in 30 minutes and works once.
watch_priceBe told when a variant reaches a target price. Returns already_met when the target is at or above today's price. This store's prices never move, so the drop is fabricated 1-10 minutes out — it demonstrates the mechanism, not a real repricing.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。