Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/gusgordon/ignav-skill
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ignav-skill": {
      "command": "node",
      "args": ["/path/to/ignav-skill/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/gusgordon/ignav-skill and follow its README for install instructions.
Use cases

MCP Servers overview

# Ignav 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.

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`](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:

```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.
ai-agentsbooking-linksflight-apimcpmcp-servertravel-api

What people ask about ignav-skill

What is gusgordon/ignav-skill?

+

gusgordon/ignav-skill is mcp servers for the Claude AI ecosystem. Official Ignav agent skill and MCP examples for live flight prices and booking links It has 0 GitHub stars and was last updated today.

How do I install ignav-skill?

+

You can install ignav-skill by cloning the repository (https://github.com/gusgordon/ignav-skill) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is gusgordon/ignav-skill safe to use?

+

gusgordon/ignav-skill has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains gusgordon/ignav-skill?

+

gusgordon/ignav-skill is maintained by gusgordon. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to ignav-skill?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy ignav-skill to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: gusgordon/ignav-skill
[![Featured on ClaudeWave](https://claudewave.com/api/badge/gusgordon-ignav-skill)](https://claudewave.com/repo/gusgordon-ignav-skill)
<a href="https://claudewave.com/repo/gusgordon-ignav-skill"><img src="https://claudewave.com/api/badge/gusgordon-ignav-skill" alt="Featured on ClaudeWave: gusgordon/ignav-skill" width="320" height="64" /></a>

More MCP Servers

ignav-skill alternatives