← Registry

eCommerce

makeup.land

Manage products, brands, customers, gift cards, and shopping carts for an e-commerce platform.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://makeup.land/api/mcp

No auth detected

MCP server metadata

Name
makeup.land
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

makeup.land — Israeli professional cosmetics retailer. Use this MCP server to search the product catalog (with ΔE shade matching), look up customers by phone, fetch carts and orders, and validate gift cards. Most customer-data tools require BOTH a bearer token (`Authorization: Bearer ml_...`) AND a phone identifier — the bearer authenticates the caller, the phone selects the customer. Catalog tools (`list_products`) work anonymously for tag/brand/near_hex/sort filters. See https://makeup.land/llms-full.txt for the long-form integration guide.

Known tools 8

list_products

Browse the catalog with tag, brand, near_hex (ΔE shade match), hue_family, and sort filters.

Inferred read-only
list_brands

Return every brand with product counts and slugs.

Inferred read-only
validate_gift_card

Check a gift card's remaining balance using its code.

Inferred read-only
get_customer

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

Inferred read-only
get_cart

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

Inferred read-only
list_orders

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

Potential side effects
list_payment_links

Pending payment_requests on the customer's unpaid orders.

Inferred read-only
get_customer_best_deals

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

Inferred read-only

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.makeup-land]
url = "https://makeup.land/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "makeup-land": {
      "type": "http",
      "url": "https://makeup.land/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: makeup-land
Remote MCP URL: https://makeup.land/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": {
    "makeup-land": {
      "url": "https://makeup.land/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "makeup-land": {
      "type": "http",
      "url": "https://makeup.land/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "makeup-land",
  "transport": "streamable-http",
  "url": "https://makeup.land/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 makeup.land was fetched 2026-07-31T05:38:27.087Z and is being refreshed.

Trust status Trusted

makeup.land is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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