← flightseatmap.com

INDIVIDUAL MCP TOOL

get_seatmap

Get the seat map for a flight from our database.

flightseatmap.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.flightseatmap.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_seatmap and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

flightseatmap.com

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.

Related tools

  • find_best_seats — Find the best available seats on a flight matching user preferences like window, aisle, extra legroom, exit row, quiet zone, etc.
  • get_seat_info — Get detailed information about a specific seat on a flight, including characteristics, cabin class, availability, and pricing.
  • search_flight — Search for a flight and get fresh seatmap data.
  • interactive_seat_finder — Seat finder that recommends the best seats on a flight and renders an interactive seatmap.
  • get_seat_reviews — Get user-submitted reviews for a flight, optionally filtered to a specific seat.
  • list_seat_alerts — List all your seat alerts (active and inactive).
  • create_seat_alert — Create a seat alert that notifies you by email when a matching seat becomes available on a specific flight.
  • delete_seat_alert — Delete a seat alert by its ID.