← Registry

eCommerce

brandet.shop

Provides tools for searching products, retrieving product details, managing categories, and handling shopping carts.

1 endpoint13 known toolsCached registry data

ENDPOINT 1

https://brandet.shop/api/ucp/mcp

No auth detected

Known tools 13

search_catalog

Search Brandet's product catalogue.

get_product

Get a single product by id, with variants and inventory.

list_categories

List the main categories and their subcategories.

create_cart

Create a new anonymous cart.

get_cart

Read the contents of a cart by its token.

add_to_cart

Add a product variant (by variant_id = "size-color") to a cart.

update_cart_item

Change the quantity of a line item in a cart.

remove_cart_item

Remove a line item from a cart.

get_shipping_options

Quote shipping fee for a Lebanese delivery address.

create_checkout

Create a checkout draft from a cart + shipping address.

update_checkout

Update the shipping address or contact on a draft checkout.

complete_checkout

Place the order.

get_order_status

Look up an order by the guest_order_token returned from complete_checkout.