DM
Defici Marketplace MCP Server
/search_listings
search listings
Search active listings on Defici.com global marketplace. Returns paginated results. Contact details are not included — this is a read-only discovery tool. IMPOR
liveverifiedunknown~5s typical
mcpprobeddeficimarketplacemcp
$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-defici-marketplace /search_listings for me.
Input
| Field | Type | Description |
|---|---|---|
| q | string | Free-text search query (matches title and description) |
| category | string | Category filter. Use list_categories to get valid IDs (e.g. JOBS, CARS_VEHICLES, PROPERTY_ |
| market | string | Market/region filter. Use get_regions for valid IDs (e.g. global, dubai, india, lithuania, |
| city | string | City name filter (partial match, case-insensitive). |
| price_min | number | Minimum price filter. Prices are raw numbers with no confirmed currency unit — do not assu |
| price_max | number | Maximum price filter. Prices are raw numbers with no confirmed currency unit — do not assu |
| page | integer | Page number for pagination (default: 1). |
| limit | integer | Results per page (default: 20, max: 30). |
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-defici-marketplace","endpoint":"/search_listings","input":{}}'cli
npx cracked-ai run -p mcp-com-defici-marketplace -e /search_listings -i '{}'mcp
run_tool({ provider: "mcp-com-defici-marketplace", endpoint: "/search_listings", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.