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
| Field | Type | Description |
|---|---|---|
| query | string | Product search query, e.g. USB-C charger 65W. Required for a new search; omit when paging |
| quantity | integer | Desired quantity (default 1) |
| budget | string | Max total budget — number means USD; or { amount, currency } |
| payable_with | array | Filter to rails the agent can pay with, e.g. ["x402"] |
| country | string | ISO country for ships-to, e.g. US |
| agent_id | string | Agent id for mandate-aware badges (always pass when available) |
| session_token | string | Session token from agent_authenticate — required whenever agent_id is passed |
| include_sandbox | boolean | Include DEMO/SANDBOX merchants (listed last, test_offer=true). Default false — live REAL m |
| limit | integer | Page size of ranked offers to return (default 30, max 100) |
| offset | integer | 0-based offset into the ranked set for this search_id (default 0). For page 2+, pass searc |
| fetch_limit | integer | Optional override for per-merchant upstream pull (default max(20, limit*2), max 300). Igno |
| search_id | string | Resume 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.