AD
Ada Diamonds
/create_checkout_link
Create a hosted checkout link
Assemble a cart and get a Stripe-hosted checkout URL the customer opens to pay; no card data passes through the agent. Item ids come from the search tools (`dia
liveverifiedunknown~5s typical
mcpprobedadadiamonds
$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-com-adadiamonds-ada-diamonds /create_checkout_link for me.
Input
| Field | Type | Description |
|---|---|---|
| items* | array | Items to buy; a complete ring is one setting plus one diamond |
| shipping_address* | object | Where the order ships; used to price tax and shipping into the link |
| buyer_email | string | Buyer email for the receipt; Stripe collects it on the payment page when omitted |
| buyer_name | string | Buyer full name |
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-com-adadiamonds-ada-diamonds","endpoint":"/create_checkout_link","input":{"items":[],"shipping_address":{}}}'cli
npx cracked-ai run -p mcp-com-adadiamonds-ada-diamonds -e /create_checkout_link -i '{"items":[],"shipping_address":{}}'mcp
run_tool({ provider: "mcp-com-adadiamonds-ada-diamonds", endpoint: "/create_checkout_link", input: {"items":[],"shipping_address":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.