← catalogue · rank #33

ignav flights

Hold or ticket a flight

third party flights-booking 22/100 complex

Live flight prices and working booking links for AI agents and travel apps.

Job
Hold or ticket a flight
Why this rank
transactional, registry row, can transact
Provider
io.github.gusgordon
Money path
List / affiliate later — do not build this ourselves
Pricing model
unknown
Transport
unknown
Verification
official registry listing
Technical name
io.github.gusgordon/ignav-flights

Usability

Skill: Use search_airports to resolve city names into IATA airport codes. If the user gives a city, metro area, or airport name instead of IATA codes, call search_airports first and choose the most relevant airport unless the user specifies one. Use search_flights for one-way or round-t… Docs: https://github.com/gusgordon/ignav-skill Tools: search_airports, search_flights. Best live test 1/5 — Needs login / API key — not instant. Not instant: login or payment sits in front of the useful call.

usefulness 1.0/5 flight search https://ignav.com/mcp

How to use it (server skill)

Use search_airports to resolve city names into IATA airport codes. If the user gives a city, metro area, or airport name instead of IATA codes, call search_airports first and choose the most relevant airport unless the user specifies one. Use search_flights for one-way or round-trip fare searches. Resolve relative dates to YYYY-MM-DD before calling search_flights. search_flights only returns itineraries that include a preferred booking link. When presenting search_flights results to users, include the full booking_url exactly as returned. Do not replace booking_url with placeholder text like '…

docs · https://github.com/gusgordon/ignav-skill

What it is for

Public flight search with prices (commodity unless cheaper/faster).

Example interactions

Asks chosen for this MCP’s job — not a generic flight search. Score is from the live reply.

1. Find airport IATA codes by city, airport name, metro area, or code

score 1/5 · Needs login / API key — not instant. · live · search_airports

call

{
  "tool": "search_airports",
  "arguments": {
    "query": "Dubai Marina"
  }
}

reply

{"code": -32001, "message": "api_key_required: MCP tool calls require an Ignav account. Cloud MCP clients can connect with OAuth at https://ignav.com/mcp. Local clients can create a free account at https://ignav.com/signup to get 1,000 free requests, then send the API key as X-Api-Key or Authorization: Bearer YOUR_API_KEY. After free requests are exhausted, add billing at https://ignav.com/dashboard to continue."}

2. Search one-way or round-trip flight prices between two IATA airport codes

score 1/5 · Needs login / API key — not instant. · live · search_flights

call

{
  "tool": "search_flights",
  "arguments": {
    "origin": "BTS",
    "destination": "CDG",
    "departure_date": "2026-10-15",
    "adults": 2
  }
}

reply

{"code": -32001, "message": "api_key_required: MCP tool calls require an Ignav account. Cloud MCP clients can connect with OAuth at https://ignav.com/mcp. Local clients can create a free account at https://ignav.com/signup to get 1,000 free requests, then send the API key as X-Api-Key or Authorization: Bearer YOUR_API_KEY. After free requests are exhausted, add billing at https://ignav.com/dashboard to continue."}

Instant alternatives

This one needs login/payment or failed. These catalogue MCPs answered the same job without a key:

flights mcp · usefulness 3.3/5 · Same job family, live, no key in this probe.

Open source / endpoint Business model

Verified means the listing passed the checks named above on the dates shown. It is not a guarantee of booking success.