General Tools
flightseatmap.com
Provides airplane seat maps and seating charts for airlines.
ENDPOINT 1
https://mcp.flightseatmap.com/mcp
MCP server metadata
- Name
- FlightSeatMap
- Version
- 6.0.0
FlightSeatMap helps you find the perfect seat on any flight. Use get_seatmap to view cached seatmaps, find_best_seats to get ranked seat recommendations, get_seat_info for detailed seat information, get_seat_reviews for traveller reviews, and search_flight (requires auth) to fetch fresh data. Seatmap, review and alert results render as interactive apps.
Known tools 10
find_best_seatsFind the best available seats on a flight matching user preferences like window, aisle, extra legroom, exit row, quiet zone, etc.
Inferred read-onlyget_seat_infoGet detailed information about a specific seat on a flight, including characteristics, cabin class, availability, and pricing.
Inferred read-onlyinteractive_seat_finderSeat finder that recommends the best seats on a flight and renders an interactive seatmap.
Inferred read-onlyget_seat_reviewsGet user-submitted reviews for a flight, optionally filtered to a specific seat.
Inferred read-onlycreate_seat_alertCreate a seat alert that notifies you by email when a matching seat becomes available on a specific flight.
Potential side effectsdiscover_more_flight_toolsDiscover other flight & travel MCP servers you can add to your client.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.flightseatmap]
url = "https://mcp.flightseatmap.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flightseatmap": {
"type": "http",
"url": "https://mcp.flightseatmap.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flightseatmap
Remote MCP URL: https://mcp.flightseatmap.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"flightseatmap": {
"url": "https://mcp.flightseatmap.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flightseatmap": {
"type": "http",
"url": "https://mcp.flightseatmap.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flightseatmap",
"transport": "streamable-http",
"url": "https://mcp.flightseatmap.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.