V
vivid-ads-commerce
/vivid_delivery_quote
vivid delivery quote
EXACT delivery/freight cost to an Australian postcode for a product configuration — the SAME live rates the vividads.com.au checkout shows (carrier + shipping-r
liveverifiedunknown~5s typical
mcpprobedvivid-ads-commerce
$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-au-com-vividads-vivid-ads-commerce /vivid_delivery_quote for me.
Input
| Field | Type | Description |
|---|---|---|
| product* | string | product name, e.g. 'pull up banner' |
| size | string | (simple products) size, e.g. '850x2050' |
| options | object | FULL selected options for option-rich/custom products (same shape as vivid_price.options) |
| quantity | number | |
| postcode* | string | 4-digit Australian postcode |
| suburb | string | |
| state | string | VIC/NSW/QLD/SA/WA/TAS/NT/ACT (derived from postcode if omitted) |
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-au-com-vividads-vivid-ads-commerce","endpoint":"/vivid_delivery_quote","input":{"product":"...","postcode":"..."}}'cli
npx cracked-ai run -p mcp-au-com-vividads-vivid-ads-commerce -e /vivid_delivery_quote -i '{"product":"...","postcode":"..."}'mcp
run_tool({ provider: "mcp-au-com-vividads-vivid-ads-commerce", endpoint: "/vivid_delivery_quote", input: {"product":"...","postcode":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.