Skip to main content
Glama

mcp-server-airbnb

by openbnb-org
package.json935 B
{ "name": "@openbnb/mcp-server-airbnb", "version": "0.1.3", "description": "MCP server for Airbnb search and listing details", "license": "MIT", "type": "module", "author": "OpenBnB (https://openbnb.org)", "keywords": [ "airbnb", "vacation rental", "travel" ], "publishConfig": { "access": "public" }, "bin": { "mcp-server-airbnb": "dist/index.js" }, "files": [ "dist", "sync-version.js" ], "scripts": { "build": "node sync-version.js && tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "sync-version": "node sync-version.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "cheerio": "^1.0.0", "node-fetch": "^3.3.2", "robots-parser": "^3.0.1" }, "devDependencies": { "@types/node": "^22.13.9", "@types/node-fetch": "^2.6.12", "shx": "^0.3.4", "typescript": "^5.8.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/openbnb-org/mcp-server-airbnb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server