Hostaway MCP
hostaway-mcp
Schreibgeschützter, auf das Gastgewerbe zugeschnittener MCP-Server für Hostaway.
Dieses Repository enthält nur das Operator-Produkt: lokales/npm stdio, sechs schreibgeschützte
Tools, kein Cloudflare Worker und keine Seascape-Buchungsoberfläche.
V1-Ziel
Codex und Claude in echten Hostaway-Workflows nützlich machen, ohne jedes Mal rohe API-Aufrufe manuell programmieren zu müssen.
V1 ist bewusst eng gefasst:
nur schreibgeschützt
auf das Gastgewerbe zugeschnittene Tools, keine 1:1-Abbildung der Endpunkte
optimiert für Konversationskontext, Reservierungssuche und Inseratssuche
Related MCP server: guesty-mcp-server
Exakte V1-Oberfläche
list_unread_guest_threadsget_conversation_contextget_reservation_briefget_listing_briefsearch_reservationssearch_conversations
Lokale Entwicklung
npm install
npm test
npm run check
npm run buildFühren Sie den stdio-Server lokal aus:
HOSTAWAY_API_TOKEN=your-token-here node dist/cli.jsErstellen Sie ein lokales npm-Paket-Tarball:
npm packNach der Veröffentlichung ohne Klonen ausführen:
npx hostaway-mcpMCP-Client-Einrichtung
Stellen Sie für lokale MCP-Clients HOSTAWAY_API_TOKEN über die Umgebung bereit und
starten Sie das veröffentlichte npm-Paket über stdio.
Die unten stehenden Snippets sind auf die aktuell veröffentlichte Version festgelegt:
hostaway-mcp@0.2.0Aktualisieren Sie diese Version bewusst, wenn Sie ein Upgrade durchführen.
Claude Desktop (macOS)
Bearbeiten Sie ~/Library/Application Support/Claude/claude_desktop_config.json.
Wenn Sie bereits Top-Level-Schlüssel wie preferences haben, behalten Sie diese bei und fügen Sie
mcpServers daneben hinzu:
{
"mcpServers": {
"hostaway": {
"command": "npx",
"args": ["-y", "hostaway-mcp@0.2.0"],
"env": {
"HOSTAWAY_API_TOKEN": "your-token-here"
}
}
}
}Starten Sie Claude Desktop nach dem Speichern der Datei neu.
Codex
Bearbeiten Sie ~/.codex/config.toml und fügen Sie Folgendes hinzu:
[mcp_servers.hostaway]
command = "npx"
args = ["-y", "hostaway-mcp@0.2.0"]
[mcp_servers.hostaway.env]
HOSTAWAY_API_TOKEN = "your-token-here"Überprüfen Sie, ob der Server registriert ist:
codex mcp listLokal erstellte CLI
Wenn Sie den Repository-Checkout anstelle von npm ausführen möchten, verweisen Sie den Client direkt auf die erstellte CLI:
{
"command": "node",
"args": ["/absolute/path/to/hostaway-mcp/dist/cli.js"],
"env": {
"HOSTAWAY_API_TOKEN": "your-token-here"
}
}Umgebungsvariablen
Variable | Erforderlich | Standard | Beschreibung |
| Ja | — | Hostaway-API-Token zur Authentifizierung aller Anfragen. |
| Nein | Hostaway-Produktions-URL | Überschreiben der API-Basis-URL (nützlich für Tests). |
V1 Nicht-Ziele
Senden von Gastnachrichten
Ändern von Reservierungen oder Inseraten
Cloudflare Worker-Transport
Seascape-Buchungs-/Vertriebsabläufe
Webhook-Ingestion
Hintergrund-Synchronisierungspipelines
Dashboards oder Eigentümerberichte
allgemeine REST-zu-MCP-Proxy-Abdeckung
Quelldesign
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