AgentHubAgentHub

Guesty MCP Server

MCP ServerMCP Registry官方收录

io.github.DLJRealty/guesty · v0.9.5

Guesty property-management MCP. 23 free read-only tools live; 43 total (Pro+Enterprise) at v1.0.

概览

Guesty MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "guesty": {
      "command": "npx",
      "args": [
        "-y",
        "guesty-mcp-server"
      ],
      "env": {
        "GUESTY_CLIENT_ID": "<GUESTY_CLIENT_ID>",
        "GUESTY_CLIENT_SECRET": "<GUESTY_CLIENT_SECRET>"
      }
    }
  }
}

环境变量

GUESTY_CLIENT_ID必填secret

Guesty OAuth2 Client ID

GUESTY_CLIENT_SECRET必填secret

Guesty OAuth2 Client Secret

GUESTY_MCP_LICENSE_KEY可选secret

License key for Pro/Business/Enterprise features (optional for free tier)

相关资源

统一 Manifest

{
  "id": "io.github.DLJRealty/guesty",
  "type": "mcp-server",
  "version": "0.9.5",
  "displayName": "Guesty MCP Server",
  "description": "Guesty property-management MCP. 23 free read-only tools live; 43 total (Pro+Enterprise) at v1.0.",
  "repository": {
    "url": "https://github.com/DLJRealty/guesty-mcp-server",
    "source": "github"
  },
  "homepage": "https://guestycopilot.com",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "guesty-mcp-server",
        "version": "0.9.5",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "GUESTY_CLIENT_ID",
            "description": "Guesty OAuth2 Client ID",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "GUESTY_CLIENT_SECRET",
            "description": "Guesty OAuth2 Client Secret",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "GUESTY_MCP_LICENSE_KEY",
            "description": "License key for Pro/Business/Enterprise features (optional for free tier)",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.DLJRealty/guesty",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.DLJRealty%2Fguesty/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Guesty MCP Server — MCP Server 安装与配置 · AgentHub