{"name":"io.github.Airtreks/airtreks-mcp","slug":"airtreks-airtreks-mcp","title":"AirTreks MCP","description":"Multi-city flight routing intelligence — plan RTW trips, validate alliances, get carrier picks.","url":"https://mcp.market/server/airtreks-airtreks-mcp","rating":null,"grade":"A","score":85,"certified":false,"status":"active","category":"maps","tags":["maps"],"presence":{"score":28,"stars":2,"forks":1,"downloads_week":null,"last_push_at":"2026-08-24T09:18:34.000Z","license":"NOASSERTION"},"uptime":{"percent":100,"checks":9,"ok":9,"last_checked_at":"2026-09-21T14:46:00.136Z","last_ok_at":"2026-09-21T14:46:00.136Z","latency_ms":280},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Airtreks/airtreks-mcp","website":"https://airtreks.com","version":"1.2.3","remotes":[{"type":"streamable-http","url":"https://mcp.airtreks.com/mcp"}],"packages":[{"registryType":"npm","identifier":"airtreks-mcp","version":"1.2.3","transport":{"type":"stdio"}}],"tools":[{"name":"custom_route_build","description":"Break a complex multi-city itinerary into individually-ticketable segments with carrier recommendations. Handles routes that don't fit alliance fare rules — mixed carriers, LCCs, Gulf bridge connections, surface sectors. This is how AirTreks consultants build 90% of itineraries. Use this for any route with 4+ stops, backtracking, or region combinations that alliance fares can't cover.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cities":{"type":"array","items":{"type":"string"},"description":"Ordered list of IATA city/airport codes (e.g. ['LAX', 'NRT', 'BKK', 'CMB', 'NBO', 'LIS', 'LAX'])"},"budget":{"description":"Budget tier: 'budget' prioritizes LCCs, 'business' prioritizes J-class product quality","type":"string","enum":["budget","mid","premium","business"]},"preferences":{"description":"Preferences: 'no-lcc', 'lounge-access', 'short-layovers', 'surface-ok'","type":"array","items":{"type":"string"}},"pax":{"description":"Number of passengers","type":"number"}},"required":["cities"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"fare_product_match","description":"Recommend the best fare product type for a route — RTW, Circle Pacific, Circle Atlantic, Open Jaw, or Custom Multi-City. Considers stop count, direction, and backtracking to match the right alliance fare structure.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cities":{"type":"array","items":{"type":"string"},"description":"Ordered list of IATA city/airport codes"},"isOneDirection":{"description":"Is the route traveling continuously in one direction (east or west)?","type":"boolean"},"includeBacktracking":{"description":"Does the route backtrack or zigzag between regions?","type":"boolean"}},"required":["cities"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"fare_quote","description":"Get live, bookable-quality fares for one specific itinerary — actual flights, actual prices, for the dates given. Needs a departure date for every flown leg. Use this once the customer has settled on cities and dates and wants real numbers rather than a ballpark; use route_estimate instead when dates are still open. It prices the itinerary as a single fare, so very long or awkward multi-continent trips may come back unpriceable — those genuinely need to be split across separate tickets, which is what AirTreks consultants do by hand.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cities":{"minItems":2,"maxItems":10,"type":"array","items":{"type":"string"},"description":"Ordered list of IATA city/airport codes, e.g. ['LAX','NRT','BKK']. Put '000' between two codes to mark that leg as travelled overland rather than flown."},"dates":{"minItems":1,"type":"array","items":{"type":"string"},"description":"Departure date for each FLOWN leg, in travel order, as YYYY-MM-DD. Overland legs marked with '000' do not take a date."},"adults":{"description":"Adult travellers. Defaults to 1.","type":"integer","minimum":1,"maximum":9},"children":{"description":"Children aged 2-11.","type":"integer","minimum":0,"maximum":8},"infants":{"description":"Infants under 2.","type":"integer","minimum":0,"maximum":8},"cabin":{"description":"Cabin to price. Defaults to economy. 'premium' means premium economy.","type":"string","enum":["economy","premium","business","first"]},"maxOptions":{"description":"How many fare options to return. Defaults to 5.","type":"integer","minimum":1,"maximum":10}},"required":["cities","dates"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"hub_check","description":"Check the best connection between two airports. Identifies dead legs (routes that fail on alliance fares), suggests hub routing fixes, and shows proven carrier combinations. Essential for transpacific, kangaroo, and intra-Asia routing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"string","description":"Origin IATA airport code (e.g. 'SYD')"},"to":{"type":"string","description":"Destination IATA airport code (e.g. 'JFK')"},"alliance":{"description":"Preferred alliance: 'star' or 'oneworld'","type":"string"}},"required":["from","to"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"itinerary_quote","description":"Price a complete multi-stop or round-the-world trip and get back several ways of ticketing it — cheapest, fastest, fewest stops — with the actual tickets each one is built from. Use this for trips that will not go on a single fare, which is most itineraries with 3+ stops; use fare_quote when you want one specific itinerary on one ticket. It takes about a minute, so it returns a quoteReference immediately and you fetch the result with itinerary_quote_status. Keep that reference — it is the only way to retrieve the quote.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cities":{"minItems":2,"maxItems":12,"type":"array","items":{"type":"string"},"description":"Ordered list of IATA city/airport codes for the whole trip, e.g. ['LAX','NRT','BKK','LHR','LAX']. Put '000' between two codes to mark that leg as travelled overland rather than flown."},"dates":{"minItems":1,"type":"array","items":{"type":"string"},"description":"Departure date for each FLOWN leg, in travel order, as YYYY-MM-DD."},"adults":{"description":"Adult travellers. Defaults to 1.","type":"integer","minimum":1,"maximum":9},"children":{"description":"Children aged 2-11.","type":"integer","minimum":0,"maximum":8},"infants":{"description":"Infants under 2.","type":"integer","minimum":0,"maximum":8},"cabin":{"description":"Cabin to price. Defaults to economy. 'premium' means premium economy.","type":"string","enum":["economy","premium","business","first"]}},"required":["cities","dates"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"itinerary_quote_status","description":"Fetch the result of an itinerary_quote using the quoteReference it returned. Returns status 'pending' with how long to wait, or the finished options. Costs nothing and does no searching, so poll it rather than starting a second quote.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"quoteReference":{"type":"string","minLength":20,"description":"The quoteReference returned by itinerary_quote."}},"required":["quoteReference"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"plan_route","description":"The primary entry point for any multi-city trip. Give it your cities — it automatically evaluates Star Alliance RTW, oneworld RTW, AND custom mixed-carrier builds, then recommends the best approach. Handles direction detection, backtracking analysis, alliance feasibility, surface sectors, and carrier selection. The customer doesn't need to know if their trip is alliance or custom — this tool figures it out.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cities":{"type":"array","items":{"type":"string"},"description":"Ordered list of IATA city/airport codes (e.g. ['LAX', 'NRT', 'BKK', 'LIS', 'LAX'])"},"budget":{"description":"Budget tier — affects carrier selection and fare strategy","type":"string","enum":["budget","mid","premium","business"]},"preferences":{"description":"Travel preferences: 'no-lcc', 'lounge-access', 'short-layovers', 'surface-ok'","type":"array","items":{"type":"string"}},"pax":{"description":"Number of passengers","type":"number"}},"required":["cities"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"route_estimate","description":"Get a price range for a multi-city or round-the-world trip, drawn from what AirTreks customers have actually paid on those routes. Give it the cities and it returns a per-person range in USD with how much history sits behind it. Use it when someone asks what a trip will cost and you don't have exact dates yet — it needs no dates and no passenger details. It is a range from past bookings, not a live quote, so it will not reflect today's availability or seasonality; it tells you the right ballpark before anyone commits to dates.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cities":{"minItems":2,"maxItems":14,"type":"array","items":{"type":"string"},"description":"Ordered list of IATA city/airport codes for the whole trip, e.g. ['LAX','NRT','BKK','LHR','LAX']. Put '000' between two codes to mark that leg as travelled overland rather than flown, e.g. ['HAN','000','SGN','SYD']."},"cabin":{"description":"Cabin to price. Defaults to economy. 'premium' means premium economy.","type":"string","enum":["economy","premium","business","first"]}},"required":["cities"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"route_suggest","description":"Get suggested multi-stop flight routings based on regions, direction, and alliance preference. Returns up to 3 proven routing templates with bookability ratings. Great for trip planning inspiration.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"regions":{"type":"array","items":{"type":"string"},"description":"Regions to visit: 'asia', 'europe', 'oceania', 'americas', 'africa', 'middle east', 'south america'"},"direction":{"description":"Travel direction preference","type":"string","enum":["eastbound","westbound","either"]},"alliance":{"description":"Preferred alliance: 'star' or 'oneworld'","type":"string"},"maxStops":{"description":"Maximum number of stops (legs). 3-6 recommended for best bookability.","type":"number"},"tripType":{"description":"Trip type hint: 'honeymoon', 'backpacker', 'business', 'family', etc.","type":"string"}},"required":["regions"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"route_validate","description":"Validate a multi-city flight routing for feasibility. Checks alliance carrier rules, identifies dead legs, warns about poison carriers, and estimates bookability. Use this before building an itinerary to catch routing problems early.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cities":{"type":"array","items":{"type":"string"},"description":"Ordered list of IATA city/airport codes (e.g. ['LAX', 'NRT', 'BKK', 'LHR', 'LAX'])"},"carriers":{"description":"Optional carrier codes for each leg (e.g. ['NH', 'TG', 'BA', 'BA'])","type":"array","items":{"type":"string"}},"alliance":{"description":"Preferred alliance: 'star' or 'oneworld'","type":"string"}},"required":["cities"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"trip_idea_create","description":"Submit the customer's trip to AirTreks — a human travel consultant takes over from there. Automatically runs plan_route to attach the full routing analysis and carrier recommendations to the trip request, so the consultant starts informed, not cold. Use this when the customer is ready to get a real quote. Requires the customer's name, email, at least 2 cities (3-letter IATA codes), a departure date for every leg, and answers to AirTreks' planning questions — call once without questionsAnswers to receive the current questions to ask.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","description":"Customer email address (required)"},"name":{"type":"string","description":"Customer full name (required — the consultant contacts them by name)"},"phone":{"description":"Customer phone number","type":"string"},"cities":{"type":"array","items":{"type":"string"},"description":"Ordered list of 3-letter IATA city/airport codes (e.g. ['SFO', 'NRT', 'BKK'])"},"dates":{"minItems":1,"type":"array","items":{"type":"string"},"description":"Departure dates, one per leg (ISO format, e.g. '2026-09-15') — a trip with N cities needs N-1 dates, all required. If the customer is unsure, use their best estimates and set flexibleDates."},"passengers":{"description":"Number of passengers (default 1)","type":"number"},"cabin":{"description":"Cabin class preference","type":"string","enum":["economy","premium","business"]},"budget":{"description":"Budget tier","type":"string","enum":["budget","mid","premium","business"]},"flexibleDates":{"description":"Are travel dates flexible?","type":"boolean"},"preferences":{"description":"Travel preferences: 'no-lcc', 'lounge-access', 'short-layovers', 'surface-ok'","type":"array","items":{"type":"string"}},"notes":{"description":"Additional notes or special requests from the customer","type":"string"},"agentContext":{"description":"Summary of what the AI agent learned about this trip (auto-generated routing analysis, customer preferences discussed, etc.)","type":"string"},"questionsAnswers":{"description":"The customer's answers to AirTreks' planning questions, keyed by question name (e.g. {\"guidance\": \"I want expert guidance from humans\"}). A JSON-encoded string of the same object is also accepted. Required, but don't guess the questions: call once without this — the response lists the current questions and their options to ask the customer.","anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},{"type":"string"}]}},"required":["email","name","cities","dates"],"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":85,"grade":"A","scanned_at":"2026-09-21T13:06:52.246Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T13:06:52.300Z","components":{"code":{"score":25,"max":25,"notes":["112 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 233ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 28 days ago"]},"identity":{"score":7,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://mcp.airtreks.com/mcp","reachable":true,"authRequired":false,"latencyMs":233,"serverInfo":{"name":"airtreks","version":"1.2.3"}}],"packages":[{"registryType":"npm","identifier":"airtreks-mcp","version":"1.2.3","found":true,"license":"AGPL-3.0-only","hasInstallScripts":false,"dependencyCount":3,"publishedAt":"2026-08-24T09:20:11.607Z","repositoryUrl":"git+https://github.com/Airtreks/airtreks-mcp.git"}],"repo":{"found":true,"owner":"Airtreks","repo":"airtreks-mcp","archived":false,"pushedAt":"2026-08-24T09:18:34Z","stars":2,"forks":1,"openIssues":1,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/259373768?v=4","ownerCreatedAt":"2026-02-04T15:20:49Z","license":"NOASSERTION"},"icon":{"url":"https://airtreks.com/brand/airtreks-icon-512.png","source":"registry","width":512,"height":512},"presence":{"stars":2,"forks":1,"downloadsWeek":null,"license":"NOASSERTION","lastPushAt":"2026-08-24T09:18:34.000Z","score":28}}}},"grade_history":[],"reviews":[]}