New

Flight Booking MCP

Use your agent to find, book, and pay for flights.

Install MCPSmithery

Install

Get started

  1. Run this command in Terminal

    Add Soar to Codex.

    codex mcp add soar_flights --url https://mcp.soar.flights \
      --oauth-client-id soar-mcp
  2. Sign in to Soar

    This unlocks booking and account tools. Public flight and stay search already works without signing in.

    codex mcp login soar_flights

Tools

Search, book, and manage trips

Search flights and stays publicly, then sign in for booking and account tools.

soar_search_flights

Read

Public, low-rate flight search with city, metro, airport, and IATA input.

Search

soar_search_stays

Read

Public, low-rate hotel and accommodation search by destination and dates.

Search

soar_get_live_flight_status

Read

Look up live status for a known flight number.

Search

soar_book_flight

Action

Book a selected offer; Soar handles login, refresh, readiness, verification, and payment in one flow.

Booking

soar_list_bookings

Read

List visible Soar bookings for the authorized account.

Trips

soar_get_booking

Read

Open one booking by Soar booking reference.

Trips

soar_list_stay_rates

Read

List bookable room rates for a hotel returned by soar_search_stays.

Advanced

soar_get_stay_reviews

Read

Get recent guest reviews for a hotel returned by soar_search_stays.

Advanced

soar_list_stay_bookings

Read

List hotel and accommodation bookings for the authorized account.

Advanced

soar_get_stay_booking

Read

Open one stay booking by Soar stay booking reference.

Advanced

soar_quote_stay_cancellation

Read

Preview refund and penalty for cancelling a stay; nothing is cancelled.

Advanced

soar_discover_tools

Read

Find only the uncommon stay, traveler, add-on, trip, payment, or support tools needed now.

Advanced

soar_run_advanced_read_tool

Read

Run one discovered read-only tool against its exact schema.

Advanced

soar_run_advanced_action_tool

Action

Run one discovered account action only after clear user intent.

Advanced