General Tools
ignav.com
Provides flight search and airport lookup functionality for travel planning.
ENDPOINT 1
https://ignav.com/mcp
MCP server metadata
- Name
- Ignav
- Version
- 1.0.0
Use search_airports to resolve city names into IATA airport codes. If the user gives a city, metro area, or airport name instead of IATA codes, call search_airports first and choose the most relevant airport unless the user specifies one. Use search_flights for one-way or round-trip fare searches. Resolve relative dates to YYYY-MM-DD before calling search_flights. search_flights only returns itineraries that include a preferred booking link. When presenting search_flights results to users, include the full booking_url exactly as returned. Do not replace booking_url with placeholder text like 'link'. Ignav does not book, buy, cancel, or manage reservations; return booking_url so users can continue. MCP tool calls require an Ignav account. Cloud MCP clients should connect with OAuth. Local clients can create a free account at https://ignav.com/signup (1,000 free requests included) and send the API key as X-Api-Key or Authorization: Bearer. After free requests, add billing at https://ignav.com/dashboard. Pricing is $2.00 per 1,000 successful requests with no monthly minimums — only successful requests are billed.
Known tools 2
search_airportsFind airport IATA codes by city, airport name, metro area, or code.
Inferred read-onlysearch_flightsSearch one-way or round-trip flight prices between two IATA airport codes.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ignav]
url = "https://ignav.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ignav": {
"type": "http",
"url": "https://ignav.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ignav
Remote MCP URL: https://ignav.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ignav": {
"url": "https://ignav.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ignav": {
"type": "http",
"url": "https://ignav.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ignav",
"transport": "streamable-http",
"url": "https://ignav.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ignav.com was fetched 2026-08-23T19:23:11.813Z.
ignav.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.