One CLI. ~49 tools. Your agent searches inventory, places holds, tickets bookings, settles on-chain in USDC, audits every step. Anything you do in Sendero, it can do too.
Pick your install path. Same auth gate, same tool surface — different ergonomics.
The fastest path. One npx command, no global install. Auth runs in your browser and writes ~/.sendero/key with chmod 600.
npx @sendero/cli@latest auth login
npx @sendero/cli@latest mcp install
npx @sendero/cli@latest tools list
npx @sendero/cli@latest tools call search_flights '{"origin":"BUE","destination":"MIA","date":"2026-05-12"}'Set SENDERO_API_URL to a non-prod base (e.g., staging). The CLI reuses it for both /api/openapi.json and /api/mcp. Set SENDERO_API_KEY=ak_your_key_here to bypass the saved file (useful in CI).
One CLI. One MCP server. Every travel-ops operation your agent needs.