Soar Flight Booking MCP

Use Soar Flight Booking MCP to search live airfare, compare flight options, book an approved itinerary, and manage trips from compatible AI agents.

Install MCPSmithery

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 search already works without signing in.

    codex mcp login soar_flights

Search, book, and manage trips

Search flights 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_places

Read

Resolve cities, metro areas, airports, and IATA codes before flight search.

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_discover_tools

Read

Find only the uncommon 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

Flight booking MCP questions

How Soar connects AI agents to live flight search, booking, and trip management.

What is a flight booking MCP?

A flight booking MCP is a Model Context Protocol server that gives compatible AI agents structured tools for flight search and booking. Soar connects agents to live airfare, airport data, flight status, and trip workflows.

What can Soar Flight Booking MCP do?

It can search live flights, compare fares, resolve cities and airport codes, check flight status, prepare a booking, and help manage Soar trips, seats, bags, changes, and cancellations.

Do I need to sign in to search flights?

No. Public flight search works without a Soar account. OAuth sign-in is required before an agent can access account data or take user-approved booking and trip actions.

Which AI agents work with the flight booking MCP?

This page includes setup instructions for OpenAI Codex, Claude Code, and OpenClaw. Other Streamable HTTP MCP clients can connect with the Soar server URL when they support the required authentication flow.

Can an AI agent book a flight automatically?

An agent can prepare and submit a booking only after the user selects an offer and clearly approves the purchase. Soar keeps raw card details out of MCP messages and uses saved payment methods or a secure payment flow.