Flight Offers Search MCP Config
Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization)** for more information on how to generate an access token. Please also be aware that our test environment is based on a subset of the production, if
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amadeus-com.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amadeus-com.json to fetch programmatically.
{
"mcpServers": {
"amadeus-com": {
"command": "npx",
"args": ["-y","@mcp/amadeus-com"],
"env": {
"FLIGHT_OFFERS_SEARCH_API_KEY": "your_flight_offers_search_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/amadeus-com.jsonEnvironment Variables
FLIGHT_OFFERS_SEARCH_API_KEYReplace your_flight_offers_search_api_key with your actual flight offers search api key
Endpoints
/shopping/flight-offersReturn list of Flight Offers based on searching criteria.
/shopping/flight-offersReturn list of Flight Offers based on posted searching criteria.