create_cart
ActiveTool of Custom Blinds Shop
Start the open UCP purchase flow — no auth needed. Creates a cart session and returns a cart_id (24-hour TTL). Optionally seed with pre-configured blind items and customer details. Next step: update_cart to add items, then create_checkout → complete_checkout to mint the payment link.
Parameters schema
{
"type": "object",
"properties": {
"items": {
"type": "array",
"description": "Optional initial items (configured blinds)"
},
"customer": {
"type": "object",
"description": "Optional customer details"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Custom Blinds Shop
https://github.com/CustomBlinds/cb-shop-mcp
1/7 registries