You're viewing a demo portfolio

Join the waitlist
PRSM

create_cart

Active

Tool of Custom Blinds Shop

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Custom Blinds Shop

https://github.com/CustomBlinds/cb-shop-mcp

1/7 registries
View full server →
create_cart — Custom Blinds Shop — PRSM MCP