FlightSeatMap MCP

MCP serverMonitoring & ops

Pick a better seat on your next flight. Once added, your AI can look up seat maps, seat ratings, and traveller reviews for over 150 airlines, and set up seat alerts for you.

Available today. Use it from your connected AI after setup.

Add flightseatmap, then ask your AI to pull up the seat map for a flight you are booking or look up reviews for a seat you have in mind.

Then ask your AI: use FlightSeatMap MCP to get seatmap

What your AI can do with it

  • View seat maps for over 150 airlines
  • Check seat ratings before choosing where to sit
  • Read traveller reviews of specific seats
  • Set up seat alerts

From the project's README

As published by flightseatmap/mcp in README.md.

Seat maps, seat ratings, traveller reviews and seat alerts for 117 airlines, as a remote MCP server your AI assistant can call.

Ask "which seat should I pick on QF1?" and get the real cabin layout, the free seats ranked against what you care about, and what other travellers said about the one you're considering.

  • Server: https://mcp.flightseatmap.com/mcp
  • Transport: Streamable HTTP
  • Auth: none for the read-only tools; OAuth 2.1 for search and alerts
  • Docs: https://flightseatmap.com/mcp

Nothing needs installing. The server is hosted; you point your client at the URL.

Install

Claude Code

claude mcp add --transport http flightseatmap https://mcp.flightseatmap.com/mcp

Cursor

Install this plugin from the marketplace, or add the server directly in ~/.cursor/mcp.json:

{
  "mcpServers": {
    "flightseatmap": {
      "type": "streamable-http",
      "url": "https://mcp.flightseatmap.com/mcp"
    }
  }
}

VS Code

code --add-mcp '{"name":"flightseatmap","type":"http","url":"https://mcp.flightseatmap.com/mcp"}'

Claude Desktop

Settings → Connectors → Add custom connector, then paste the server URL.

Tools

Six tools are free and need no account:

ToolWhat it does
get_seatmapThe cabin layout for a flight: rows, cabins, which seats are free
find_best_seatsFree seats ranked against window, aisle, exit row, extra legroom, quiet zone, bulkhead, front, rear
get_seat_infoOne seat in detail — pitch, recline, power, galley and lavatory proximity
interactive_seat_finderA good default when the traveller hasn't said what they want yet
get_seat_reviewsTraveller reviews, with ratings and per-seat comments
discover_more_flight_toolsRelated flight and travel MCP servers

Four need a signed-in account, over OAuth:

ToolWhat it does
search_flightFetch fresh data for a flight not yet in the database
create_seat_alertEmail the traveller when a matching seat frees up
list_seat_alertsThe traveller's alerts, with departure countdowns
delete_seat_alertRemove an alert

Seat map, review and alert results render as interactive MCP Apps widgets in clients that support them.

Authentication

OAuth 2.1 with PKCE and dynamic client registration — there is no API key to request, and no form to fill in. Your client discovers everything it needs from the 401 challenge.

  • Protected resource metadata: https://mcp.flightseatmap.com/.well-known/oauth-protected-resource/mcp
  • Authorization server metadata: https://mcp.flightseatmap.com/.well-known/oauth-authorization-server
  • Written walkthrough: https://flightseatmap.com/auth.md

Scopes are read, write and search. Tools request only the scope they need.

What's in this repo

PathPurpose
plugin.jsonAgent Plugins manifest — loads in Cursor unchanged
mcp.jsonServer declaration, Agent Plugins form
.claude-plugin/plugin.jsonClaude Code plugin manifest
.mcp.jsonServer declaration, Claude Code form
.grok-plugin/plugin.jsonxAI Grok marketplace manifest
gemini-extension.jsonGemini CLI extension manifest
server.jsonManifest for the official MCP Registry
skills/Agent skills describing how to use the tools well
commands/Slash commands (/seatmap, /best-seats)

Five ecosystems, five manifest conventions, one server. mcp.json and .mcp.json hold the same endpoint in the two shapes different clients look for — change both together. .grok-plugin/plugin.json points its mcpServers at mcp.json rather than repeating it.

The seat data, the API and the site are a separate, closed-source product. This repo is the connection glue, and it is MIT licensed.

Notes

  • Availability reflects the seat map, not the airline's live booking inventory. A seat shown as free may already be gone.
  • Seat maps are keyed on flight number (QF1, BA117, UA900), not route. A date helps, because aircraft swap between dates.
  • Extra-legroom and exit-row seats usually carry a fee, and exit rows carry age and mobility requirements.

Support

support@flightseatmap.com · Privacy · Terms


FlightSeatMap is operated by Merchant Software Solutions Limited, a company registered in England and Wales (no. 14098922), The Old Court House, Clark Street, Morecambe, LA4 5HR.

Tools it offers (10)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • get_seatmap
  • find_best_seats
  • get_seat_info
  • search_flight
  • interactive_seat_finder
  • get_seat_reviews
  • list_seat_alerts
  • create_seat_alert
  • delete_seat_alert
  • discover_more_flight_tools

Signals

Last commit
Sep 2026
Advanced
Delivery
flightseatmap MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-flightseatmap-flightseatmap
Source
github.com/flightseatmap/mcp
Hosted endpoint
https://mcp.flightseatmap.com/mcp