Skip to main content
Glama

hostaway-mcp

Read-only, hospitality-shaped MCP server for Hostaway.

V1 Goal

Make Codex and Claude useful in real Hostaway workflows without hand-wiring raw API calls every time.

V1 is intentionally narrow:

  • read-only only

  • hospitality-native tools, not raw endpoint parity

  • optimized for conversation context, reservation lookup, and listing lookup

Exact V1 Surface

  • list_unread_guest_threads

  • get_conversation_context

  • get_reservation_brief

  • get_listing_brief

  • search_reservations

  • search_conversations

Local Development

npm install
npm test
npm run check
npm run build

Run the stdio server locally:

HOSTAWAY_API_TOKEN=your-token-here node dist/cli.js

Create a local npm package tarball:

npm pack

After publish, run without cloning:

npx hostaway-mcp

MCP Client Wiring

For local MCP clients, point the server command at the built CLI and provide the token through the environment:

{
  "command": "node",
  "args": ["/absolute/path/to/hostaway-mcp/dist/cli.js"],
  "env": {
    "HOSTAWAY_API_TOKEN": "your-token-here"
  }
}

After npm publish, clients can also spawn it with npx:

{
  "command": "npx",
  "args": ["-y", "hostaway-mcp"],
  "env": {
    "HOSTAWAY_API_TOKEN": "your-token-here"
  }
}

V1 Non-Goals

  • sending guest messages

  • mutating reservations or listings

  • webhook ingestion

  • background sync pipelines

  • dashboards or owner reporting

  • generic REST-to-MCP proxy coverage

Source Design

See docs/designs/v1-readonly-hostaway-mcp.md.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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