Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Amadeus MCP Server
by
privilegemendes
Verified
npm
GitHub
Travel & Transportation
Search
TypeScript
294
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
amadeus-mcp-server-standalone
api-spectifications
scripts
src
__tests__
biome.json
.gitignore
jest.config.js
package.json
package-lock.json
Procfile
railway.toml
README.md
test-sse.js
tsconfig.json
{ "$schema": "https://biomejs.dev/schemas/1.7.2/schema.json", "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "noParameterAssign": "warn", "noNonNullAssertion": "warn" }, "correctness": { "useExhaustiveDependencies": "warn" }, "suspicious": { "noExplicitAny": "warn" }, "a11y": { "useHtmlLang": "warn" } } }, "javascript": { "formatter": { "quoteStyle": "single", "indentStyle": "space" } }, "files": { "ignore": [ ".next/*", "coverage/*", "node_modules/*", "package.json", "package-lock.json", "tsconfig.json", "renovate.json" ] } }