V
vivid-ads-commerce
/vivid_request_quote
vivid request quote
Email the customer a formal QUOTATION. If the exact configuration can be priced and an email is given, this INSTANTLY emails a branded PDF-style quotation (line
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_request_quote for me.
Input
| Field | Type | Description |
|---|---|---|
| product | string | |
| size | string | |
| quantity | number | |
| options | object | FULL selected options (same shape as vivid_price.options) so the quotation is priced exact |
| name | string | |
| email* | string | |
| company | string | |
| phone | string | customer phone (optional) |
| message | string | the customer's full request in their own words (multi-item OK) |
| discountCode | string | any reseller/trade or discount code the customer mentioned (recorded, NOT applied here) |
| artworkUrl | string | link to the customer's uploaded artwork (e.g. the fileUrl returned by vivid_upload_artwork |
| design | string | design preference: 'ai_design' | 'upload_own' | 'design_later' |
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_request_quote","input":{"email":"..."}}'cli
npx cracked-ai run -p mcp-au-com-vividads-vivid-ads-commerce -e /vivid_request_quote -i '{"email":"..."}'mcp
run_tool({ provider: "mcp-au-com-vividads-vivid-ads-commerce", endpoint: "/vivid_request_quote", input: {"email":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.