Conduit Agentic Commerce
CA
Conduit Agentic Commerce
/supply_delivery

Get delivery estimate

Non-committing checkout probe for shipping ETA/cost. Uses agent default_destination, else linked org default address, or country override. status describes how

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_delivery for me.

Input

FieldTypeDescription
supply_id*stringOffer supply id from supply_search / supply_details
agent_idstringAgent id — uses agent destination else org default when country omitted
session_tokenstringSession token from agent_authenticate — required whenever agent_id is passed
quantityintegerUnits to price shipping for (default 1)
countrystringISO country override, e.g. US (else agent/org destination)
postal_codestringPostal/ZIP override for the probe destination
regionstringOptional region/state override

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

Try it

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