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
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": false, "noImplicitAny": false, "strictNullChecks": false, "noUnusedLocals": false, "noUnusedParameters": false, "noImplicitReturns": false, "skipLibCheck": true, "outDir": "./dist", "declaration": true, "sourceMap": true, "allowJs": true, "resolveJsonModule": true, "baseUrl": ".", "paths": { "*": ["node_modules/*"] } }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }