Hostaway MCP
hostaway-mcp
面向 Hostaway 的只读、酒店业专用 MCP 服务器。
本仓库仅包含操作员产品:本地/npm stdio,六个只读工具,不包含 Cloudflare Worker,也不包含 Seascape 预订界面。
V1 目标
让 Codex 和 Claude 在实际的 Hostaway 工作流程中变得有用,而无需每次都手动编写原始 API 调用。
V1 的范围特意缩小:
仅限只读
酒店业原生工具,而非原始端点对等
针对对话上下文、预订查询和房源查询进行了优化
Related MCP server: guesty-mcp-server
V1 精确功能面
list_unread_guest_threadsget_conversation_contextget_reservation_briefget_listing_briefsearch_reservationssearch_conversations
本地开发
npm install
npm test
npm run check
npm run build在本地运行 stdio 服务器:
HOSTAWAY_API_TOKEN=your-token-here node dist/cli.js创建本地 npm 包压缩包:
npm pack发布后,无需克隆即可运行:
npx hostaway-mcpMCP 客户端配置
对于本地 MCP 客户端,通过环境变量提供 HOSTAWAY_API_TOKEN,并通过 stdio 生成已发布的 npm 包。
以下代码片段固定为当前发布的版本:
hostaway-mcp@0.2.0升级时请有意识地更新该版本。
Claude Desktop (macOS)
编辑 ~/Library/Application Support/Claude/claude_desktop_config.json。
如果您已经有诸如 preferences 之类的顶级键,请保留它们并添加 mcpServers:
{
"mcpServers": {
"hostaway": {
"command": "npx",
"args": ["-y", "hostaway-mcp@0.2.0"],
"env": {
"HOSTAWAY_API_TOKEN": "your-token-here"
}
}
}
}保存文件后重启 Claude Desktop。
Codex
编辑 ~/.codex/config.toml 并添加:
[mcp_servers.hostaway]
command = "npx"
args = ["-y", "hostaway-mcp@0.2.0"]
[mcp_servers.hostaway.env]
HOSTAWAY_API_TOKEN = "your-token-here"验证服务器是否已注册:
codex mcp list本地构建的 CLI
如果您想运行仓库检出版本而不是 npm 版本,请直接指向构建的 CLI:
{
"command": "node",
"args": ["/absolute/path/to/hostaway-mcp/dist/cli.js"],
"env": {
"HOSTAWAY_API_TOKEN": "your-token-here"
}
}环境变量
变量 | 必需 | 默认值 | 描述 |
| 是 | — | 用于验证所有请求的 Hostaway API 令牌。 |
| 否 | Hostaway 生产环境 URL | 覆盖 API 基础 URL(用于测试)。 |
V1 非目标
发送客人消息
修改预订或房源
Cloudflare Worker 传输
Seascape 预订/分发流程
Webhook 摄取
后台同步管道
仪表板或业主报告
通用 REST 转 MCP 代理覆盖
源代码设计
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA read-only MCP server that connects AI assistants to the OfficeRnD coworking and flex-space management platform. It enables natural language queries for community members, space bookings, billing records, and office resources.51MIT
- AlicenseBqualityBmaintenanceMCP server for Guesty property management. Manage reservations, guests, messaging, financials, listings, and operations via AI clients.431,8716MIT
- AlicenseAqualityCmaintenanceMCP server that exposes Cloudbeds occupancy, check-ins/check-outs, and reservations as natural language tools, with read-only access and secure credential storage.1MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for searching stays, comparing prices across Booking.com, Airbnb, Vrbo, and Google Hotels, and fetching reviews via natural language in AI assistants.MIT
Related MCP Connectors
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/uncfreak1255-code/hostaway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server