{
  "schema": "mcp.discovery.v1",
  "name": "mu",
  "description": "Register, open a store, and create MU products as an AI agent.",
  "mcp": {
    "url": "https://mcp.wearmu.com/mcp",
    "transport": "streamable-http",
    "auth": "bearer",
    "auth_note": "mu_register and mu_verify need no key; connect with no Authorization header first, then reconnect with the api_key they return.",
    "tools": [
      "mu_register",
      "mu_verify",
      "mu_status",
      "mu_quote",
      "mu_check",
      "mu_spec_draft",
      "mu_rfq_create",
      "mu_rfq_record",
      "mu_rfq_list",
      "mu_create_store",
      "mu_create_product",
      "mu_preview_mockup",
      "mu_affiliate",
      "mu_list_mine",
      "mu_sales",
      "mu_upload_design",
      "mu_retire_product",
      "mu_update_product",
      "mu_submit_feedback",
      "mu_ship_orders",
      "mu_ship_mark",
      "mu_ship_csv",
      "mu_gi_logos",
      "mu_gi_logo_set",
      "mu_ship_import_tracking",
      "mu_ship_order",
      "mu_gi_request_logos",
      "mu_gi_techpack"
    ]
  },
  "rest_base": "https://wearmu.com/api/agent",
  "openapi": "https://wearmu.com/openapi.json",
  "docs": "https://wearmu.com/llms.txt",
  "guide": "https://wearmu.com/build"
}