{"name":"com.skyaccess/skyaccess","slug":"skyaccess","title":null,"description":"Search live empty leg private jet flights and get charter price estimates. Free, no API key.","url":"https://mcp.market/server/skyaccess","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T20:51:28.774Z","last_ok_at":"2026-09-20T20:51:28.774Z","latency_ms":861},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://skyaccess.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://api.skyaccess.com/mcp"}],"packages":[],"tools":[{"name":"booking_handoff","description":"Return the SkyAccess booking page link for a specific empty leg flight, for handing to a customer so they can review and book it themselves. This is READ-ONLY: it does not create, hold, modify or cancel any booking, and no booking exists until the customer completes it on the page. Use request_booking instead if the customer wants a specialist to contact them.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"flightId":{"type":"string","minLength":1,"description":"The flight id returned in the `flightId` field of a search_empty_legs result"}},"required":["flightId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_charter_estimate","description":"Returns an indicative price range (min/max USD) for a private charter flight between two locations. Optionally filter by aircraft category and passenger count. When no category is specified, returns estimates for all aircraft suitable for the route and group size.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"origin":{"type":"string","description":"Departure city or airport code (required) — e.g. \"Los Angeles\" or \"KLAX\""},"destination":{"type":"string","description":"Arrival city or airport code (required) — e.g. \"New York\" or \"KJFK\""},"passengers":{"type":"integer","exclusiveMinimum":0,"description":"Number of passengers (used to filter suitable aircraft)"},"aircraftCategory":{"type":"string","enum":["TURBOPROP","LIGHT_JET","MID_SIZE_JET","SUPER_MID_SIZE_JET","HEAVY_JET","ULTRA_LONG_RANGE","VERY_LIGHT_JET"],"description":"Preferred aircraft category. One of: TURBOPROP, LIGHT_JET, MID_SIZE_JET, SUPER_MID_SIZE_JET, HEAVY_JET, ULTRA_LONG_RANGE, VERY_LIGHT_JET. When omitted, estimates for all suitable categories are returned."}},"required":["origin","destination"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_flight","description":"Look 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. Use this to re-check a specific flight you found earlier. Returns a not-available message if the flight is no longer published.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"flightId":{"type":"string","minLength":1,"description":"The flight id returned in the `flightId` field of a search_empty_legs result"}},"required":["flightId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"request_booking","description":"Submit a charter flight booking request. A SkyAccess specialist will contact the requester within 2 hours to confirm availability and pricing. No payment is required at this stage — this initiates the enquiry.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"origin":{"type":"string","description":"Departure city or airport (required) — e.g. \"Los Angeles\" or \"LAX\""},"destination":{"type":"string","description":"Arrival city or airport (required) — e.g. \"Miami\" or \"KMIA\""},"departureDate":{"type":"string","description":"Departure date in ISO format (required) — e.g. \"2026-08-15\""},"passengers":{"type":"integer","exclusiveMinimum":0,"description":"Number of passengers (required)"},"name":{"type":"string","description":"Full name of the requester (required)"},"email":{"type":"string","format":"email","description":"Email address of the requester (required) — a specialist will reply here"},"notes":{"type":"string","description":"Optional notes or special requests (e.g. catering, pet, preferred aircraft)"}},"required":["origin","destination","departureDate","passengers","name","email"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_empty_legs","description":"Search available empty leg flights by origin, destination, date range, passenger count, and an optional max_price ceiling. Returns up to 5 matching flights with route, departure time, price, aircraft type, available seats, and a booking link. Use this to find discounted private jet availability for a specific route. A flight with `price: null` has no published price (\"Contact for price\"); such flights are returned even when max_price is set, so never present one as being within the cap.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"origin":{"type":"string","description":"Departure city or airport code (e.g. \"Los Angeles\" or \"LAX\")"},"destination":{"type":"string","description":"Arrival city or airport code (e.g. \"Las Vegas\" or \"KLAS\")"},"departureDateFrom":{"type":"string","description":"Earliest departure date in ISO format (e.g. \"2026-07-10\")"},"departureDateTo":{"type":"string","description":"Latest departure date in ISO format"},"passengers":{"type":"integer","exclusiveMinimum":0,"description":"Number of passengers"},"max_price":{"type":"number","exclusiveMinimum":0,"description":"Optional price ceiling in USD (all-in customer price). Only legs at or below this figure are returned. One exception, by design: legs whose operator has not confirmed they will honour a published price are still returned regardless of the cap, with `price: null` — describe those as \"Contact for price\" and do NOT tell the customer they fall within the cap, because their price is unknown, not low."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-20T16:17:18.780Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:17:18.730Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 642ms"]},"poisoning":{"score":15,"max":15,"notes":["5 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://api.skyaccess.com/mcp","reachable":true,"authRequired":false,"latencyMs":642,"serverInfo":{"name":"SkyAccess","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}