M
marketplace
/search_listings
Search Bids44 listings
Search live Bids44 marketplace listings. Input: query + optional category, city, maxPrice. Returns up to 10 listings with title, price, city, condition, and URL
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 /search_listings for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | |
| category | string | |
| city | string | |
| maxPrice | number |
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":"/search_listings","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-com-bids44-marketplace -e /search_listings -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-com-bids44-marketplace", endpoint: "/search_listings", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.