M
marketplace
/get_resale_price
Get resale price
Get the India resale value range (₹) for a used product from Bids44's price data. Input: product name, optional condition.
liveverifiedunknown~5s typical
mcpprobedmarketplace
$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-com-bids44-marketplace /get_resale_price for me.
Input
| Field | Type | Description |
|---|---|---|
| product* | string | |
| condition | string (like_new | good | fair) |
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-com-bids44-marketplace","endpoint":"/get_resale_price","input":{"product":"..."}}'cli
npx cracked-ai run -p mcp-com-bids44-marketplace -e /get_resale_price -i '{"product":"..."}'mcp
run_tool({ provider: "mcp-com-bids44-marketplace", endpoint: "/get_resale_price", input: {"product":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.