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
| Field | Type | Description |
|---|---|---|
| location* | string | Pickup location, such as a city, airport, station, address, or landmark. |
| pickup_date* | string | Pickup date. Accepts common date formats such as YYYY-MM-DD, DD.MM.YYYY, or natural-langua |
| dropoff_date* | string | Dropoff date. Must be after the pickup date. |
| dropoff_location | string | Optional different dropoff location. If omitted, the pickup location is used. |
| pickup_time | string | Pickup time in 24-hour HH:MM format. Defaults to 12:00. default "12:00" |
| dropoff_time | string | Dropoff time in 24-hour HH:MM format. Defaults to 12:00. default "12:00" |
| currency | string | Preferred ISO 4217 currency code for prices, such as EUR, USD, or GBP. Defaults to EUR. default "EUR" |
| language | string | Preferred response language code, such as en or de. Defaults to en. default "en" |
| age | integer | Driver 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.