
Amadeus MCP
Integrate FlowHunt with the Amadeus MCP Server to deliver natural language flight searches, real-time booking automation, and seamless AI agent workflows using ...

Bring real-time, conversational flight search to your AI workflows with Amadeus MCP Server—integrate travel data, automate itinerary generation, and empower customer support bots through a single, easy-to-use server.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
The Amadeus MCP (Model Context Protocol) Server is a community-developed MCP server designed to integrate with the Amadeus Flight Offers Search API. It enables AI assistants and MCP-compatible clients to search for flight options between two locations on specified dates using natural language queries. By leveraging the Amadeus API and large language models (LLMs), the server allows users to retrieve detailed flight offers, including information such as departure and arrival times, airlines, and prices, all through conversational interfaces. This significantly enhances developer and user workflows by enabling real-time access to flight data, making travel planning more seamless and interactive.
No prompt templates are explicitly mentioned in the repository.
No explicit resource primitives are documented in the repository.
{
"mcpServers": {
"amadeus": {
"command": "@donghyun-chae/mcp-amadeus@latest",
"args": []
}
}
}
Securing API Keys:
Set your Amadeus API credentials using environment variables (see .env.example):
{
"env": {
"AMADEUS_CLIENT_ID": "your_client_id",
"AMADEUS_CLIENT_SECRET": "your_client_secret"
},
"inputs": {}
}
{
"mcpServers": {
"amadeus": {
"command": "@donghyun-chae/mcp-amadeus@latest",
"args": []
}
}
}
Securing API Keys:
Use environment variables as above.
{
"mcpServers": {
"amadeus": {
"command": "@donghyun-chae/mcp-amadeus@latest",
"args": []
}
}
}
Securing API Keys:
Use the same environment variable approach.
{
"mcpServers": {
"amadeus": {
"command": "@donghyun-chae/mcp-amadeus@latest",
"args": []
}
}
}
Securing API Keys:
Set API credentials as environment variables as shown above.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"amadeus": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “amadeus” to whatever the actual name of your MCP server is, and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | Amadeus MCP server for flight search via Amadeus API |
| List of Prompts | ⛔ | No prompt templates documented |
| List of Resources | ⛔ | No explicit MCP resource primitives documented |
| List of Tools | ✅ | Flight search tool |
| Securing API Keys | ✅ | Uses environment variables, see .env.example |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
| Supports Roots | ⛔ | Not mentioned |
|---|
Based on the above tables, the Amadeus MCP Server offers straightforward flight search integration, but lacks documented prompt templates, resources, and advanced MCP features like roots and sampling. It scores well for practical travel/flight use cases, but would benefit from more comprehensive documentation and feature exposure for developers.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 7 |
| Number of Stars | 23 |
Integrate Amadeus MCP Server into FlowHunt and empower your AI agents to access, compare, and book flights using natural language.

Integrate FlowHunt with the Amadeus MCP Server to deliver natural language flight searches, real-time booking automation, and seamless AI agent workflows using ...

The Travel Planner MCP Server connects AI assistants to real-time travel data using the Google Maps API, enabling intelligent itinerary generation, place discov...

Integrate the Ticketmaster MCP Server with FlowHunt to empower your AI assistants with real-time event discovery, venue search, and attraction exploration using...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.