Product Search
Search, filter, and autocomplete on the product catalog. Fulltext search on name, description, and SKU. Filter by category, price range, stock availability. Autocomplete for type-ahead suggestions.
Endpoints (3)
Fulltext search on product name, description, short_description, and SKU. Returns paginated results with category info. Default: only active products, sorted by newest.
No input parameters required.
Browse/filter products without a search term. Same filters and sorting as search, but returns all matching products.
No input parameters required.
Type-ahead suggestions. Fast, compact results — no joins, no variants. Returns id, name, slug, price_cents, image_url. Min 2 characters, max 10 results.
No input parameters required.
MCP Tool Names
When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:
| Endpoint | MCP Tool Name |
|---|---|
| search | product-search_search |
| filter | product-search_filter |
| autocomplete | product-search_autocomplete |