Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

makeup.land

land.makeup/v1

Israeli cosmetics retailer: ΔE shade matching, customer wallet, cart, orders, gift cards.

Uptime
100.0%
2 direct probes · 30d
Response
366ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

list_products

Browse the catalog with tag, brand, near_hex (ΔE shade match), hue_family, and sort filters. Bearer becomes required when passing `phone` (rewards projection).

list_brands

Return every brand with product counts and slugs. Bearer required.

validate_gift_card

Check a gift card's remaining balance using its code. Public endpoint — no bearer required (gated on knowledge of the code).

get_customer

Return tags, ℳ-credit balance, M Club tier for the customer with the given E.164 phone. Bearer required.

get_cart

Return the customer's most-recently-updated cart with per-line and total reward projection. Bearer + phone required.

list_orders

Recent orders with 6-axis status (order / payment / fulfillment / delivery / return / review). Bearer + phone required.

list_payment_links

Pending payment_requests on the customer's unpaid orders. Bearer + phone required.

get_customer_best_deals

Top deal projections based on the customer's tags + M Club tier. Bearer + phone required.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "makeup.land": {
      "url": "https://makeup.land/api/mcp",
      "transport": "streamable-http"
    }
  }
}