
Travel Planner MCP Server
The Travel Planner MCP Server connects AI assistants to real-time travel data using the Google Maps API, enabling intelligent itinerary generation, place discov...
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.
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 |
It acts as a bridge between AI assistants and the Amadeus Flight Offers Search API, enabling users to search for, compare, and retrieve flight offers using natural language queries.
Travel planning and booking, conversational AI assistants, automated itinerary generation, customer support automation, and integration into travel apps for real-time flight data.
You can access detailed flight offers including departure/arrival times, airlines, prices, and more, based on user-inputted locations and dates.
Store your Amadeus API credentials as environment variables (AMADEUS_CLIENT_ID and AMADEUS_CLIENT_SECRET) as shown in the setup instructions for each client.
No specific prompt templates or resource primitives are documented in the current repository.
You need Node.js (or other prerequisites), Amadeus API credentials, and a compatible MCP client such as Windsurf, Claude, Cursor, or Cline.
Integrate Amadeus MCP Server into FlowHunt and empower your AI agents to access, compare, and book flights using natural language.
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 real-time flight tracking into your AI workflows with the Flightradar24 MCP Server. Access live aviation data, monitor flights, and enhance travel and...
Integrate the Ticketmaster MCP Server with FlowHunt to empower your AI assistants with real-time event discovery, venue search, and attraction exploration using...