OctoTrip Rental Cars
OR
OctoTrip Rental Cars
/search

search

Searches live rental-car offers for a pickup location and rental period, optionally with a different dropoff location, pickup/dropoff times, driver age, currenc

liveunknown~5s typical
mcpoctotriprentalcars
$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-octotrip-rental-cars /search for me.

Input

FieldTypeDescription
location*stringPickup location, such as a city, airport, station, address, or landmark.
pickup_date*stringPickup date. Accepts common date formats such as YYYY-MM-DD, DD.MM.YYYY, or natural-langua
dropoff_date*stringDropoff date. Must be after the pickup date.
dropoff_locationstringOptional different dropoff location. If omitted, the pickup location is used.
pickup_timestringPickup time in 24-hour HH:MM format. Defaults to 12:00. default "12:00"
dropoff_timestringDropoff time in 24-hour HH:MM format. Defaults to 12:00. default "12:00"
currencystringPreferred ISO 4217 currency code for prices, such as EUR, USD, or GBP. Defaults to EUR. default "EUR"
languagestringPreferred response language code, such as en or de. Defaults to en. default "en"
ageintegerDriver age. Defaults to 30. Younger drivers may incur surcharges. default 30

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-octotrip-rental-cars","endpoint":"/search","input":{"location":"...","pickup_date":"...","dropoff_date":"...","pickup_time":"12:00","dropoff_time":"12:00","currency":"EUR","language":"en","age":30}}'
cli
npx cracked-ai run -p mcp-app-octotrip-rental-cars -e /search -i '{"location":"...","pickup_date":"...","dropoff_date":"...","pickup_time":"12:00","dropoff_time":"12:00","currency":"EUR","language":"en","age":30}'
mcp
run_tool({ provider: "mcp-app-octotrip-rental-cars", endpoint: "/search", input: {"location":"...","pickup_date":"...","dropoff_date":"...","pickup_time":"12:00","dropoff_time":"12:00","currency":"EUR","language":"en","age":30} })

Try it

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