Releases: prosperkartik/hostaway-mcp
Release list
v0.1.1 — infrastructure release
Infrastructure-only release. No changes to the MCP server's behavior or tool surface — the published npm artifact is functionally identical to v0.1.0. If you've already installed v0.1.0, you don't need to upgrade.
This release exists so the GitHub source tarball includes the container build files (Dockerfile, .dockerignore) and post-launch documentation (SECURITY.md, CLAUDE.md, glama.json), which the Glama MCP directory needs in order to evaluate server coherence and tool definition quality.
Added
- `Dockerfile` — multi-stage `node:20-alpine` build, runs the server over stdio as a non-root user
- `.dockerignore`
- `glama.json` — Glama directory metadata
- `SECURITY.md` — vulnerability reporting policy
- `CLAUDE.md` — repo-internal guide for AI coding assistants
Full changelog: CHANGELOG.md
v0.1.0 — 10 read-only tools, operator-built
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.