PD
Pocket Drives
/drives_search_vehicles
Search vehicles
Search the Pocket Drives marketplace for available rental vehicles by location, dates, category, and filters.
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_search_vehicles for me.
Input
| Field | Type | Description |
|---|---|---|
| location | string | City or region name, e.g. "Miami, FL" |
| lat | number | Latitude for radius search |
| lng | number | Longitude for radius search |
| radius | integer | Search radius in miles when using lat/lng |
| date_start | string | Rental start date (YYYY-MM-DD) |
| date_end | string | Rental end date (YYYY-MM-DD) |
| page | integer | Page number (default 1) |
| per_page | integer | Results per page (default 20) |
| sort_by | string | Sort order, e.g. price_asc, price_desc, featured |
| query | string | Text search across make, model, and title |
| make | string | Vehicle make filter |
| model | string | Vehicle model filter |
| body_type | string | Body type filter, e.g. coupe, suv |
| category | string | Category filter, e.g. luxury, sports, electric |
| year_min | integer | Minimum model year |
| year_max | integer | Maximum model year |
| min_price | integer | Minimum daily price |
| max_price | integer | Maximum daily price |
| transmission | string | Transmission filter, e.g. automatic, manual |
| fuel_type | string | Fuel type filter, e.g. gasoline, electric |
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_search_vehicles","input":{}}'cli
npx cracked-ai run -p mcp-ai-pocketdrives-pocket-drives -e /drives_search_vehicles -i '{}'mcp
run_tool({ provider: "mcp-ai-pocketdrives-pocket-drives", endpoint: "/drives_search_vehicles", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.