generated: '2026-08-26' method: probed status: published source: https://www.photys.com/_api/mcp discovered_via: https://www.photys.com/llms.txt server: name: Site Visitor Assistant for site "Photys" version: 1.0.0 vendor: Wix (platform-provided Site MCP, served on the provider's own host) protocol_version: '2025-06-18' transports: - http documentation: https://dev.wix.com/docs/develop-websites/articles/get-started/about-the-wix-site-mcp ownership: verdict: belongs-to-provider note: >- The endpoint is served from www.photys.com, the company's own production host, and the server identifies itself in its initialize response as 'Site Visitor Assistant for site "Photys" (https://www.photys.com/_api/mcp)'. The server software is Wix's standard Site MCP — Photys runs its corporate site on Wix — so the tool set is platform-generic while the data it serves is Photys' own public site content. Recorded as a real, provider-hosted agent surface, NOT as a first-party API product built by Photys. deployment: mode: remote endpoint: https://www.photys.com/_api/mcp auth: none verified: probed note: >- Anonymous JSON-RPC 2.0 POST returned HTTP 200 for both initialize and tools/list on 2026-08-26. CallWixSiteAPI and ExecuteWixAPI additionally require a visitor token that GenerateVisitorToken mints anonymously. x-evidence: fetched: '2026-08-26' initialize: url: https://www.photys.com/_api/mcp method: 'POST {"jsonrpc":"2.0","id":1,"method":"initialize",...}' http_status: 200 server_info: Site Visitor Assistant for site "Photys" (https://www.photys.com/_api/mcp) protocol_version: '2025-06-18' capabilities: - tools (listChanged) - logging tools_list: url: https://www.photys.com/_api/mcp method: 'POST {"jsonrpc":"2.0","id":1,"method":"tools/list"}' http_status: 200 file: mcp/photys-therapeutics-mcp-tools.json tool_count: 9 tools: - name: GetBusinessDetails description: Get business and site details (timezone, email, phone, address) for site "Photys". parameters: [] read_only: null - name: SearchInSite description: Searches the site "Photys" for information. parameters: - searchTerm read_only: null - name: SearchSiteApiDocs description: Searches the site's API documentation for the Wix business solutions installed on the site. parameters: - searchTerm read_only: null - name: GenerateVisitorToken description: Creates a visitor session and returns a visitor access token for the site. parameters: [] read_only: null - name: CallWixSiteAPI description: Calls Wix API methods on the site on a visitor's behalf. parameters: - visitorToken - url - method - body read_only: null - name: ExecuteWixAPI description: Runs JavaScript against the Wix REST API on the site. parameters: - code - reason - hasMutations - sourceDocUrls - visitorToken read_only: false destructive: true - name: ReadFullDocsArticle description: Fetches a complete article from the Wix developer documentation portal. parameters: - articleUrl read_only: true - name: ReadFullDocsMethodSchema description: Fetches the full schema for a Wix API method before calling it. parameters: - articleUrl - reason read_only: true - name: BrowseWixRESTDocsMenu description: Browse the Wix REST API documentation menu hierarchy. parameters: - menuUrl - reason read_only: true notes: - >- Full JSON Schema inputSchema for every tool is preserved verbatim in mcp/photys-therapeutics-mcp-tools.json — this manifest is a summary, not the contract. - >- Four of the nine tools carry MCP annotations (ReadFullDocsArticle, ReadFullDocsMethodSchema, BrowseWixRESTDocsMenu, ExecuteWixAPI); the other five return no annotations block, so read_only is recorded as null rather than guessed. - >- No tool crosswalk is emitted: Photys publishes no OpenAPI and no GraphQL surface, so there is nothing to bind the MCP tools back to.