Lemmebuyit
LemmeBuyIt is a remote MCP server that gives AI agents access to real-time product search and pricing across 86 major US retailers, Walmart, Target, Home…
What it can do
- Get Status: Check the health and operational status of the LemmeBuyIt API service.
- List Retailers: List all retailers available to your API key. Always call this first to discover valid retailer IDs before searching products.
- Get Retailer Categories: List product categories available for a specific retailer. Use this to discover valid category paths before filtering products by category.
What data it sees
Do you need an account
No: the server works without sign-in
LemmeBuyIt is a remote MCP server that gives AI agents access to real-time product search and pricing across 86 major US retailers, Walmart, Target, Home Depot, Best Buy, Macy's, Nordstrom, Zappos, Sephora, Tractor Supply, and 77 more. Approximately 262M products are indexed and refreshed continuously.
Connect once with one-click OAuth (no API keys to copy) and the agent can:
- Search any retailer's catalog by keyword, GTIN/UPC barcode, brand, or category
- Look up a specific product by SKU and pull current price, stock status, reviews
- Compare prices across retailers for the same item
- Pull weekly price history (up to 2 years) for trend or deal analysis
- Pull Amazon ASIN price + Buy Box history alongside the cross-retailer data
The server exposes 7 read-only tools. No write access, no destructive operations.
Free tier: search + product lookups. Paid tier: price-history tools.
Server tool list (7)
Raw names from tools/list. Only developers need these.
| get_status | Check the health and operational status of the LemmeBuyIt API service. |
| list_retailers | List all retailers available to your API key. Always call this first to discover valid retailer IDs before searching products. |
| get_retailer_categories | List product categories available for a specific retailer. Use this to discover valid category paths before filtering products by category. |
| search_retailer_products | Search and filter products from a specific retailer's catalog. Supports text search, barcode lookups, price/discount filtering, and cursor-based pagination. When next_cursor is returned, pass it as the 'after' parameter in the next call to paginate. |
| get_retailer_product | Get full details for a specific product by its retailer SKU/ID. Use this after search to retrieve complete product data including pricing, Amazon enrichment, profitability, and historical Amazon catalog metrics. |
| get_product_price_history | Get chart-ready weekly price + catalog history for a product. Returns a time series of retailer price + (when the product's UPC maps to a resolved Amazon ASIN) Amazon retail / 3P-new / Buy-Box / list price / sales rank (BSR) / new + used offer counts / rating (0–5 stars) / review count / monthly sold, sorted ascending by ts. Weeks with no observed samples are omitted. Paid tier. |
| get_amazon_asin_price_history | Get chart-ready weekly Amazon catalog history for a specific ASIN. Each weekly point may include Amazon retail price, lowest 3P-New price, Buy Box landed price, manufacturer list price, sales rank (BSR), new + used offer counts, average rating, total review count, and estimated monthly sold. Paid tier. |