streamable-httpMITupdated 1mo ago
Official agent skill and examples for Ignav.
What can you do with Ignav Flights?
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.
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.
Install
Add Ignav Flights to your client. Pick the one you use.
claude mcp add --transport http ignav-flights https://ignav.com/mcpcodex mcp add ignav-flights --url https://ignav.com/mcp{
"mcpServers": {
"ignav-flights": {
"url": "https://ignav.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ignav-flights": {
"type": "http",
"url": "https://ignav.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ignav-flights": {
"url": "https://ignav.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ignav-flights": {
"serverUrl": "https://ignav.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 35 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 17, 2026 |