# shop

**Shop**

Browse the Bonzai store and show items to buy as rich, scrollable product cards (photo, price, condition, funny description, add-to-cart). Use whenever the user wants to shop for a gift for a friend, browse the Bonzai store, or see what they can buy. Optional query filters the shelves. Returns a mock thrift-store catalog for now.

- **Category:** Marketplace
- **Access:** read-only (safe to call anytime)
- **Renders a UI card:** yes
- **Returns:** A storefront of items rendered as a scrollable card.

## Parameters

- `query` (string, optional) — Optional search term to filter items by name/description/category, e.g. "boots" or "haunted". Omit to show the whole store.
- `limit` (integer, optional) — Optional cap on how many items to return (default: all 30).

## Connection

This is a tool on the Bonzai MCP server (`https://mcp.bonzai.me`). Connect any MCP
client and your agent calls it on your behalf. See https://bonzai.me/connect to connect, and
https://bonzai.me/docs for the full picture.

## Related recipes

- [Window Shopping](https://bonzai.me/cookbook/window-shopping)

---

Full tool reference: https://bonzai.me/docs/tools · AI overview: https://bonzai.me/llms.txt
