← Registry

eCommerce

luxcart.my

Provides product search, recommendations, and cart management for the Luxcart beauty store.

1 endpoint6 known toolsFirst detected August 12, 2026Last detected August 12, 2026

ENDPOINT 1

https://luxcart.my/api/mcp

No auth detected

MCP server metadata

Name
luxcart-agentic-commerce
Version
1.0.0
Capabilities
toolsresources
Server instructions

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_products

Search approved Luxcart beauty products by keyword, category, price range, or stock status.

Inferred read-only
get_product_details

Get full public details — ingredients, how-to-use instructions, vendor information, and customer ratings — for one approved Luxcart product.

Inferred read-only
recommend_products

Recommend approved Luxcart beauty products from structured customer preferences including skin type, concerns, budget, and ingredients to avoid.

Inferred read-only
create_cart_preview

Preview cart lines, unit prices, and subtotal for an authenticated customer before adding to cart.

Inferred read-only
add_products_to_cart

Add approved products to the authenticated customer Luxcart cart.

Inferred read-only
create_checkout_link

Create a secure Luxcart checkout handoff URL for the authenticated customer.

Potential side effects

CONNECT 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.

Trust status Neutral

luxcart.my is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.