{
  "protocolVersion": "0.3.0",
  "name": "Deali",
  "description": "Israeli AliExpress deal agent. Search curated AliExpress deals (prices in ILS), fetch product details with affiliate buy links, and read Hebrew buying guides - for shoppers in Israel.",
  "url": "https://www.deali.co.il/mcp",
  "preferredTransport": "streamable-http",
  "provider": {
    "organization": "Deali (דילי)",
    "url": "https://www.deali.co.il"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.deali.co.il/developers",
  "iconUrl": "https://www.deali.co.il/logo.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/markdown"],
  "securitySchemes": {},
  "skills": [
    {
      "id": "search_deals",
      "name": "Search AliExpress deals",
      "description": "Search deali.co.il's curated catalog of AliExpress deals for Israeli shoppers by keyword, category or max price (ILS). Returns products with price, discount, rating and a buy link.",
      "tags": ["shopping", "aliexpress", "deals", "israel", "hebrew"],
      "examples": ["find a cheap smartwatch under 150 shekels", "wireless earbuds deals", "מטען מהיר לאייפון"]
    },
    {
      "id": "get_product",
      "name": "Get product details",
      "description": "Fetch full details for one deali product by id: title, Hebrew description, prices in ILS, discount, rating, reviews/sold counts, image and affiliate buy link.",
      "tags": ["shopping", "product", "aliexpress"],
      "examples": ["get details for product ali_1005001234567890"]
    },
    {
      "id": "list_blog_posts",
      "name": "List Hebrew buying guides",
      "description": "List deali.co.il's Hebrew blog posts - AliExpress buying guides, roundups and shopping tips for Israelis.",
      "tags": ["content", "guides", "hebrew"],
      "examples": ["what buying guides do you have about customs?"]
    }
  ],
  "additionalInterfaces": [
    { "url": "https://www.deali.co.il/ask", "transport": "http+json", "description": "NLWeb natural-language search" },
    { "url": "https://www.deali.co.il/openapi.json", "transport": "rest", "description": "OpenAPI 3.1 REST spec" }
  ],
  "contact": "hello@deali.co.il",
  "homepage": "https://www.deali.co.il"
}
