{
  "name": "shop-mcp",
  "version": "1.0.0",
  "description": "Shop (UCP) MCP server: catalog search across millions of Shopify stores, checkout on the merchant domain, order tracking and returns, and buyer sign-in with zero persisted buyer state.",
  "ucp": {
    "version": "2026-04-08",
    "profile": "https://ucp-agent-profile.facetimefy.com/ucp/agent-profiles/2026-08-25/valid-with-capabilities.json"
  },
  "endpoints": {
    "mcp": "https://shop-mcp.facetimefy.com/mcp",
    "health": "https://shop-mcp.facetimefy.com/healthz",
    "readiness": "https://shop-mcp.facetimefy.com/readyz",
    "readiness_deep": "https://shop-mcp.facetimefy.com/readyz?deep=1",
    "agent_profile": "https://shop-mcp.facetimefy.com/.well-known/ucp",
    "capabilities": "https://shop-mcp.facetimefy.com/capabilities",
    "sign_in_start": "https://shop-mcp.facetimefy.com/auth/start?shop=example.myshopify.com&redirect_to=https://example.myshopify.com",
    "sign_in_callback": "https://shop-mcp.facetimefy.com/auth/callback",
    "sign_out": "https://shop-mcp.facetimefy.com/auth/logout"
  },
  "session_transport": [
    "Authorization: Bearer <sealed session>",
    "x-shop-session: <sealed session>",
    "?session=<sealed session> (last resort)",
    "session tool argument (last resort)"
  ],
  "payment_handlers": [
    "shop_pay",
    "gpay"
  ],
  "request_signing": false,
  "docs": "See README.md in this repository."
}