Third-party catalogue
15 travel MCP servers we would put in front of a developer. We point at them and do not host, proxy, or take a cut. Status comes from our own scheduled probe, so a server that stopped working says so.
Servers that scrape a site whose terms forbid it are excluded, however useful they look. Partner-gated servers are listed and labelled, because a developer who already holds that contract wants to know they exist.
all group-travel flights-search flights-booking hotels split-stay rail activities-tours visa-docs disruption-claims ground-ancillaries
Booking.com Demand API unknown official
Booking.com · curated 4.5/5 · auth: partner
The official Booking.com server over their Demand API: accommodation and room search, attractions, car hire and flights. The widest licensed hotel inventory available over MCP, and the only route to it that does not involve scraping.
hotelsactivities-toursground-ancillariesflights-search
3 caveats
- Partnership agreement required. There is no trial key.
- Rate limited with HTTP 429; back off rather than retrying tightly.
- The affiliate ID forms part of the endpoint URL, so it differs per partner.
claude mcp add --transport http booking https://demandapi-mcp.booking.com/v1/mcp/YOUR_AFFILIATE_ID --header "Authorization: Bearer $BOOKING_DEMAND_API_TOKEN"
Kiwi.com flight search unknown official
Kiwi.com · curated 4.0/5 · auth: none
Official flight search from Kiwi.com, strong on virtual interlining -- itineraries stitched from carriers that do not interline with each other. One tool, and booking happens on their site via a deep link rather than through the server.
flights-search
3 caveats
- A prototype by the vendor's own description; no uptime commitment.
- Search only. Booking is a hand-off to kiwi.com.
- Self-transfer itineraries carry their own missed-connection risk. Say so to travellers.
claude mcp add --transport http kiwi https://mcp.kiwi.com
Expedia Group partner server unknown official
Expedia Group · curated 3.5/5 · auth: partner
Expedia's partner-facing server, complementing their Rapid API. Their separate consumer connector is aimed at travellers inside a chat client rather than at developers building their own agent.
hotelsflights-searchground-ancillaries
2 caveats
- Partner agreement required for the B2B server.
- The consumer connector is not a substitute: it is built for a person chatting, not for your agent's own OAuth.
Flightradar24 live flight status unknown official
Flightradar24 · curated 3.5/5 · auth: api_key
Live aircraft positions and flight status from the vendor. Pairs naturally with disruption advice: knowing an inbound aircraft is still two hours away tells a traveller more than the departure board does.
disruption-claimsflights-search
2 caveats
- Paid, and priced for business use.
- Position data is not the same as the airline's official status; airlines dispute it.
Sabre agentic APIs unknown official
Sabre · curated 3.5/5 · auth: partner
Sabre's own server over their agentic APIs: shopping, booking and servicing at GDS scale. Listed because a developer who already has a Sabre contract should know it exists. We do not rebuild what a GDS already does.
flights-searchflights-bookinghotels
3 caveats
- Enterprise sales cycle, not a signup form.
- Transport and authentication are not publicly documented; your account team supplies both.
- This one can actually issue tickets. Keep it well away from an unsupervised agent.
Travelport TripServices unknown official
Travelport · curated 3.5/5 · auth: partner
Travelport's MCP layer over TripServices, rolling out through agency platforms. The second GDS route worth knowing about, and the one already deployed across several hundred agencies.
flights-searchflights-bookinghotels
2 caveats
- Not self-serve.
- Availability depends on your agency platform having enabled it.
Amadeus self-service (community) unknown community
community · curated 3.0/5 · auth: api_key
Community server over the Amadeus Self-Service APIs. Amadeus publishes no MCP server of their own; their announced developer toolkit is a different thing and was waitlisted at the time of review.
flights-searchhotels
3 caveats
- Explicitly unaffiliated with Amadeus.
- Test environment data is cached and incomplete; do not judge coverage from it.
- Self-service content is thinner than the enterprise Amadeus offering.
Duffel flight search (community) unknown community
community · curated 3.0/5 · auth: api_key
Community servers over the Duffel API, which is the most approachable route to real NDC flight content and ticket issuance without an airline relationship of your own. Duffel publishes no server themselves, so pick your maintainer with care.
flights-searchflights-booking
3 caveats
- Community maintained. Read the code before you trust it with a live token.
- Some variants can book and pay. Check which tools a build exposes before installing it.
- Duffel's own test mode is the right place to start.