Hostaway MCP
hostaway-mcp
Hostaway向けの読み取り専用、ホスピタリティ特化型MCPサーバー。
このリポジトリはオペレーター製品のみを対象としています:ローカル/npm stdio、6つの読み取り専用ツール、Cloudflare Workerなし、Seascape予約インターフェースなし。
V1の目標
毎回生のAPI呼び出しを手動で記述することなく、CodexやClaudeを実際のHostawayワークフローで役立つようにします。
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 buildstdioサーバーをローカルで実行:
HOSTAWAY_API_TOKEN=your-token-here node dist/cli.jsローカルnpmパッケージのtarballを作成:
npm pack公開後、クローンせずに実行:
npx hostaway-mcpMCPクライアントの設定
ローカルのMCPクライアントの場合、環境変数を通じて HOSTAWAY_API_TOKEN を提供し、公開されたnpmパッケージをstdio経由で起動します。
以下のスニペットは、現在公開されているバージョンに固定されています:
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-to-MCPプロキシの網羅
ソース設計
docs/designs/v1-readonly-hostaway-mcp.md を参照してください。
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