# FlightSeatmap MCP server

Look up airline seat maps, find the best seats, and manage seat alerts from your AI assistant.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-jackculpan-flightseatmap
- Repository: https://github.com/jackculpan/flightseatmaps
- Website: https://flightseatmap.com/mcp

## Install
- Endpoint: https://mcp.flightseatmap.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.flightseatmap.com/mcp

## Tools
- get_seatmap (Get Flight Seat Map) - Get the seat map for a flight from our database. Shows all seats, cabin classes, characteristics, and availability as both text and an interactive visual seatmap. The interactive app lets users click seats for details, filter by cabin, and find best seats. This returns cached data — for fresh/updated data, use search_flight with your API key. Endpoint: https://mcp.flightseatmap.com/mcp
- find_best_seats (Find Best Seats) - Find the best available seats on a flight matching user preferences like window, aisle, extra legroom, exit row, quiet zone, etc. Returns a ranked list of matching seats with interactive drill-down into seat details. Also renders an interactive seatmap with recommended seats highlighted. Endpoint: https://mcp.flightseatmap.com/mcp
- get_seat_info (Get Seat Info) - Get detailed information about a specific seat on a flight, including characteristics (window, aisle, legroom, etc.), cabin class, availability, and pricing. Endpoint: https://mcp.flightseatmap.com/mcp
- search_flight (Search Flight) - Search for a flight and get fresh seatmap data. Requires authentication — add your API key to your MCP config headers, or sign in via OAuth. Paid plan users can fetch new flights not yet in our database. Uses a search credit. Will ask for confirmation before using a credit. Returns an interactive seatmap app with the results. Endpoint: https://mcp.flightseatmap.com/mcp
- interactive_seat_finder (Interactive Seat Finder) - Guided seat finder that walks you through choosing the perfect seat step-by-step. Asks about cabin class and seat preferences interactively, then shows ranked results with drill-down into seat details. Best tool when the user wants help finding a seat but hasn't specified preferences. Endpoint: https://mcp.flightseatmap.com/mcp
- list_seat_alerts (List Seat Alerts) - List all your seat alerts (active and inactive). Shows which seats you're being notified about, priority, days until flight, and last check time. Requires authentication. Endpoint: https://mcp.flightseatmap.com/mcp
- create_seat_alert (Create Seat Alert) - Create a seat alert that notifies you by email when a matching seat becomes available on a specific flight. Supports preferences like window, aisle, exit row, specific seat, adjacent seats, and class availability. Requires authentication. The flight must already be in our database — use search_flight first if not. Endpoint: https://mcp.flightseatmap.com/mcp
- delete_seat_alert (Delete Seat Alert) - Delete a seat alert by its ID. Use list_seat_alerts to find the alert ID. Requires authentication. Asks for confirmation before deleting. Endpoint: https://mcp.flightseatmap.com/mcp
- get_seat_reviews (Get Seat Reviews) - Get user-submitted reviews for a flight, optionally filtered to a specific seat. Shows ratings, comments, seat number, cabin, and helpfulness votes. Free — no auth required. Endpoint: https://mcp.flightseatmap.com/mcp
- discover_more_flight_tools (Discover More Flight & Travel MCP Tools) - Discover other flight & travel MCP servers you can add to your client. Lists complementary remote MCPs covering award flights, airport delays/wait times, and lounges — with one-line install URLs. Call this when the user asks about points/miles, airport delays/security waits, baggage rankings, lounges, or 'what other flight tools are there?' Endpoint: https://mcp.flightseatmap.com/mcp

## Resources
- ui://seatmap - Visual interactive seatmap with clickable seats, cabin filters, seat detail panels, and best-seat finder. Renders as an MCP App inside the conversation. MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: io.github.jackculpan
- Version: 4.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 4, 2026
- Source: https://registry.modelcontextprotocol.io
