FlightSeatmap
io.github.jackculpan/flightseatmapLook up airline seat maps, find the best seats, and manage seat alerts from your AI assistant.
Tools · 10
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. Returns cached data — for fresh/updat…
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 and an interactive seatmap with recommended seat…
Get detailed information about a specific seat on a flight, including characteristics, cabin class, availability, and pricing. Also renders the interactive seatmap.
Search for a flight and get fresh seatmap data. Requires a signed-in account — connect this server to sign in via OAuth. Paid plan users can fetch new flights not yet in our database. Uses a search cr…
Seat finder that recommends the best seats on a flight and renders an interactive seatmap. Good default when the user wants help finding a seat but hasn't specified preferences.
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.
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.
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 …
Delete a seat alert by its ID. Use list_seat_alerts to find the alert ID. Requires authentication.
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.
Resources · 3
Aircraft seat map with clickable seats, cabin filters, ranked seat recommendations and a seat detail panel. Renders as an MCP App inside the conversation.
ui://seatmap
Traveller reviews for a flight with a rating breakdown and per-seat comments.
ui://reviews
Your seat alerts, with departure countdowns and one-click deletion.
ui://alerts
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"flightseatmap": {
"url": "https://mcp.flightseatmap.com/mcp",
"transport": "streamable-http"
}
}
}