Conduit Agentic Commerce
CA
Conduit Agentic Commerce
/supply_search

Search supply

Multi-provider discovery (live REAL merchants by default). Returns a ranked page (default limit=30, max 100) with total/has_more/next_offset. Follow next.args (

liveverifiedunknown~5s typical
mcpprobedconduitagenticcommerce
$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-app-aiconduit-conduit /supply_search for me.

Input

FieldTypeDescription
querystringProduct search query, e.g. USB-C charger 65W. Required for a new search; omit when paging
quantityintegerDesired quantity (default 1)
budgetstringMax total budget — number means USD; or { amount, currency }
payable_witharrayFilter to rails the agent can pay with, e.g. ["x402"]
countrystringISO country for ships-to, e.g. US
agent_idstringAgent id for mandate-aware badges (always pass when available)
session_tokenstringSession token from agent_authenticate — required whenever agent_id is passed
include_sandboxbooleanInclude DEMO/SANDBOX merchants (listed last, test_offer=true). Default false — live REAL m
limitintegerPage size of ranked offers to return (default 30, max 100)
offsetinteger0-based offset into the ranked set for this search_id (default 0). For page 2+, pass searc
fetch_limitintegerOptional override for per-merchant upstream pull (default max(20, limit*2), max 300). Igno
search_idstringResume paging into a prior ranked set (with offset>0, or offset 0 without query). New sear

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-app-aiconduit-conduit","endpoint":"/supply_search","input":{}}'
cli
npx cracked-ai run -p mcp-app-aiconduit-conduit -e /supply_search -i '{}'
mcp
run_tool({ provider: "mcp-app-aiconduit-conduit", endpoint: "/supply_search", input: {} })

Try it

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