Deali (deali.co.il) exposes its curated AliExpress-deals catalog to developers and AI agents through a free, read-only API and an MCP server - no sign-up, no API key, no OAuth, no rate-limit tiers. Everything below is public. Prices are in Israeli New Shekel (₪) and content is in Hebrew.
No credentials required - one call:
curl https://www.deali.co.il/api/site/deals - the full curated catalog as JSONcurl "https://www.deali.co.il/api/site/product-detail?id=<id>" - one product's details and affiliate linkcurl https://www.deali.co.il/api/site/blog - Hebrew buying guides (add ?id=<slug> for one article)curl "https://www.deali.co.il/ask?query=<question>" - NLWeb natural-language searchThe complete machine-readable contract is the OpenAPI 3.1 specification. Responses are JSON; errors are structured JSON with an error field and, where useful, a hint. The API is a sandbox by nature - it is read-only, so no call can modify or damage data.
Deali is available as native agent tools over the Model Context Protocol (Streamable HTTP, no auth) at https://www.deali.co.il/mcp. Tools: search_deals, get_product, list_blog_posts, get_blog_post. Add it to Claude Code with claude mcp add --transport http deali https://www.deali.co.il/mcp, or read the server card. It is also listed in the official MCP registry as il.co.deali/mcp.
None. The public API and MCP server require no key, token or OAuth flow - see auth.md and the protected-resource metadata (anonymous access).
.md or send Accept: text/markdown. Machine-readable homepage: /?mode=agent