Skip to content
Back to SearchShopAI

Card snapshot

searchshopai-mcp.fly.dev · 2026-06-09 01:33:20 UTC · f429569bc98a1ef5c31cc1f57d9991c418c74acc3c5e95707f7227ec95b897c6

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "SearchShop AI",
  "description": "Commerce capability layer for AI agents. Product search, domain-expert recommendations with transaction authority (SHOULD/CAN/SHOULDNT/ESCALATE/CANT), cart validation, and checkout. Multi-tenant, multi-protocol.",
  "url": "https://searchshopai-mcp.fly.dev/mcp",
  "transport": "streamable-http",
  "version": "0.4.0",
  "capabilities": {
    "tools": true,
    "resources": true
  },
  "tools": [
    "search_products",
    "get_product",
    "compare_products",
    "create_checkout",
    "recommend",
    "skincare_recommend",
    "skincare_cart",
    "skincare_report_issue"
  ],
  "tenants": [
    {
      "id": "apostleman",
      "endpoint": "/mcp/apostleman",
      "description": "apostleman brand-locked catalog"
    },
    {
      "id": "beauty-of-joseon",
      "endpoint": "/mcp/beauty-of-joseon",
      "description": "beauty-of-joseon brand-locked catalog"
    },
    {
      "id": "cocokind",
      "endpoint": "/mcp/cocokind",
      "description": "cocokind brand-locked catalog"
    },
    {
      "id": "cosrx",
      "endpoint": "/mcp/cosrx",
      "description": "cosrx brand-locked catalog"
    },
    {
      "id": "default",
      "endpoint": "/mcp/default",
      "description": "Multi-brand catalog"
    },
    {
      "id": "farmacy-beauty",
      "endpoint": "/mcp/farmacy-beauty",
      "description": "farmacy-beauty brand-locked catalog"
    },
    {
      "id": "free-maison",
      "endpoint": "/mcp/free-maison",
      "description": "free-maison brand-locked catalog"
    },
    {
      "id": "glossier",
      "endpoint": "/mcp/glossier",
      "description": "glossier brand-locked catalog"
    },
    {
      "id": "glow-recipe",
      "endpoint": "/mcp/glow-recipe",
      "description": "glow-recipe brand-locked catalog"
    },
    {
      "id": "herbivore-botanicals",
      "endpoint": "/mcp/herbivore-botanicals",
      "description": "herbivore-botanicals brand-locked catalog"
    },
    {
      "id": "is-clinical",
      "endpoint": "/mcp/is-clinical",
      "description": "is-clinical brand-locked catalog"
    },
    {
      "id": "kinship",
      "endpoint": "/mcp/kinship",
      "description": "kinship brand-locked catalog"
    },
    {
      "id": "krave-beauty",
      "endpoint": "/mcp/krave-beauty",
      "description": "krave-beauty brand-locked catalog"
    },
    {
      "id": "la-luer",
      "endpoint": "/mcp/la-luer",
      "description": "la-luer brand-locked catalog"
    },
    {
      "id": "murad",
      "endpoint": "/mcp/murad",
      "description": "murad brand-locked catalog"
    },
    {
      "id": "naturium",
      "endpoint": "/mcp/naturium",
      "description": "naturium brand-locked catalog"
    },
    {
      "id": "osea-malibu",
      "endpoint": "/mcp/osea-malibu",
      "description": "osea-malibu brand-locked catalog"
    },
    {
      "id": "pai-skincare",
      "endpoint": "/mcp/pai-skincare",
      "description": "pai-skincare brand-locked catalog"
    },
    {
      "id": "peach-lily",
      "endpoint": "/mcp/peach-lily",
      "description": "peach-lily brand-locked catalog"
    },
    {
      "id": "stratia",
      "endpoint": "/mcp/stratia",
      "description": "stratia brand-locked catalog"
    },
    {
      "id": "summer-fridays",
      "endpoint": "/mcp/summer-fridays",
      "description": "summer-fridays brand-locked catalog"
    },
    {
      "id": "supergoop",
      "endpoint": "/mcp/supergoop",
      "description": "supergoop brand-locked catalog"
    },
    {
      "id": "tatcha",
      "endpoint": "/mcp/tatcha",
      "description": "tatcha brand-locked catalog"
    },
    {
      "id": "the-inkey-list",
      "endpoint": "/mcp/the-inkey-list",
      "description": "the-inkey-list brand-locked catalog"
    },
    {
      "id": "then-i-met-you",
      "endpoint": "/mcp/then-i-met-you",
      "description": "then-i-met-you brand-locked catalog"
    },
    {
      "id": "topicals",
      "endpoint": "/mcp/topicals",
      "description": "topicals brand-locked catalog"
    },
    {
      "id": "versed",
      "endpoint": "/mcp/versed",
      "description": "versed brand-locked catalog"
    }
  ],
  "validate": [
    "/validate/recommendation",
    "/validate/cart",
    "/validate/compatibility"
  ],
  "contact": "contact@searchshop.ai"
}