Shopping memory that holds lists, purchases, prices, and "last time I bought X" so agents can help with errands, restocks, and budget questions. Use when an agent tracks household or business purchasing. Requires a BlueColumn API key (bc_live_*).
Integrations
Menlo Shopping
Try itUse Menlo Shopping MCP to find individual products or build curated shopping lists. Use when a user asks to shop, compare products, find gifts, assemble a se...
What it does
Use Menlo Shopping MCP to find individual products or build curated shopping lists. Use when a user asks to shop, compare products, find gifts, assemble a setup, or get product recommendations.
The skill document
Menlo Shopping
Use the configured menlo-shopping MCP server for product discovery. Amazon.com is currently supported.
Choose a tool
- Use
search_productsfor a specific item or product category. Add price, rating, and sponsored-result filters when the user gives constraints. - Use
build_product_kitfor a goal-oriented shopping list, such as a home-office setup, a starter kit, or gift ideas. A product kit is a curated list, not a pre-bundled item.
Search well
- Keep the query specific: include product type, intended user, style, compatibility, or material when relevant.
- Turn clear budget constraints into
max_price; usemin_ratingonly when the user asks for quality thresholds. - Start with a small result set and expand only if the user wants more options.
Present results
- Use returned prices, ratings, and availability facts as-is; do not invent missing details.
- Use each returned
product_urlunchanged when sharing a product. - Briefly explain why each pick fits the user’s request.
Related skills
Researches products, variants, shops, and reviews on Shop.app — Shopify's own cross-store shopping/discovery app, distinct from individual Shopify storefronts — using the Crawlora API, returning clean JSON. Use when the user asks to find a product across Shop.app merchants, compare shop offerings, pull Shop.app reviews, or browse a Shop.app merchant's catalog/collections — instead of scraping Shop.app pages.
Search, read, and work with Shopify products, orders, customers, and shop data through a local MCP wrapper. Use when the user asks about Shopify commerce ope...
Looks up a Macy's product's full detail and customer reviews by its numeric productId, and pulls Macy's own search-box (typeahead) suggestions, using the Crawlora API, returning clean JSON. Use when the user has (or can get) a Macy's product page ?ID= value and wants its price/description/variants/reviews, or wants Macy's autocomplete suggestions for a query — instead of scraping macys.com. There is no full-text product search or category browse — a known numeric productId is required as the entry point.
Search Google Shopping for products
MCP Tools skill for AI agent commerce. Use when a user wants agentic Shopping to search/compare products, prepare a buyer-confirmed cart, and create a mercha...