# Ignav Flights [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/gusgordon/ignav-skill  
**GitHub Stars:** 1  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/ignav-flights

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "ignav-flights": {
    "url": "https://ignav.com/docs"
  }
}
```

## Documentation & README

# 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:

- [Docs](https://ignav.com/docs)
- [MCP server](https://ignav.com/docs/mcp)
- [Agent docs](https://ignav.com/docs/agents)
- [Playground](https://ignav.com/playground)

## 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`](https://github.com/gusgordon/ignav-skill/blob/HEAD/llms-install.md) for concise OAuth and API-key instructions.

## Agent marketplaces

The repository includes the official MCP Registry metadata in [`server.json`](https://github.com/gusgordon/ignav-skill/blob/HEAD/server.json) and a Cursor plugin manifest in [`.cursor-plugin/plugin.json`](https://github.com/gusgordon/ignav-skill/blob/HEAD/.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:

```text
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:

```text
https://ignav.com/mcp
```

MCP `search_flights` results include `booking_url` directly.

