MCP.so
Sign In

makeup.land

@edwinux

About makeup.land

Israeli professional cosmetics retailer. MCP server exposes ΔE-ranked shade matching, customer wallet lookup, cart and order tools, and gift-card validation. Catalog tools work anonymously; customer-data tools require a bearer token issued via [email protected].

Basic information

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "makeup.land": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://makeup.land/api/mcp"
      ]
    }
  }
}

Tools

8

Catalog browse with ΔE-ranked shade matching, tag/brand filters, sort

Gift-card balance by code

Brand directory (Yossi Bitton, da Vinci, INGLOT, NYX, +140 more)

Customer profile, ℳ-credit wallet, M Club tier

Most-recent cart with reward projection

Recent orders with 6-axis status

Pending payment links

Personalised deals from tags + tier

Overview

What is makeup.land?

makeup.land is an Israeli professional cosmetics retailer. Its MCP server exposes the retailer’s catalog and customer‑data surfaces to AI agents via Streamable HTTP at https://makeup.land/api/mcp.

How to use makeup.land?

Call the API endpoint with JSON‑RPC requests. Anonymous catalog browsing works without a token; for authenticated tools you need a Bearer token issued out‑of‑band by emailing [email protected]. See the quickstart curl example in the README for an anonymous list_products call.

Key features of makeup.land

  • Catalog browse with ΔE‑ranked shade matching, tag/brand filters, and sort.
  • Gift‑card balance validation by code.
  • Brand directory of 140+ brands (Yossi Bitton, da Vinci, INGLOT, NYX, etc.).
  • Customer profile, ℳ‑credit wallet, and M Club tier.
  • Most‑recent cart retrieval with reward projection.
  • Order history with 6‑axis status.
  • Pending payment links and personalised deal suggestions.

Use cases of makeup.land

  • Let an AI assistant search the cosmetics catalog by shade, brand, or tag.
  • Validate a gift card balance during customer service interactions.
  • Retrieve a customer’s loyalty‑tier info, wallet balance, and last cart.
  • Show recent order status and pending payment links.
  • Generate personalised offers based on customer tags and tier.

FAQ from makeup.land

What is the makeup.land MCP server?

It is an MCP server that exposes makeup.land’s catalog and customer‑data endpoints to AI agents via Streamable HTTP.

How do I get a Bearer token for authenticated tools?

Bearer tokens are issued out‑of‑band. Write to [email protected] with your integration use case.

Which tools require authentication?

list_brands, get_customer, get_cart, list_orders, list_payment_links, and get_customer_best_deals require a Bearer token; some also need a phone number. list_products and validate_gift_card are anonymous/public.

Can I browse the catalog without a token?

Yes. list_products is anonymous, and validate_gift_card is public. The quickstart example shows an anonymous catalog call.

Where is the API hosted?

The API is hosted at https://makeup.land/api/mcp and uses Streamable HTTP transport.

Comments

More Data & Analytics MCP servers