io.tooloracle/flightoracle
Official8 toolsFlight Intelligence MCP — search, cheapest dates, multi-city, airline compare via Google Flights
Searches flights, identifies cheapest dates, and compares airlines.
Captured live from the server via tools/list.
flight_search
Search round-trip or one-way flights between airports. Returns best flights, prices, airlines, duration, stops, and carbon emissions.
Parameters (9)
- departurestring
Departure airport IATA code (e.g., JFK, LAX, FRA)
- arrivalstring
Arrival airport IATA code (e.g., LHR, CDG, NRT)
- datestring
Outbound date YYYY-MM-DD
- return_datestring
Return date YYYY-MM-DD (omit for one-way)
- adultsinteger
Number of adult passengers (default: 1)
- travel_classinteger
1=Economy, 2=Premium Economy, 3=Business, 4=First (default: 1)
- stopsinteger
0=any, 1=nonstop only, 2=max 1 stop, 3=max 2 stops (default: 0)
- currencystring
Currency code (default: USD)
- countrystring
Country code for local pricing (default: us)
cheapest_flights
Find the cheapest flights across a full month. Returns price-sorted options with dates, airlines, and price insights.
Parameters (5)
- departurestring
Departure airport IATA code
- arrivalstring
Arrival airport IATA code
- monthstring
Month to search YYYY-MM (e.g., 2026-06)
- currencystring
Currency code (default: USD)
- countrystring
Country code (default: us)
one_way_search
Search one-way flights with all filters.
Parameters (8)
- departurestring
Departure IATA code
- arrivalstring
Arrival IATA code
- datestring
Date YYYY-MM-DD
- adultsinteger
Passengers (default: 1)
- travel_classinteger
1=Economy, 2=Premium, 3=Business, 4=First
- stopsinteger
0=any, 1=nonstop, 2=1stop, 3=2stops
- currencystring
Currency (default: USD)
- countrystring
Country (default: us)
multi_city
Price a multi-city route with 2+ legs. Returns per-leg pricing and total cost range.
Parameters (3)
- legsarray
List of legs: [{departure, arrival, date}, ...] (min 2)
- currencystring
Currency (default: USD)
- countrystring
Country (default: us)
price_calendar
Weekly price calendar for a route. Find the cheapest week to fly.
Parameters (6)
- departurestring
Departure IATA code
- arrivalstring
Arrival IATA code
- start_datestring
Start date YYYY-MM-DD
- weeksinteger
Number of weeks to scan (1-8, default: 4)
- currencystring
Currency (default: USD)
- countrystring
Country (default: us)
route_compare
Compare flight prices by airline for a route. Shows cheapest per airline, stops, duration.
Parameters (6)
- departurestring
Departure IATA code
- arrivalstring
Arrival IATA code
- datestring
Date YYYY-MM-DD
- return_datestring
Return date (optional)
- currencystring
Currency (default: USD)
- countrystring
Country (default: us)
airport_hub
Find airport IATA codes for a city. Returns nearby airports and common codes.
Parameters (1)
- citystring
City name (e.g., 'London', 'New York', 'Tokyo')
health_check
Server status, API connectivity, supported features.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"flightoracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tooloracle.io/flight/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.