makeup.land
land.makeup/v1Israeli cosmetics retailer: ΔE shade matching, customer wallet, cart, orders, gift cards.
Tools · 8
Browse the catalog with tag, brand, near_hex (ΔE shade match), hue_family, and sort filters. Bearer becomes required when passing `phone` (rewards projection).
Return every brand with product counts and slugs. Bearer required.
Check a gift card's remaining balance using its code. Public endpoint — no bearer required (gated on knowledge of the code).
Return tags, ℳ-credit balance, M Club tier for the customer with the given E.164 phone. Bearer required.
Return the customer's most-recently-updated cart with per-line and total reward projection. Bearer + phone required.
Recent orders with 6-axis status (order / payment / fulfillment / delivery / return / review). Bearer + phone required.
Pending payment_requests on the customer's unpaid orders. Bearer + phone required.
Top deal projections based on the customer's tags + M Club tier. Bearer + phone required.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"makeup.land": {
"url": "https://makeup.land/api/mcp",
"transport": "streamable-http"
}
}
}