← Registry

General Tools

flightseatmap.com

Provides airplane seat maps and seating charts for airlines.

1 endpoint10 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.flightseatmap.com/mcp

No auth detected

MCP server metadata

Name
FlightSeatMap
Version
6.0.0
Capabilities
extensions.io.modelcontextprotocol/ui.mimeTypesresourcestools
Server instructions

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

get_seatmap

Get the seat map for a flight from our database.

Inferred read-only
find_best_seats

Find the best available seats on a flight matching user preferences like window, aisle, extra legroom, exit row, quiet zone, etc.

Inferred read-only
get_seat_info

Get detailed information about a specific seat on a flight, including characteristics, cabin class, availability, and pricing.

Inferred read-only
search_flight

Search for a flight and get fresh seatmap data.

Inferred read-only
interactive_seat_finder

Seat finder that recommends the best seats on a flight and renders an interactive seatmap.

Inferred read-only
get_seat_reviews

Get user-submitted reviews for a flight, optionally filtered to a specific seat.

Inferred read-only
list_seat_alerts

List all your seat alerts (active and inactive).

Inferred read-only
create_seat_alert

Create a seat alert that notifies you by email when a matching seat becomes available on a specific flight.

Potential side effects
delete_seat_alert

Delete a seat alert by its ID.

Potential side effects
discover_more_flight_tools

Discover other flight & travel MCP servers you can add to your client.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.