
FlightSeatmap
Let your assistant fetch airline seat maps, recommend better seats, and manage seat alerts while you build travel UX or plan trips.
Overview
FlightSeatmap is a MCP server for the Build phase that lets AI assistants look up seat maps, find the best seats, and manage seat alerts over streamable HTTP.
What is this MCP server?
- Look up airline-specific seat maps from conversational prompts
- Find best seats using structured seat-map intelligence
- Create and manage seat alerts through MCP tools
- Streamable HTTP MCP at mcp.flightseatmap.com (manifest version 4.1.0)
- Cloudflare Workers mcp-server package in jackculpan/flightseatmaps repository
- Published MCP server version 4.1.0
- Single streamable-http remote endpoint
- Implementation path cloudflare-workers/flightseatmap-mcp in GitHub repo
What problem does it solve?
Choosing and monitoring airline seats requires carrier-specific map UIs that agents cannot see unless you integrate a dedicated seat-map service.
Who is it for?
Builders shipping seat-picker features, travel newsletters, or personal agent workflows focused on cabin comfort and alert-driven upgrades.
Skip if: Apps that only need cash PNR changes with no seat visualization, or teams avoiding third-party aviation data dependencies.
What do I get? / Deliverables
After MCP registration, your assistant can query cabin maps, suggest better seats, and operate seat alerts from the same thread as your code or trip planning.
- Retrieved airline seat maps inside agent sessions
- Best-seat recommendations for given flights
- Managed seat alert workflows via MCP tools
Recommended MCP Servers
Journey fit
Seat-map and alert APIs belong in Build when you hook specialized aviation UX data into agents or customer apps. Integrations is the canonical placement for MCP tools that query seat layouts and alert state from flightseatmap.com infrastructure.
How it compares
Seat-map and alert MCP, not award-points search (Award Travel Finder) or airport TSA/FAA stats (FlightQueue).
Common Questions / FAQ
Who is FlightSeatmap for?
Solo developers and travel-product builders who want seat maps, recommendations, and alerts available to Claude Code, Cursor, or other MCP agents.
When should I use FlightSeatmap?
Use it during Build when you integrate seat selection UX, copilot trip planning, or automated seat-open notifications into an agent or web app.
How do I add FlightSeatmap to my agent?
Configure the streamable HTTP remote https://mcp.flightseatmap.com/mcp in your MCP client using guidance at flightseatmap.com/mcp.