WEM Price Compare
WP
WEM Price Compare
/semantic_search

Find products by description

Search for products using natural language descriptions. Uses AI embeddings for semantic understanding — handles vague requests like "comfortable shoes for stan

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

Input

FieldTypeDescription
description*stringNatural language description of what the user is looking for
categorystringOptional category filter
min_pricenumberMinimum price (GBP)
max_pricenumberMaximum price (GBP)
limitnumberMax results (default 10, max 20)

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

Try it

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