Amadeus Travel API for your agents.
Connect Amadeus Travel API once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 9 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Amadeus Travel API.
What agents can do with Amadeus Travel API
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
amadeus_search_locationsAutocomplete search for airports and cities by keyword.
amadeus_search_flight_offersGet cheapest flight offers and prices between two cities on a given date.
amadeus_get_nearest_airportFind the nearest relevant airports within 500 km of given coordinates.
amadeus_search_flight_destinationsGet the cheapest flight destinations from a given origin airport.
amadeus_get_flight_price_analysisGet price analysis and forecast for a specific flight offer. Uses the flight offer ID from search_flight_offers.
amadeus_get_flight_offers_by_priceSearch flight offers sorted by price with a fixed origin/destination/date. Simpler than search_flight_offers but does not support all filters.
amadeus_search_hotelsSearch for hotels in a city by IATA code.
amadeus_get_hotel_offersGet hotel room offers by hotel ID, check-in, and check-out dates.
amadeus_confirm_bookingConfirm a flight offer and create a booking. Requires a flight offer ID from search_flight_offers and traveler details.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Register at Amadeus for Developers (self-service).
- Create a new app to get API Key (client_id) and API Secret (client_secret).
- POST to /v1/security/oauth2/token with grant_type=client_credentials to get a Bearer token.
- Use the token in the Authorization: Bearer header (expires in ~1799 seconds).
- Switch to api.amadeus.com for production access.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Amadeus to Even: call connect_begin("amadeus") on the even-connect MCP and walk me through it.
Search for cheapest flights between cities on a date and find nearby departure airports.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.