← openpax.ai

INDIVIDUAL MCP TOOL

get_seat_maps

Returns available seat maps for a confirmed booking, including cabin layout, seat availability, service IDs, prices, and amenities.

openpax.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.openpax.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_seat_maps 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

openpax.ai

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.openpax]
url = "https://mcp.openpax.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "openpax": {
      "type": "http",
      "url": "https://mcp.openpax.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: openpax
Remote MCP URL: https://mcp.openpax.ai/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": {
    "openpax": {
      "url": "https://mcp.openpax.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "openpax": {
      "type": "http",
      "url": "https://mcp.openpax.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "openpax",
  "transport": "streamable-http",
  "url": "https://mcp.openpax.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_flights — Searches one-way, round-trip, or multi-city flight inventory using natural-language or structured criteria.
  • batch_search_flights — Submits a batch of up to 100 flight searches at once.
  • get_batch_search_results — Get the results of a previously submitted batch search.
  • flexible_search_flights — Searches across 1-5 origin airports, 1-5 destination airports, and a date range of up to 30 days.
  • preview_booking — Displays a visual pre-booking summary with flight, passenger, fare, baggage, and price details.
  • book_flight — Reserves a selected flight offer for the supplied passengers and creates a time-limited Stripe Checkout link.
  • cancel_booking — Requests cancellation of a pending or confirmed booking.
  • change_booking — Searches available flight change options for an existing confirmed booking.