Deali Developer Portal

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.

Quickstart

No credentials required - one call:

REST API & OpenAPI

The 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.

MCP server

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.

Authentication

None. The public API and MCP server require no key, token or OAuth flow - see auth.md and the protected-resource metadata (anonymous access).

Agent skills & discovery