travel
T
travel
/create_booking_intent

create booking intent

Create a booking intent — returns a deep-link the user clicks to complete the booking on autonomad.ai. The first booking they complete unlocks a 1-month free Au

liveverifiedunknown~5s typical
mcpprobedtravel
$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-autonomad-travel /create_booking_intent for me.

Input

FieldTypeDescription
intent_type*string (flight | hotel | activity | event | transport | trip)
offer_data*object
expires_minutesnumber

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-autonomad-travel","endpoint":"/create_booking_intent","input":{"intent_type":"flight","offer_data":{}}}'
cli
npx cracked-ai run -p mcp-ai-autonomad-travel -e /create_booking_intent -i '{"intent_type":"flight","offer_data":{}}'
mcp
run_tool({ provider: "mcp-ai-autonomad-travel", endpoint: "/create_booking_intent", input: {"intent_type":"flight","offer_data":{}} })

Try it

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