Labsco
MCP SERVER

Ignav Flights

by gusgordon

Live flight prices with booking links that work, from a hosted endpoint with 1,000 free requests.

Travel Booking, Transit & Navigation
Summary
The booking link is the whole point.

Flight APIs that return a price and no way to buy it leave you where you started. Ignav puts `booking_url` on the MCP result, so the answer an agent gives is one a person can act on. Pricing counts successful requests, and the first 1,000 are free.

What it is

The official connection metadata for Ignav, a hosted flight-search service offering live flight prices, booking links and airport lookup. There is nothing to install: point a client at the remote MCP endpoint and authenticate through OAuth, or use an API key against the REST API.

What you get
  • Live fares with a working booking link on the result itself — `search_flights` results include `booking_url`
  • Airport lookup alongside fare search
  • The same on the REST side: a fare search returns an opaque `ignav_id`, which `POST /api/fares/booking-links` turns into `booking_options[].links[].url`
Requirements

No local install. Connect a compatible client to `https://ignav.com/mcp` over streamable HTTP; marketplace installs authenticate users through OAuth. For the REST API at `https://ignav.com/api`, send your key in the `X-Api-Key` header. The first 1,000 successful requests are free, then usage is $2.00 per 1,000 successful requests.