mcp-registry/co.curie/commerce/cancel_cartCancel an existing Shopify cart. UCP-canonical dev.ucp.shopping.cart.cancel_cart. Idempotent — re-cancelling a cancelled cart returns succes
mcp-registry/ai.kifly/mcp/set_shipping_addressRequires `checkout:write` scope. Persist a shipping address on the cart and confirm whether the seller can deliver to it. **Call BEFORE `che
mcp-registry/ai.kifly/mcp/checkoutRequires `checkout:write` scope. **Requires `set_shipping_address` to have been called first.** Returns 400 `invalid_shipping` if no address
mcp-registry/ai.kifly/mcp/save_buyer_addressSave a shipping address to the buyer's Kifly profile so it auto-fills on future purchases. **Call this after a successful checkout if `get_b
mcp-registry/ai.kifly/mcp/create_cartCreate a new shopping cart on Kifly. **For network (cross-seller) tokens you MUST pass `seller_handle`** — each cart is bound to exactly one
mcp-registry/ai.kifly/mcp/get_cartInspect the current state of a cart — line items, quantities, prices, and shipping address. Each item includes an `item_id` you can pass to
mcp-registry/ai.kifly/mcp/update_cart_itemRequires `checkout:write` scope. Change the quantity of a line item in an open cart, or remove it entirely. Set `quantity` to 0 to remove th
mcp-registry/com.aidevboard/jobs/quote_productReturns a deterministic quote for an AI Dev Board product, including amount in cents, currency, supported payment mode, and checkout require
mcp-registry/com.b2bware/mcp-server/list_cartsList carts (open/abandoned carts for operator queries). Filter by customer_id. Use with list_orders (sort=-id) for recent purchases vs open
mcp-registry/co.curie/commerce/create_cartCreate a new Shopify cart for the target shop, optionally pre-loaded with line items. UCP-canonical dev.ucp.shopping.cart.create_cart. Retur
mcp-registry/co.curie/commerce/get_checkoutRead a Shopify checkout session's current state by id. Returns status, line items, shipping address, totals, brand voice. UCP-canonical dev.
mcp-registry/ai.kifly/mcp/add_to_cartRequires `checkout:write` scope. Add a product variant to an existing cart. Use the variant_id from search_products results. Returns full ca
mcp-registry/ai.kifly/mcp/list_ordersList a returning buyer's recent orders and their current fulfillment status — use this in a NEW session to answer 'did my order ship?' / 'wh