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
| Field | Type | Description |
|---|---|---|
| description* | string | Natural language description of what the user is looking for |
| category | string | Optional category filter |
| min_price | number | Minimum price (GBP) |
| max_price | number | Maximum price (GBP) |
| limit | number | Max 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.