AI AGENT STORE

Victor Sports MY

This is not a regular store. This is what AI sees.

// Schema.org Structured Data

schema.org/Store — Machine-Readable Catalog
{
  "@context": "https://schema.org",
  "@type": "Store",
  "name": "Victor Sports MY",
  "url": "/victorsports",
  "hasOfferCatalog": 
{ @type, name... }{ "@type": "OfferCatalog", "name": "Victor Sports MY Product Catalog", "numberOfItems": 3, "itemListElement": [
{ @type, position... }{ "@type": "ListItem", "position": 1, "item":
{ @context, @type... }{ "@context": "https://schema.org", "@type": "Product", "name": "Victor Sports Premium Breathable Running Shoes", "offers":
{ @type, price... }{ "@type": "Offer", "price": "89.90", "priceCurrency": "MYR", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "url": "/victorsports/products/cmnwhk0im0002hps99ccxlmmf" }
,
"description": "Lightweight, breathable mesh running shoes from Victor Sports. Features cushioned EVA midsole for impact absorption, ...", "image": "https://placehold.co/800x800/4A90D9/FFFFFF?text=Running+Shoes", "brand": { "@type": "Brand", "name": "Victor Sports" }, "sku": "shopee-200001", "category": "Sports & Outdoors", "keywords": "running shoes, sports shoes, lightweight shoes", "aggregateRating":
{ @type, ratingValue... }{ "@type": "AggregateRating", "ratingValue": 4.9, "reviewCount": 890 }
}
}
,
{ @type, position... }{ "@type": "ListItem", "position": 2, "item":
{ @context, @type... }{ "@context": "https://schema.org", "@type": "Product", "name": "Victor Audio TWS Earbuds with Active Noise Cancelling", "offers":
{ @type, price... }{ "@type": "Offer", "price": "45.50", "priceCurrency": "MYR", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "url": "/victorsports/products/cmnwhk0ni0004hps9103agsbi" }
,
"description": "Bluetooth 5.3 TWS earbuds with ANC and IPX5 waterproof. 30-hour battery, touch controls, dual mic for calls.", "image": "https://placehold.co/800x800/2ECC71/FFFFFF?text=Earbuds", "brand": { "@type": "Brand", "name": "Victor Audio" }, "sku": "shopee-200002", "category": "Electronics", "keywords": "wireless earbuds, bluetooth earbuds, noise cancelling", "aggregateRating":
{ @type, ratingValue... }{ "@type": "AggregateRating", "ratingValue": 4.7, "reviewCount": 1560 }
}
}
,
{ @type, position... }{ "@type": "ListItem", "position": 3, "item":
{ @context, @type... }{ "@context": "https://schema.org", "@type": "Product", "name": "Victor Essentials 750ml Insulated Stainless Steel Water Bottle", "offers":
{ @type, price... }{ "@type": "Offer", "price": "32.90", "priceCurrency": "MYR", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "url": "/victorsports/products/cmnwhk0pv0006hps9dhrye2fb" }
,
"description": "Premium 304 stainless steel water bottle with double wall vacuum insulation. Hot 12hr, cold 24hr. BPA-free leak-proof...", "image": "https://placehold.co/800x800/E74C3C/FFFFFF?text=Water+Bottle", "brand": { "@type": "Brand", "name": "Victor Essentials" }, "sku": "shopee-200003", "category": "Home & Living", "keywords": "water bottle, insulated bottle, stainless steel bottle", "aggregateRating":
{ @type, ratingValue... }{ "@type": "AggregateRating", "ratingValue": 4.8, "reviewCount": 2340 }
}
}
]
}
}

// AI Endpoints

LLM DiscoveryLIVE
GET/victorsports/llms.txt
Full CatalogLIVE
GET/victorsports/llms-full.txt
MCP ServerLIVE
POST/victorsports/api/mcp
Commerce APILIVE
POST/victorsports/api/commerce/orders

// MCP Tools

TOOLsearch_products
Search the merchant's product catalog. Returns matching products with prices and availability.
query:stringrequired// Search query
limit:number// Max results (default 10)
TOOLget_product
Get detailed information about a specific product by its SKU ID.
skuId:stringrequired// The product SKU ID
TOOLplace_order
Place an order for a product. Returns order confirmation or redirect URL.
skuId:stringrequired// Product SKU ID
quantity:number// Quantity (default 1)
customerName:stringrequired// Customer name
customerEmail:string// Customer email
source:stringrequired// AI agent identifier (e.g. chatgpt, perplexity)

// llms.txt Preview

1# Victor Sports MY
2> Victor Sports MY — Southeast Asian e-commerce store on BBIZCLAUDE. Platform: SHOPEE. 3 featured products available for AI agent purchase.
3
4## Products
5- [Victor Sports Premium Breathable Running Shoes](/victorsports/products/cmnwhk0im0002hps99ccxlmmf): Victor Sports Premium Running Shoes — lightweight breathable mesh with EVA cushioning. MYR 89.90. 3,520 sold, 4.9/5 rating.
6- [Victor Audio TWS Earbuds with Active Noise Cancelling](/victorsports/products/cmnwhk0ni0004hps9103agsbi): Victor Audio TWS Earbuds — ANC, Bluetooth 5.3, IPX5 waterproof, 30hr battery. MYR 45.50. 5,800 sold, 4.7/5.
7- [Victor Essentials 750ml Insulated Stainless Steel Water Bottle](/victorsports/products/cmnwhk0pv0006hps9dhrye2fb): Victor Essentials 750ml Insulated Water Bottle — 304 stainless steel, hot 12hr, cold 24hr. MYR 32.90. 8,200 sold, 4.8/5.
8
9## API Access
10- MCP Server: /victorsports/api/mcp
11- Commerce API: /victorsports/api/commerce/orders
12- Full product catalog: /victorsports/llms-full.txt
13
14## Purchase
15AI agents can place orders via the MCP `place_order` tool or POST to /victorsports/api/commerce/orders with JSON body { "skuId": "...", "quantity": 1, "customerName": "...", "customerEmail": "...", "source": "agent-name" }

// Product Catalog

SKU IDTitlePriceRatingSoldTags
cmnwhk0im000...Victor Sports Premium Breathable Running ShoesMYR 89.904.9/53,520runningshoessports
cmnwhk0ni000...Victor Audio TWS Earbuds with Active Noise CancellingMYR 45.504.7/55,800earbudswirelessnoise_cancelling
cmnwhk0pv000...Victor Essentials 750ml Insulated Stainless Steel Water BottleMYR 32.904.8/58,200bottleinsulatedhome

Powered by BBIZCLAUDE — AI-Native Commerce for Southeast Asia
Open Merchant Dashboard →