WEM Price Compare
ai.wem3/wem-price-comparePrice comparison across partner retailers. Read-only, 90-day history, disclosed affiliate.
Tools · 8
Search for products across all connected marketplaces (eBay, Amazon, Awin merchants, etc.) using keywords. Returns a list of matching products with prices, images, and affiliate links. Suited to speci…
Search for products using natural language descriptions. Uses AI embeddings for semantic understanding — handles vague requests like "comfortable shoes for standing all day" or "gift for a 10 year old…
Get full details for a specific product by its provider and ID. Use after search results to get more info before recommending.
Compare 2-5 products side by side. Returns a structured comparison of price, rating, shipping, and key features. Use when the user is deciding between options.
Find the single lowest-priced product matching the stated constraints. Ranks on price, adjusted for the priorities the caller states (rating, shipping) — never on WEM commission. Use when the user wan…
Exact multi-retailer offers for one product from WEM's own catalogue, cheapest first, with a 90-day price-history low. Identity is resolved by barcode or catalogue slug — no text matching — so every o…
Check a price claim before repeating it. Given a product and a price someone has asserted at a named retailer, returns whether that price is live in WEM's verified catalogue and whether anything cheap…
Get available product categories and the approximate price range for each. Use to guide the user when their request is vague.
Resources · 1
Cross-retailer offers for one product, cheapest first, with the 90-day price low and WEM's tracked outbound links.
ui://wem/compare
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"wem_price_compare": {
"url": "https://wem3.ai/api/mcp",
"transport": "streamable-http"
}
}
}