MCP Server
MCP
io.github.mattlong-plux/hostaway
Hostaway PMS: reservations, listings, calendars, financials, and guest messaging.
Install
npx -y @matt-long-plux/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@matt-long-plux/hostaway-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Hostaway account ID (integer)",
"isRequired": true,
"format": "string",
"name": "HOSTAWAY_ACCOUNT_ID"
},
{
"description": "Your Hostaway API client secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HOSTAWAY_CLIENT_SECRET"
},
{
"description": "Set to 'true' to disable all write/mutation tools",
"format": "string",
"name": "HOSTAWAY_READ_ONLY"
},
{
"description": "Token cache TTL in seconds when API doesn't provide expires_in (default: 240)",
"format": "string",
"name": "HOSTAWAY_CACHE_TTL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment