
Ignav Flights
from gusgordon
Live flight prices and booking links for AI agents and developers.
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-server metadata, client configuration 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 instructions, JSON config examples, and documentation links for both anonymous and authenticated access.
REST API
All REST calls use https://ignav.com/api and require:
X-Api-Key: YOUR_API_KEYFare 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/mcpMCP search_flights results include booking_url directly.
This tool doesn't publish a standard install command โ the repository README on GitHub covers its setup.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ