makeup.land
makeup.land
· א. ט. הפקות בע״מ / A.T. Hafakot Ltd.
Israeli professional cosmetics retailer. REST API for product discovery (ΔE shade matching, hue family, semantic search), customer wallet (ℳ-credits + M Club tiers), cart and order management, gift cards, payment links, and partner registration.
makeup.land via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 31/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-28 02:21:06 current | d90c834560b5… |
view → |
Endpoints
| Agent card | https://makeup.land/.well-known/agent-card.json |
| Provider | https://makeup.land |
Skills · 7 declared · mapped to canonical taxonomy
Find products carrying a swatch close to a target hex color, ranked by perceptual distance (ΔE 2000). Supports hue_family refinement (warm/cool/neutral) and per…
Search via `q` (cross-lingual natural-language query — Hebrew, English, transliteration all return semantically-equivalent results), or filter via `tag` (EXACT-…
Lookup customer by phone (E.164). Returns tags, ℳ-credit wallet balance, M Club tier, opportunity claims.
Manipulate a customer's persistent cart. Supports tender selection (ils vs credits), gift-personalization, idempotent POST/PATCH via Idempotency-Key. Stock-gate…
List a customer's recent orders with 6-axis status (order/payment/fulfillment/delivery/return/review).
Validate a gift card balance (public, no auth) or redeem against an order (scope: giftcards). Partner-issued + internal cards unified.
Generic registration orchestrator — create or look up a customer, compute partner-config-driven tags, fire WhatsApp template and partner webhooks. Designed for …
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/makeup.land) [](https://agenstry.com/agents/makeup.land) [](https://agenstry.com/agents/makeup.land) [](https://agenstry.com/agents/makeup.land)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "makeup.land",
"url": "https://makeup.land/api/v1",
"version": "1.0.0",
"description": "Israeli professional cosmetics retailer. REST API for product discovery (\u0394E shade matching, hue family, semantic search), customer wallet (\u2133-credits + M Club tiers), cart and order management, gift cards, payment links, and partner registration.",
"provider": {
"organization": "\u05d0. \u05d8. \u05d4\u05e4\u05e7\u05d5\u05ea \u05d1\u05e2\u05f4\u05de / A.T. Hafakot Ltd.",
"url": "https://makeup.land"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"securitySchemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "ml_<hex>",
"description": "Long-lived bearer token issued out-of-band. Scopes: full, register, giftcards, proposals. Request via shop@makeup.land."
},
"phoneIdentifier": {
"type": "apiKey",
"description": "Phone identifier (?phone=+972... in E.164) selecting which customer's resources to return on cart, payment-links, gift-cards listing, best-deals, and opportunities endpoints. This is NOT a credential \u2014 bearerAuth is still required alongside. Bearer authenticates the caller; phone selects the customer."
}
},
"security": [
{
"bearerAuth": [],
"phoneIdentifier": []
},
{
"bearerAuth": []
}
],
"skills": [
{
"id": "shade_match",
"name": "Shade matching by hex",
"description": "Find products carrying a swatch close to a target hex color, ranked by perceptual distance (\u0394E 2000). Supports hue_family refinement (warm/cool/neutral) and per-customer reward projection.",
"tags": [
"search",
"color",
"products",
"cosmetics"
],
"examples": [
"Find lipsticks close to #C2185B",
"Match a foundation to my skin tone #E8D4B8 with warm undertone"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "product_search",
"name": "Product search and filtering",
"description": "Search via `q` (cross-lingual natural-language query \u2014 Hebrew, English, transliteration all return semantically-equivalent results), or filter via `tag` (EXACT-string match against Hebrew-stored tags), `brand`, or `sort` (price / popularity / Bayesian-shrunk rating). Returns ILS and \u2133-credit prices side-by-side for tender-aware checkout.",
"tags": [
"search",
"catalog",
"products"
],
"examples": [
"List the top 10 most-popular lipsticks under \u20aa150",
"Show all NYX products with rating above 4.5"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "customer_lookup",
"name": "Customer lookup and wallet balance",
"description": "Lookup customer by phone (E.164). Returns tags, \u2133-credit wallet balance, M Club tier, opportunity claims.",
"tags": [
"customers",
"loyalty",
"wallet"
],
"examples": [
"Get balance for +972501234567"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "cart_management",
"name": "Cart add / update / clear",
"description": "Manipulate a customer's persistent cart. Supports tender selection (ils vs credits), gift-personalization, idempotent POST/PATCH via Idempotency-Key. Stock-gated; credits-tender items wallet-gated.",
"tags": [
"cart",
"checkout"
],
"examples": [
"Add product prod_x variant var_y quantity 2 for +972501234567",
"Switch line li_abc from ils to credits tender"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "order_history",
"name": "Order history and status",
"description": "List a customer's recent orders with 6-axis status (order/payment/fulfillment/delivery/return/review).",
"tags": [
"orders",
"history"
],
"examples": [
"List the 5 most recent orders for +972501234567"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "gift_card_redeem",
"name": "Gift card validate and redeem",
"description": "Validate a gift card balance (public, no auth) or redeem against an order (scope: giftcards). Partner-issued + internal cards unified.",
"tags": [
"gift-cards",
"payments"
],
"examples": [
"Check balance for code XXXX-XXXX-XXXX",
"Redeem code XXXX against order ord_123"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "register_customer",
"name": "Customer registration",
"description": "Generic registration orchestrator \u2014 create or look up a customer, compute partner-config-driven tags, fire WhatsApp template and partner webhooks. Designed for inbound WA proof of phone ownership. Scope: register.",
"tags": [
"customers",
"onboarding",
"whatsapp"
],
"examples": [
"Register +972501234567 with source=wa-inbound and tags=['first-touch']"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"additionalInterfaces": [
{
"transport": "openapi",
"url": "https://makeup.land/openapi.json",
"description": "Full OpenAPI 3.1 specification for all V1 endpoints."
},
{
"transport": "mcp-manifest",
"url": "https://makeup.land/.well-known/mcp.json",
"description": "MCP discovery manifest (companion to this card)."
},
{
"transport": "mcp",
"url": "https://makeup.land/api/mcp",
"description": "Live MCP server (Streamable-HTTP / JSON-RPC). Speaks protocolVersion 2025-06-18."
},
{
"transport": "markdown",
"url": "https://makeup.land/llms-full.txt",
"description": "Long-form agent handbook covering API, rewards model, dual-tender pricing, error envelopes."
}
]
}