Guesty MCP Server✓
io.github.DLJRealty/guesty · v0.8.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.DLJRealty/guesty",
"description": "MCP server for Guesty property management. 43 tools for STR operations.",
"title": "Guesty MCP Server",
"repository": {
"url": "https://github.com/DLJRealty/guesty-mcp-server",
"source": "github"
},
"version": "0.8.2",
"packages": [
{
"registryType": "npm",
"identifier": "guesty-mcp-server",
"version": "0.8.2",
"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"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://guesty-mcp-server.vercel.app"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}