R
robomart
/book_delivery
Book a delivery
Book a pickup-ready delivery in one call at the posted flat price ($2.99 on_network, $9.99 off_network, up to 5 routed miles). A live key holds the posted price
liveunknown~5s typical
mcprobomart
$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-ai-robomart-robomart /book_delivery for me.
Input
| Field | Type | Description |
|---|---|---|
| pickup_address* | string | |
| dropoff_address* | string | |
| pickup_phone | string | |
| dropoff_phone | string | |
| parcel | object | |
| policy | string (allow_roaming | on_network_only) | |
| declared_value_cents | integer | |
| metadata | object | |
| idempotency_key* | string | |
| robomart_version | string |
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-ai-robomart-robomart","endpoint":"/book_delivery","input":{"pickup_address":"...","dropoff_address":"...","idempotency_key":"..."}}'cli
npx cracked-ai run -p mcp-ai-robomart-robomart -e /book_delivery -i '{"pickup_address":"...","dropoff_address":"...","idempotency_key":"..."}'mcp
run_tool({ provider: "mcp-ai-robomart-robomart", endpoint: "/book_delivery", input: {"pickup_address":"...","dropoff_address":"...","idempotency_key":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.