BizTrip MCP connector

Plan and book business trips (flights, hotels, rental cars, policy checks, purchasing) from any MCP client — Claude Desktop, Claude Code, or claude.ai — with interactive result widgets rendered inline in the chat.

Auth: OAuth 2.0 with dynamic client registration — your MCP client handles the flow automatically.

Add to Claude →
1. Paste the MCP Link into Add custom connector and click Add.
Add custom connector dialog with the BizTrip MCP URL filled in
2. Click Connect and sign in with your BizTrip account.
Connect button for the Biztrip connector
3. Set tool permissions — Always allow keeps planning conversational.
Tool permissions dialog with Always allow highlighted

Connecting from Claude Code

  1. Claude Code: claude mcp add --transport http biztrip https://api.dev.biztrip.ai/mcp
  2. On first use you'll be sent through BizTrip sign-in to authorize the connector. Every tool acts as the signed-in traveler; the connector never accepts another user's email or ID.

Typical flow

  1. get_traveler_context — traveler profile, org, and policy.
  2. create_trip or list_trips + select_trip — establish the active trip.
  3. Search → show → choose, one product at a time (flights first, then hotels, then cars): search_flightsshow_flight_options → click a card → set_flight_choice.
  4. show_itinerary — review current selections at any point.
  5. confirm_booking — revalidates everything and renders the purchase panel.
  6. purchase_trip — books, only after you click Purchase and confirm.

Searching stays free of side effects: nothing is reserved until purchase_trip. Selections are labeled against your travel policy (in policy / approval required / not bookable).