eCommerce
skyaccess.com
This server provides private aviation booking services, enabling users to search and book empty leg or charter flights.
ENDPOINT 1
https://api.skyaccess.com/mcp
MCP server metadata
- Name
- SkyAccess
- Version
- 1.0.0
SkyAccess public MCP server. Use search_empty_legs to find available empty leg flights, get_flight to re-read one leg by the id a search returned, booking_handoff to get the customer-facing booking link for a leg, get_charter_estimate to receive a price estimate for a charter route, and request_booking to submit a charter flight enquiry. Only request_booking submits anything — get_flight and booking_handoff are read-only, and a booking_handoff link creates no booking or hold until the customer completes it. A SkyAccess specialist will follow up on booking requests within 2 hours.
Known tools 5
search_empty_legsSearch available empty leg flights by origin, destination, date range, passenger count, and an optional max_price ceiling.
Inferred read-onlyget_flightLook up one empty leg flight by its id and return the same fields search_empty_legs returns: route, departure time, all-in price, aircraft type, available seats, amenities and a booking link.
Inferred read-onlybooking_handoffReturn the SkyAccess booking page link for a specific empty leg flight, for handing to a customer so they can review and book it themselves.
Inferred read-onlyget_charter_estimateReturns an indicative price range (min/max USD) for a private charter flight between two locations.
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.skyaccess]
url = "https://api.skyaccess.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"skyaccess": {
"type": "http",
"url": "https://api.skyaccess.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: skyaccess
Remote MCP URL: https://api.skyaccess.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": {
"skyaccess": {
"url": "https://api.skyaccess.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"skyaccess": {
"type": "http",
"url": "https://api.skyaccess.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "skyaccess",
"transport": "streamable-http",
"url": "https://api.skyaccess.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.