{"ok":true,"server":"iriz-agent-commerce","protocol":"mcp","transport":"streamable-http","endpoint":"https://mirror.fashionbyu.com/iriz/agent/mcp","tools":[{"name":"search_catalog","description":"Search a brand storefront catalog. Returns structured products with price, availability, variants, PDP URLs, and the checkout contract."},{"name":"get_product_feed","description":"Get the machine-readable product feed URL (OpenAI/ACP product feed JSON) and llms.txt discovery file for a brand."},{"name":"get_policies","description":"Get shipping, delivery, returns, refund, privacy, and terms policy page URLs for a brand storefront."},{"name":"create_cart","description":"Create an agent cart session. Returns a cart_token for subsequent mutations and quotes."},{"name":"mutate_cart","description":"Add, set, or clear items on an existing cart session."},{"name":"get_cart","description":"Read a cart session by cart_token."},{"name":"quote_cart","description":"Quote a cart session — totals, shipping, tax before checkout."},{"name":"confirm_checkout","description":"Confirm checkout for a quoted cart. Creates an order when the quote matches."},{"name":"get_order","description":"Track an order by order_id."}],"routes":{"catalog":"GET /iriz/v1/agent/catalog?slug=","cart_session":"POST /iriz/v1/agent/cart/session","cart_get":"GET /iriz/v1/agent/cart?cart_token=","cart_items":"POST /iriz/v1/agent/cart/items","cart_quote":"POST /iriz/v1/agent/cart/quote","checkout_confirm":"POST /iriz/v1/agent/checkout/confirm","checkout_order":"GET /iriz/v1/agent/checkout/order?order_id=","status":"GET /iriz/agent-commerce/status","legacy_catalog":"GET /iriz/agent/catalog?slug=","search":"GET /iriz/agent/search?slug=&q=","brands":"GET /iriz/agent/brands","policies":"GET /iriz/agent/policies?slug=","mcp":"POST /iriz/agent/mcp (JSON-RPC: tools/list, tools/call)","agent_card":"GET /.well-known/agent-card.json","product_feed":"GET /brand/<slug>/feed.json","traffic":"GET /iriz/agent/traffic?days= (boss)"},"write_auth":"Authorization: Bearer <IRIZ_AGENT_COMMERCE_TOKEN> when configured"}