WEM Price Compare
WP
WEM Price Compare
/verify_offer

Check whether a price claim is true

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 verif

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

Input

FieldTypeDescription
gtinstringProduct barcode: EAN-13, UPC-A, EAN-8 or GTIN-14. Strongest identifier.
slugstringWEM canonical slug, as in wem3.ai/pl/{slug}.
providerstringRetailer slug for the listing being checked, e.g. 'currys'.
externalIdstringThe retailer's own product id (ASIN, eBay item number). Use with provider.
titlestringProduct title. Weakest identifier — used only when no id is available.
pricenumberThe price being claimed. Omit to ask only what the verified offers are.
currencystringISO 4217 code for the claimed price. Default GBP.
retailerstringRetailer the price was claimed at — slug or display name.

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

Try it

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