MCP Server
MCP
Guesty MCP Server
Guesty property-management MCP. Read-only: reservations, listings, calendar, guests, revenue.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "guesty-mcp-server",
"version": "0.9.11",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Guesty OAuth2 Client ID",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GUESTY_CLIENT_ID"
},
{
"description": "Guesty OAuth2 Client Secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GUESTY_CLIENT_SECRET"
},
{
"description": "License key for Pro/Business/Enterprise features (optional for free tier)",
"format": "string",
"isSecret": true,
"name": "GUESTY_MCP_LICENSE_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment