← luxcart.my

INDIVIDUAL MCP TOOL

add_products_to_cart

Add approved products to the authenticated customer Luxcart cart.

luxcart.mynone authenticationAvailability not checked

LIVE ENDPOINT

https://luxcart.my/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for add_products_to_cart and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

luxcart.my

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.

Related tools

  • search_products — Search approved Luxcart beauty products by keyword, category, price range, or stock status.
  • get_product_details — Get full public details — ingredients, how-to-use instructions, vendor information, and customer ratings — for one approved Luxcart product.
  • recommend_products — Recommend approved Luxcart beauty products from structured customer preferences including skin type, concerns, budget, and ingredients to avoid.
  • create_cart_preview — Preview cart lines, unit prices, and subtotal for an authenticated customer before adding to cart.
  • create_checkout_link — Create a secure Luxcart checkout handoff URL for the authenticated customer.