← makeup.land

INDIVIDUAL MCP TOOL

list_orders

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

makeup.landnone authenticationAvailability not checked

LIVE ENDPOINT

https://makeup.land/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_orders and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

makeup.land

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.

Related tools

  • list_products — Browse the catalog with tag, brand, near_hex (ΔE shade match), hue_family, and sort filters.
  • list_brands — Return every brand with product counts and slugs.
  • validate_gift_card — Check a gift card's remaining balance using its code.
  • get_customer — Return tags, ℳ-credit balance, M Club tier for the customer with the given E.
  • get_cart — Return the customer's most-recently-updated cart with per-line and total reward projection.
  • list_payment_links — Pending payment_requests on the customer's unpaid orders.
  • get_customer_best_deals — Top deal projections based on the customer's tags + M Club tier.