eCommerce
luxcart.my
Provides product search, recommendations, and cart management for the Luxcart beauty store.
ENDPOINT 1
https://luxcart.my/api/mcp
MCP server metadata
- Name
- luxcart-agentic-commerce
- Version
- 1.0.0
Luxcart Agentic Commerce Gateway — provider-neutral MCP server for Malaysia's beauty marketplace. Use search_products or recommend_products to discover products. For cart and checkout actions, the customer must first obtain an ai_session_token via POST /api/ai-commerce/v1/sessions on Luxcart (requires an active Luxcart web session). Never ask the customer for passwords, payment details, or OTPs. Payment must happen on the Luxcart checkout page, not in the AI chat.
Known tools 6
search_productsSearch approved Luxcart beauty products by keyword, category, price range, or stock status.
Inferred read-onlyget_product_detailsGet full public details — ingredients, how-to-use instructions, vendor information, and customer ratings — for one approved Luxcart product.
Inferred read-onlyrecommend_productsRecommend approved Luxcart beauty products from structured customer preferences including skin type, concerns, budget, and ingredients to avoid.
Inferred read-onlycreate_cart_previewPreview cart lines, unit prices, and subtotal for an authenticated customer before adding to cart.
Inferred read-onlyadd_products_to_cartAdd approved products to the authenticated customer Luxcart cart.
Inferred read-onlycreate_checkout_linkCreate a secure Luxcart checkout handoff URL for the authenticated customer.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.luxcart-agentic-commerce]
url = "https://luxcart.my/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"luxcart-agentic-commerce": {
"type": "http",
"url": "https://luxcart.my/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: luxcart-agentic-commerce
Remote MCP URL: https://luxcart.my/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"luxcart-agentic-commerce": {
"url": "https://luxcart.my/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"luxcart-agentic-commerce": {
"type": "http",
"url": "https://luxcart.my/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "luxcart-agentic-commerce",
"transport": "streamable-http",
"url": "https://luxcart.my/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for luxcart.my was fetched 2026-08-15T16:18:08.028Z.
luxcart.my is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.