WP
WEM Price Compare
/search_products
Search products across retailers
Search for products across all connected marketplaces (eBay, Amazon, Awin merchants, etc.) using keywords. Returns a list of matching products with prices, imag
liveverifiedunknown~5s typical
mcpprobedwempricecompare
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-wem3-wem-price-compare /search_products for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Search keywords |
| category | string | Filter by category (electronics, fashion, beauty, home, sports, collectibles) |
| min_price | number | Minimum price filter (GBP) |
| max_price | number | Maximum price filter (GBP) |
| sort_by | string (relevance | price_asc | price_desc | rating) | Sort order for results |
| providers | array | Limit to specific providers (e.g. ["ebay", "awin"]). Omit for all. |
| limit | number | Max results to return (default 10, max 30) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-wem3-wem-price-compare","endpoint":"/search_products","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-ai-wem3-wem-price-compare -e /search_products -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-ai-wem3-wem-price-compare", endpoint: "/search_products", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.