Skip to main content
Glama
gusgordon

Ignav Flights MCP Server

by gusgordon

Ignav Flights MCP Server and Agent Skill

Official agent skill and examples for Ignav.

Ignav is a self-serve API for live flight prices and working booking links. The first 1,000 successful requests are free, then usage is $2.00 per 1,000 successful requests.

This repository contains the official Ignav MCP metadata, marketplace configuration, client examples, and agent-facing installation notes.

Links:

Contents

This repository contains example configurations and installation details for connecting to Ignav Flights, a hosted MCP server offering live flight prices, booking links, and airport lookup. Refer to llms-install.md for concise OAuth and API-key instructions.

Related MCP server: flights-mcp

Agent marketplaces

The repository includes the official MCP Registry metadata in server.json and a Cursor plugin manifest in .cursor-plugin/plugin.json. Marketplace installs connect to Ignav's hosted MCP server and authenticate users through OAuth.

REST API

All REST calls use https://ignav.com/api and require:

X-Api-Key: YOUR_API_KEY

Fare searches return itineraries with an opaque ignav_id. Pass that ID to POST /api/fares/booking-links to get booking_options[].links[].url.

MCP users can point compatible clients at:

https://ignav.com/mcp

MCP search_flights results include booking_url directly.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    A remote MCP server that searches Google Flights for flight information and airport codes. It enables users to find flights, locate airports, and generate travel dates through natural language interactions.
    -
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that provides flight search capabilities using the Aviasales API, allowing users to search, filter, and get details on flights and generate booking links.
    4
    GPL 3.0
  • F
    license
    A
    quality
    D
    maintenance
    An MCP server for holiday flight planning powered by Google Flights via SerpAPI, enabling real-time flight search, destination discovery, airport comparison, and multi-country trip planning.
    13
    -