eCommerce
makeup.land
Manage products, brands, customers, gift cards, and shopping carts for an e-commerce platform.
ENDPOINT 1
https://makeup.land/api/mcp
MCP server metadata
- Name
- makeup.land
- Version
- 1.0.0
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_productsBrowse the catalog with tag, brand, near_hex (ΔE shade match), hue_family, and sort filters.
Inferred read-onlyget_customerReturn tags, ℳ-credit balance, M Club tier for the customer with the given E.
Inferred read-onlyget_cartReturn the customer's most-recently-updated cart with per-line and total reward projection.
Inferred read-onlylist_ordersRecent orders with 6-axis status (order / payment / fulfillment / delivery / return / review).
Potential side effectsget_customer_best_dealsTop deal projections based on the customer's tags + M Club tier.
Inferred read-onlyCONNECT 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.
makeup.land is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.