AV
AiDOOS Virtual Delivery Center
/estimate_delivery_cost
estimate delivery cost
Estimate the size and cost of a specific list of work items. Given short descriptions of deliverables, this returns each item sized in Delivery Units, a total,
liveunknown~5s typical
mcpaidoosvirtualdelivery
$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-aidoos-virtual-delivery-center /estimate_delivery_cost for me.
Input
| Field | Type | Description |
|---|---|---|
| modules* | array | List of work modules to estimate. Each item is a 1-2 sentence description of a deliverable |
| industry | string | Optional industry hint for calibration. |
| company_size | string | Optional company-size hint: startup, small, medium, enterprise. |
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-aidoos-virtual-delivery-center","endpoint":"/estimate_delivery_cost","input":{"modules":[]}}'cli
npx cracked-ai run -p mcp-com-aidoos-virtual-delivery-center -e /estimate_delivery_cost -i '{"modules":[]}'mcp
run_tool({ provider: "mcp-com-aidoos-virtual-delivery-center", endpoint: "/estimate_delivery_cost", input: {"modules":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.