trip-logistics-assistant
T
trip-logistics-assistant
/search_car_rentals

Car rental search

Finds rental car options at an airport or city for specific dates: typical price ranges for the season (economy / compact automatic / SUV, all-inclusive) and a

liveverifiedunknown~5s typical
mcpprobedtrip-logistics-assistant
$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-app-triplogistics-trip-logistics-assistant /search_car_rentals for me.

Input

FieldTypeDescription
location*stringAirport or city, e.g. 'Malaga airport', 'Vienna'
pickup_date*stringYYYY-MM-DD
dropoff_date*stringYYYY-MM-DD
driver_agenumber

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-app-triplogistics-trip-logistics-assistant","endpoint":"/search_car_rentals","input":{"location":"...","pickup_date":"...","dropoff_date":"..."}}'
cli
npx cracked-ai run -p mcp-app-triplogistics-trip-logistics-assistant -e /search_car_rentals -i '{"location":"...","pickup_date":"...","dropoff_date":"..."}'
mcp
run_tool({ provider: "mcp-app-triplogistics-trip-logistics-assistant", endpoint: "/search_car_rentals", input: {"location":"...","pickup_date":"...","dropoff_date":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.