{
  "markdown": "# Ignav Flights MCP Server and Agent Skill\n\nOfficial agent skill and examples for Ignav.\n\nIgnav 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.\n\nThis repository contains the official Ignav MCP metadata, marketplace configuration, client examples, and agent-facing installation notes.\n\nLinks:\n\n- [Docs](https://ignav.com/docs)\n- [MCP server](https://ignav.com/docs/mcp)\n- [Agent docs](https://ignav.com/docs/agents)\n- [Playground](https://ignav.com/playground)\n\n## Contents\n\nThis 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 OAuth and API-key instructions.\n\n## Agent marketplaces\n\nThe repository includes the official MCP Registry metadata in [`server.json`](server.json) and a Cursor plugin manifest in [`.cursor-plugin/plugin.json`](.cursor-plugin/plugin.json). Marketplace installs connect to Ignav's hosted MCP server and authenticate users through OAuth.\n\n## REST API\n\nAll REST calls use `https://ignav.com/api` and require:\n\n```text\nX-Api-Key: YOUR_API_KEY\n```\n\nFare searches return itineraries with an opaque `ignav_id`. Pass that ID to `POST /api/fares/booking-links` to get `booking_options[].links[].url`.\n\nMCP users can point compatible clients at:\n\n```text\nhttps://ignav.com/mcp\n```\n\nMCP `search_flights` results include `booking_url` directly.\n",
  "bytes": 1573,
  "sha": "63726c852d05dc88659f40a59a09fc724dd83b851d94b705499018c739bc816e",
  "repo_slug": "gusgordon/ignav-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_gusgordon_ignav_flights_5b8b218a/readme"
}