Hostify MCP Server

This endpoint exposes Hostify PMS tools over MCP. Cursor Cloud can connect with OAuth, and local Cursor can still pass a scoped Hostify API key as an Authorization header.

For local Cursor, use this configuration and replace YOUR_HOSTIFY_SCOPED_API_KEY with a Hostify key that has the required scopes.

{
  "mcpServers": {
    "hostify": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp-beta.hostify.com/mcp",
        "--header",
        "Authorization:${HOSTIFY_MCP_AUTH}"
      ],
      "env": {
        "HOSTIFY_MCP_AUTH": "Bearer YOUR_HOSTIFY_SCOPED_API_KEY"
      }
    }
  }
}

MCP endpoint: https://mcp-beta.hostify.com/mcp

Upstream PMS API: https://api-rms.hostify.com