API Tools
openpax.ai
Search flights, batch search flights, and preview bookings with detailed flight and pricing information.
ENDPOINT 1
https://mcp.openpax.ai/mcp
MCP server metadata
- Name
- openpax
- Version
- 1.0.0
Known tools 20
search_flightsSearches one-way, round-trip, or multi-city flight inventory using natural-language or structured criteria.
Inferred read-onlyflexible_search_flightsSearches across 1-5 origin airports, 1-5 destination airports, and a date range of up to 30 days.
Inferred read-onlypreview_bookingDisplays a visual pre-booking summary with flight, passenger, fare, baggage, and price details.
Inferred read-onlybook_flightReserves a selected flight offer for the supplied passengers and creates a time-limited Stripe Checkout link.
Inferred read-onlychange_bookingSearches available flight change options for an existing confirmed booking.
Inferred read-onlyget_seat_mapsReturns available seat maps for a confirmed booking, including cabin layout, seat availability, service IDs, prices, and amenities.
Inferred read-onlyget_ancillariesGet available ancillary services (baggage, meals, lounge, etc.) for a confirmed booking.
Inferred read-onlymanage_loyalty_accountAdd, list, or remove frequent flyer / loyalty programme accounts.
Potential side effectsget_current_dateReturns the current UTC and Vienna date, time, timezone, and a calculated 12-month date window for resolving relative or year-less travel dates.
Inferred read-onlyprice_calendarReturns the cheapest fare per day for a route and date range of up to 14 days, with a color-coded calendar and date-specific flight-search links.
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.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.
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.