This project enables users to easily search for flight options between two locations with specific dates using the power of large language models
Most developer tooling work still happens through a UI a human drives. MCP Amadeus MCP server moves it into the conversation instead. This project enables users to easily search for flight options between two locations with specific dates using the power of large language models (LLMs) and the Amadeus API.
The server publishes 1 tool. What each one is for:
get_flight_offers — Retrieves flight offers from the Amadeus Flight Offers Search APIConfiguration is passed through the environment: AMADEUS_CLIENT_ID, AMADEUS_CLIENT_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Amadeus's toolset — get_flight_offers — is a fair guide to whether it matches your workflow. It is maintained by donghyun-chae; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_flight_offers | Retrieves flight offers from the Amadeus Flight Offers Search API. |
{
"mcpServers": {
"amadeus": {
"command": "npx",
"args": ["-y", "@smithery/cli"],
"env": {
"AMADEUS_CLIENT_ID": "your-value",
"AMADEUS_CLIENT_SECRET": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| AMADEUS_CLIENT_ID | Configuration value read at startup. | Optional |
| AMADEUS_CLIENT_SECRET | Credential the server authenticates with. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.