{
  "protocolVersion": "0.2.0",
  "name": "More Than Real — Recommendation",
  "description": "Semantic product recommendation over More Than Real's unified catalog (skincare, makeup, hair, perfume, body care) across all retailers, plus a curated ingredient/usage knowledge base. Exposed as an MCP server so agents can query the catalog directly instead of crawling a website.",
  "provider": {
    "organization": "More Than Real",
    "url": "https://morethanreal.io"
  },
  "version": "1.0.0",
  "url": "https://dev.mara.mtr.center/recommendation/mcp",
  "preferredTransport": "MCP-streamable-http",
  "capabilities": { "streaming": true },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["application/json"],
  "securitySchemes": {
    "bearer": { "type": "http", "scheme": "bearer", "description": "Bearer token issued by More Than Real" }
  },
  "security": [ { "bearer": [] } ],
  "skills": [
    {
      "id": "search_products",
      "name": "Search products",
      "description": "Semantic product recommendation across the whole catalog. Returns products with retailers/offers (price + buy URL), image and virtual try-on URL. Filters: category, gender, max_price, only_in_stock.",
      "tags": ["skincare", "makeup", "hair", "perfume", "body", "recommendation", "ecommerce"]
    },
    {
      "id": "product_knowledge",
      "name": "Product knowledge",
      "description": "Semantic search over the curated knowledge base (ingredients, how to use, skin concerns, routines).",
      "tags": ["ingredients", "routines", "skincare", "knowledge"]
    }
  ]
}
