Skip to content
Back to Deali

Card snapshot

www.deali.co.il · 2026-07-19 18:30:19 UTC · 0db7afef33737f457afe56058cc85d2e1001fb57b3442df4d64689963398e5db

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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 (\u05d3\u05d9\u05dc\u05d9)",
    "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",
        "\u05de\u05d8\u05e2\u05df \u05de\u05d4\u05d9\u05e8 \u05dc\u05d0\u05d9\u05d9\u05e4\u05d5\u05df"
      ]
    },
    {
      "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"
}