MCP.so
登录

Hostaway Mcp

@prosperkartik

关于 Hostaway Mcp

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

prosperkartik

提交者

prosperkartik

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "hostaway": {
      "command": "npx",
      "args": [
        "-y",
        "@prosperkartik/hostaway-mcp"
      ],
      "env": {
        "HOSTAWAY_ACCOUNT_ID": "your-account-id",
        "HOSTAWAY_API_KEY": "your-api-key"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Hostaway MCP?

Hostaway MCP is a Model Context Protocol server that connects Claude (in Claude Code, Claude Desktop, or any MCP-compatible client) to your Hostaway vacation rental operations. It provides 10 read-only tools for listings, reservations, calendar availability, guest messaging, and financials, built by an engineer with production Hostaway integration experience.

How to use Hostaway MCP?

Install by adding the server via npx -y @prosperkartik/hostaway-mcp and setting the environment variables HOSTAWAY_ACCOUNT_ID and HOSTAWAY_API_KEY. Configure in Claude Code with claude mcp add or in Claude Desktop via claude_desktop_config.json. Then ask natural language questions like “List my listings” or “Is listing X available May 10–17?”.

Key features of Hostaway MCP

  • 10 read-only tools covering listings, reservations, calendar, conversations, financials, and health-check
  • Clean auth: supply Account ID and API Key; the server handles the OAuth token exchange internally
  • Built by an engineer with three years of production Hostaway and OTA integration work
  • All v0.1 tools are read-only; no mutation of Hostaway data
  • Credentials live only in environment variables; bearer token cached in process memory

Use cases of Hostaway MCP

  • Check reservation status and upcoming check-ins
  • Query per-day availability for a listing across a date range
  • View unread guest messages and full conversation history
  • List all properties on the account with location, pricing, and capacity details
  • Retrieve owner financial statements

FAQ from Hostaway MCP

What credentials do I need?

Your Hostaway Account ID and API Key from Settings → Hostaway API. No separate bearer token generation is needed.

Is this server read-only?

Yes, all v0.1 tools are read-only. Write operations (send messages, update calendar, create tasks) are planned for future versions and will require explicit confirmation.

How are credentials handled?

Credentials are passed via environment variables only. The server exchanges them for a bearer token that is stored in process memory; nothing is written to disk.

What transport does it use?

The server uses MCP’s stdio transport and communicates with the Hostaway REST API over HTTPS. No additional network configuration is required.

Is this project affiliated with Hostaway Inc.?

No. This is a community-built project and is not endorsed by or affiliated with Hostaway Inc.

评论

其他 分类下的更多 MCP 服务器