WEM Price Compare
WP
WEM Price Compare
/get_product

Get one product

Get full details for a specific product by its provider and ID. Use after search results to get more info before recommending.

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

Input

FieldTypeDescription
provider*stringProvider name (e.g. "ebay", "awin")
product_id*stringProduct ID from search results

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

Try it

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