Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-server-airbnb
Claim
by
openbnb-org
npm
GitHub
Travel & Transportation
Search
JavaScript
MIT License
925
14
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server-airbnb
Dockerfile
.gitignore
index.ts
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
types.d.ts
util.ts
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "outDir": "./dist", "rootDir": ".", "declaration": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": [ "./**/*.ts" ], "exclude": [ "node_modules", "dist" ] }