← Registry

eCommerce

blubbl.com

Provides tools for searching and retrieving product catalog information and managing shopping carts.

1 endpoint13 known toolsCached registry data

ENDPOINT 1

https://blubbl.com/api/ucp/mcp

No auth detected

Known tools 13

search_catalog

Search the merchant catalog by free-text query.

lookup_catalog

Batch-resolve products by their catalog identifiers (product IDs or variant IDs).

get_product

Retrieve a single product by its catalog id (product ID or variant ID; a handle is also accepted).

create_cart

Create a UCP agent cart in Medusa with the given line items and optional region context.

get_cart

Retrieve an existing UCP agent cart by ID.

update_cart

Full-replace the line items of an existing UCP agent cart (UCP update_cart semantics: all existing items are replaced with the provided set).

cancel_cart

Soft-cancel a UCP agent cart by setting the ucp_agent_canceled metadata flag.

create_checkout

Convert an existing UCP agent cart into a checkout session.

get_checkout

Retrieve the current state of a UCP checkout session by ID.

update_checkout

Update a UCP checkout session: apply buyer email, shipping address, and/or a shipping method.

complete_checkout

Project the current checkout session state.

cancel_checkout

Cancel a UCP checkout session by ID.

get_order

Retrieve a UCP order by ID.