Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

WEM Price Compare

ai.wem3/wem-price-compare

Price comparison across partner retailers. Read-only, 90-day history, disclosed affiliate.

Uptime
100.0%
1 direct probes · 30d
Response
419ms
last probe
Tools
8
callable
Resources
1
readable
Prompts
0
available

Tools · 8

search_products

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…

semantic_search

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_product

Get full details for a specific product by its provider and ID. Use after search results to get more info before recommending.

compare_products

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_lowest_price

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…

compare_offers

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…

verify_offer

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_categories

Get available product categories and the approximate price range for each. Use to guide the user when their request is vague.

Resources · 1

WEM price comparison

Cross-retailer offers for one product, cheapest first, with the 90-day price low and WEM's tracked outbound links.

ui://wem/compare

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"
    }
  }
}