PD
Pocket Drives
/drives_get_quote
Get rental quote
Calculate a full rental quote including daily breakdown, taxes, deposit, and total for a date range.
liveverifiedunknown~5s typical
mcpprobedpocketdrives
$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-pocketdrives-pocket-drives /drives_get_quote for me.
Input
| Field | Type | Description |
|---|---|---|
| asset_rental_id* | string | Rental asset ID from search or detail results |
| date_start* | string | Rental start date (YYYY-MM-DD) |
| date_end* | string | Rental end date (YYYY-MM-DD) |
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-pocketdrives-pocket-drives","endpoint":"/drives_get_quote","input":{"asset_rental_id":"...","date_start":"...","date_end":"..."}}'cli
npx cracked-ai run -p mcp-ai-pocketdrives-pocket-drives -e /drives_get_quote -i '{"asset_rental_id":"...","date_start":"...","date_end":"..."}'mcp
run_tool({ provider: "mcp-ai-pocketdrives-pocket-drives", endpoint: "/drives_get_quote", input: {"asset_rental_id":"...","date_start":"...","date_end":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.