Skip to content

v0.1.0 — 10 read-only tools, operator-built

Choose a tag to compare

@prosperkartik prosperkartik released this 25 Apr 21:30
· 7 commits to main since this release

First public release of @prosperkartik/hostaway-mcp.

Operator-built MCP server for the Hostaway PMS. Connects Claude (Claude Code, Claude Desktop, or any MCP client) to your account across 10 read-only tools:

Account

  • whoami — connection check + account counts

Listings

  • list_listings, get_listing

Reservations

  • list_reservations, get_reservation

Calendar

  • list_calendar — per-day availability across a date range

Conversations

  • list_conversations, list_unread_conversations, get_conversation_messages

Financials

  • list_owner_statements

End-to-end tested against the live Hostaway API. OAuth client-credentials auth with in-memory token caching. Native Node.js fetch, no extra HTTP deps. ESM, Node 20+.

Install

```bash
claude mcp add hostaway --scope user \
-e HOSTAWAY_ACCOUNT_ID=your-account-id \
-e HOSTAWAY_API_KEY=your-api-key \
-- npx -y @prosperkartik/hostaway-mcp
```

See the README for Claude Desktop setup and full tool documentation.