# JML World - Premium Carbon Fibre Instrument Cases JML World designs and manufactures ultra-lightweight, high-protection carbon-fibre cases for string instruments (Cello, Violin, Viola). ## Product Catalog & Live Pricing ### Cello Cases #### Cello CL6 Case * **Price**: £1,299 GBP * **Weight**: 2.8 kg (excluding straps) * **Material**: Carbon Fibre * **Key Features**: Compact, ultralight, high durability, fits standard 4/4 cellos. * **Colors (Variants)**: Black, Green, Pink, Purple, Red, Silver, White, Yellow * **URL**: [https://jmlworld.com/en/cello-cl6-case-ultralight](https://jmlworld.com/en/cello-cl6-case-ultralight) #### Cello CL7 Case * **Price**: £1,399 GBP * **Weight**: 2.7 kg (excluding straps) * **Material**: Carbon Fibre (aerodynamic shell) * **Key Features**: Enhanced shock absorption, refined aerodynamics, curated premium colours. * **Colors (Variants)**: Alizarin, Denim Blue, Hyacinth, Litchi White, Night Purple, Peacock Blue, Pure Green, Sky Black * **URL**: [https://jmlworld.com/en/cello-cl7-case-ultralight](https://jmlworld.com/en/cello-cl7-case-ultralight) #### Cello CL10 Case * **Price**: £1,399 GBP * **Weight**: 2.4 kg (excluding straps) * **Material**: Carbon Fibre (soft-touch skin) * **Key Features**: Ultra-durable, highly scratch-resistant soft-touch matte carbon fibre skin, superior comfort. * **Colors (Variants)**: Brown, Dark Grey, Olive Green, Lavender, Blue, White * **URL**: [https://jmlworld.com/en/cello-cl10-case-ultralight](https://jmlworld.com/en/cello-cl10-case-ultralight) --- ### Violin Cases #### Violin Shape CL7 Case * **Price**: £459 GBP * **Weight**: 1.4 kg (excluding straps) * **Material**: Carbon Fibre (contoured shape) * **Colors (Variants)**: Alizarin Red, Denim Blue, Hyacinth Mauve, Litchi White, Night Purple, Peacock Blue, Pure Green, Sky Black * **URL**: [https://jmlworld.com/en/violin-shape-cl7-case-ultralight](https://jmlworld.com/en/violin-shape-cl7-case-ultralight) #### Violin Oblong CL7 Case * **Price**: £459 GBP * **Weight**: 1.7 kg (excluding straps) * **Material**: Carbon Fibre (spacious oblong shape, holds 4 bows) * **Colors (Variants)**: Alizarin Red, Denim Blue, Hyacinth Mauve, Litchi White, Night Purple, Peacock Blue, Pure Green, Sky Black * **URL**: [https://jmlworld.com/en/violin-oblong-cl7-case-ultralight](https://jmlworld.com/en/violin-oblong-cl7-case-ultralight) #### Violin Shape CL10 Case * **Price**: £459 GBP * **Weight**: 1.4 kg (excluding straps) * **Material**: Carbon Fibre (contoured shape, soft-touch SKIN coating) * **Colors (Variants)**: Brown, Blue, Dark Grey, Lavender, Olive Green, White * **URL**: [https://jmlworld.com/en/violin-shape-cl10-case-ultralight](https://jmlworld.com/en/violin-shape-cl10-case-ultralight) #### Violin Oblong CL10 Case * **Price**: £459 GBP * **Weight**: 1.7 kg (excluding straps) * **Material**: Carbon Fibre (oblong shape, soft-touch SKIN coating, holds 4 bows) * **Colors (Variants)**: Brown, Blue, Dark Grey, Lavender, Olive Green, White * **URL**: [https://jmlworld.com/en/violin-oblong-cl10-case-ultralight](https://jmlworld.com/en/violin-oblong-cl10-case-ultralight) --- ### Viola Cases #### Viola Shape CL7 Case * **Price**: £459 GBP * **Weight**: 1.7 kg (excluding straps) * **Material**: Carbon Fibre (contoured shape) * **Colors (Variants)**: Litchi White, Night Purple, Alizarin Red, Pure Green, Peacock Blue, Hyacinth Mauve * **URL**: [https://jmlworld.com/en/viola-shape-cl7-case-ultralight](https://jmlworld.com/en/viola-shape-cl7-case-ultralight) #### Viola Oblong CL7 Case * **Price**: £459 GBP * **Weight**: 2.4 kg (excluding straps) * **Material**: Carbon Fibre (oblong shape) * **Colors (Variants)**: Pure Green, Litchi White, Night Purple, Sky Black, Hyacinth Mauve, Denim Blue, Alizarin Red * **URL**: [https://jmlworld.com/en/viola-oblong-cl7-case-ultralight](https://jmlworld.com/en/viola-oblong-cl7-case-ultralight) --- ## AI Agent Integration (Unified Checkout Protocol) JML World supports programmatic shopping and checkout capabilities for AI Agents. * **Capability Metadata**: `GET https://jmlworld.com/api/ucp` * **JSON Catalog Discovery**: `GET https://jmlworld.com/api/ucp/catalog` * **Autonomous Checkout Creation**: `POST https://jmlworld.com/api/ucp/checkout` * **Payload Structure**: ```json { "items": [ { "variant_id": "cl6-black", "quantity": 1 } ] } ``` * **Expected Response**: ```json { "ucp_version": "1.0.0", "capability": "dev.ucp.shopping.checkout", "checkout_url": "https://checkout.stripe.com/c/pay/cs_...", "success": true } ```