WEM Price Compare
WP
WEM Price Compare
/find_lowest_price

Find the lowest listed price

Find the single lowest-priced product matching the stated constraints. Ranks on price, adjusted for the priorities the caller states (rating, shipping) — never

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 /find_lowest_price for me.

Input

FieldTypeDescription
query*stringWhat to search for
max_pricenumberBudget cap (GBP)
prioritiesarrayWhat matters most (in order of importance)

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":"/find_lowest_price","input":{"query":"..."}}'
cli
npx cracked-ai run -p mcp-ai-wem3-wem-price-compare -e /find_lowest_price -i '{"query":"..."}'
mcp
run_tool({ provider: "mcp-ai-wem3-wem-price-compare", endpoint: "/find_lowest_price", input: {"query":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.