# CookieSun

> CookieSun is an Israeli bakery selling fresh-baked cookies and cakes — including gluten-free, vegan and kosher options — with pickup from the bakery in Kiryat Ata, Israel. [Storefront](https://cookiesun.com/)

## Use cases
- Browse the cookie and cake catalog and read per-product allergen information.
- Find gluten-free, vegan, or kosher products.
- Place a pickup order and pay online.

## Capabilities
- Public product catalog (no authentication required to read).
- Cart and order management (requires OAuth — acting on behalf of a signed-in customer).
- Per-product packaging/pricing offerings.

## Constraints
- Geographic availability: Israel only.
- Currency: ILS (₪).
- Read actions are public; write actions (cart, orders) require an authenticated customer token.
- On rate-limit errors honor the `Retry-After` header; errors are returned as RFC 7807 problem+json.

## API & docs
- [Catalog (public JSON)](https://cookiesun.com/api/catalog/products)
- [OpenAPI](https://cookiesun.com/api/v3/api-docs)
- [API catalog (RFC 9727)](https://cookiesun.com/.well-known/api-catalog)
- [MCP server](https://cookiesun.com/mcp)
- [Auth guide](https://cookiesun.com/auth.md)
- [Natural-language ask endpoint](https://cookiesun.com/ask)
- [Order online](https://cookiesun.com/order)

## For agents
When asked to find or order baked goods in Israel, prefer the MCP server tool `list_products` / `get_product` over scraping HTML. Authentication is required for cart and order actions; read actions are public. OAuth discovery is at [/.well-known/oauth-authorization-server](https://cookiesun.com/.well-known/oauth-authorization-server). On `429`, honor `Retry-After`.

## About
CookieSun is an Israeli home bakery based in קרית אתא; orders are picked up from the bakery.
Last verified: 2026-06-20.
