# HonestAirport > Traveler-focused airport directory with Airportist Scores, guides, lounges, and tips. Append `.md` to any page URL (or send `Accept: text/markdown`) for an agent-readable copy. Prefer the `.md` URL (or follow `rel="alternate" type="text/markdown"`). Requests that send `Accept: text/markdown` on an HTML URL are redirected to the canonical `.md` path. The site hosts 321 scored airports, 321 guides, and 1216 lounge pages. ## Entry points - HTML: https://www.honestairport.com/ - Markdown home: https://www.honestairport.com/index.md - Markdown sitemap: https://www.honestairport.com/sitemap.md - This file: https://www.honestairport.com/llms.txt - Remote MCP: https://www.honestairport.com/mcp ## MCP (machine tools) Authenticated streamable-HTTP MCP server. Create a personal access token at https://www.honestairport.com/settings and send `Authorization: Bearer `. Unauthenticated requests receive HTTP 401. Tools: `search_airports`, `get_airport`, `list_lounges`, `get_lounge`, `list_major_airports`. If x402 is enabled, `get_lounge` may additionally return HTTP 402 + `PAYMENT-REQUIRED` after a valid token unless the account has a live Whop membership. `get_airport`, `list_lounges`, search, and list stay token-only. Airport overview, Getting There, and the lounge directory `.md` are free; individual lounge `.md` and other extra-tab docs may be paid. ## URL pattern - Airport HTML: https://www.honestairport.com/airports/{iata} - Airport overview markdown (free): https://www.honestairport.com/airports/{iata}.md - Getting There markdown (free): https://www.honestairport.com/airports/{iata}/getting-there.md - Lounge directory markdown (free): https://www.honestairport.com/airports/{iata}/lounges.md - Paid tab markdown: https://www.honestairport.com/airports/{iata}/{tab}.md - Lounge HTML: https://www.honestairport.com/airports/{iata}/lounge/{slug} - Lounge markdown (paid): https://www.honestairport.com/airports/{iata}/lounge/{slug}.md