# Ignav Flights — MCP server on mcp.ai > Connect your Ignav Flights account and use 5 tools for lifestyle and entertainment straight from your AI agent. Connect with your own API key. Search airports and flight fares, compare one-way, round-trip, and flexible itineraries, and retrieve airline or travel-agency booking links with Ignav. By: mcp.ai · official Page: https://mcp.ai/ignav_flights ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_ignav_flights?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/ignav_flights/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/ignav_flights/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/ignav_flights/skill.md Postman collection (v2.1): https://mcp.ai/ignav_flights/postman.json ## Tools - ignav_flights_get_booking_links(lookup: object) — Get current direct airline or OTA booking links for a recent Ignav fare result or a manually specified one-way/round-trip flight. Prefer lookup mode 'ignav_id' with an ID from a recent fare search. Ea - ignav_flights_search_airports(limit?: integer, query: string) — Find supported airport-level IATA codes by code, airport name, city, country, or metro-style query. Use before fare search when an airport code is uncertain. Each successful call consumes one Ignav us - ignav_flights_search_flexible_fares(legs: object[], adults?: integer, market?: string, children?: integer, max_price?: integer, cabin_class?: string, infants_on_lap?: integer, infants_in_seat?: integer, airlines_exclude?: string[], airlines_include?: string[], min_checked_bags?: integer, min_carry_on_bags?: integer, allow_self_transfer?: boolean) — Search one or two ordered flight legs for multi-city, open-jaw, or other flexible trips. Returns ranked complete journeys rather than every leg combination. Each successful call consumes one Ignav usa - ignav_flights_search_one_way_fares(adults?: integer, market?: string, origin: string, children?: integer, max_price?: integer, max_stops?: integer, cabin_class?: string, destination: string, departure_date: string, infants_on_lap?: integer, infants_in_seat?: integer, airlines_exclude?: string[], airlines_include?: string[], min_checked_bags?: integer, min_carry_on_bags?: integer, allow_self_transfer?: boolean, departure_time_range?: object) — Search complete one-way flight itineraries between two airport-level IATA codes on a future date. Returns ranked fares and ignav_id values for booking-link lookup. Each successful call consumes one Ig - ignav_flights_search_round_trip_fares(adults?: integer, market?: string, origin: string, children?: integer, max_price?: integer, max_stops?: integer, cabin_class?: string, destination: string, return_date: string, departure_date: string, infants_on_lap?: integer, infants_in_seat?: integer, airlines_exclude?: string[], airlines_include?: string[], min_checked_bags?: integer, min_carry_on_bags?: integer, return_time_range?: object, allow_self_transfer?: boolean, departure_time_range?: object) — Search complete round-trip itineraries between two airport-level IATA codes with outbound and return dates. Returns ranked fares and ignav_id values for booking-link lookup. Each successful call consu ## Example prompts - "What can I do in Ignav Flights?" - "Show me a summary of my Ignav Flights account" ## Links Docs: https://mcp.ai/docs/mcps/ignav_flights Website: https://mcp.ai/mcps/ignav_flights