Skip to content
MCP Server Directory logo
developer-tools

Ignav Skill

Official Ignav agent skill and MCP examples for live flight prices and booking links

Reviewed overview

MCP 服务器概览

What is Ignav Skill?

Ignav Skill is the official agent skill and MCP (Marketplace Connect Provider) examples for Ignav — a self-serve API that provides live flight prices, airport lookup and working booking links. The repository contains the MCP metadata, marketplace configuration, client examples and installation notes for integrating agents and compatible clients.

How to use Ignav Skill?

  • Read the docs and installation notes (llms-install.md) for OAuth and API-key setup.
  • REST API base: https://ignav.com/api. All requests require the header: X-Api-Key: YOUR_API_KEY.
  • To retrieve booking links: perform fare search (returns an opaque ignav_id), then POST /api/fares/booking-links with that ignav_id to get booking_options[].links[].url.
  • For MCP-compatible clients point them at: https://ignav.com/mcp — MCP search_flights results include booking_url directly and can authenticate via OAuth.
  • Explore the repository for server.json (MCP Registry metadata) and .cursor-plugin/plugin.json (Cursor plugin manifest) examples, and use the Playground for testing.

Key features

  • Live flight price search and airport lookup
  • Working booking links returned via a booking-links endpoint
  • Opaque ignav_id mechanism to exchange search results for booking URLs
  • Hosted MCP server endpoint for marketplace/agent integrations (https://ignav.com/mcp)
  • Official MCP metadata and plugin manifests for easy marketplace installs
  • OAuth and API-key authentication options
  • Playground and documentation for quick testing and onboarding

Use cases

  1. Integrate live fares and booking links into travel agents and chatbots.
  2. Add flight search + direct booking links to travel booking sites and widgets.
  3. Build MCP/marketplace plugins or agent skills that surface fares with booking URLs.
  4. Monitor or compare live flight prices programmatically.
  5. Provide affiliate booking links in automated flows.

FAQ

  • Is Ignav free?

The first 1,000 successful requests are free. After that, usage is billed at $2.00 per 1,000 successful requests.

  • How do I authenticate?

Use X-Api-Key for REST API calls. For marketplace/MCP installs, clients authenticate via OAuth as described in the docs and llms-install.md.

  • How do I get booking links for a fare?

Fare search returns an opaque ignav_id. Send that ID to POST /api/fares/booking-links to receive booking_options[].links[].url. MCP search_flights responses include booking_url directly.

  • Where are the integration examples and metadata?

The repository includes server.json (MCP Registry metadata) and .cursor-plugin/plugin.json (Cursor plugin manifest) plus client examples and installation notes.

  • Where can I find documentation and a playground?

Docs: https://ignav.com/docs, MCP docs: https://ignav.com/docs/mcp, Agent docs: https://ignav.com/docs/agents, Playground: https://ignav.com/playground.