← Registry
eCommerce
brandet.shop
Provides tools for searching products, retrieving product details, managing categories, and handling shopping carts.
ENDPOINT 1
https://brandet.shop/api/ucp/mcp
Known tools 13
search_catalogSearch Brandet's product catalogue.
get_productGet a single product by id, with variants and inventory.
list_categoriesList the main categories and their subcategories.
create_cartCreate a new anonymous cart.
get_cartRead the contents of a cart by its token.
add_to_cartAdd a product variant (by variant_id = "size-color") to a cart.
update_cart_itemChange the quantity of a line item in a cart.
remove_cart_itemRemove a line item from a cart.
get_shipping_optionsQuote shipping fee for a Lebanese delivery address.
create_checkoutCreate a checkout draft from a cart + shipping address.
update_checkoutUpdate the shipping address or contact on a draft checkout.
complete_checkoutPlace the order.
get_order_statusLook up an order by the guest_order_token returned from complete_checkout.