# PYXIS > PYXIS is a data-driven culture analytics platform that helps organisations identify, map, measure and mitigate hidden risks. The platform focuses on cyber security, safety, conduct and compliance by looking at the drivers and root causes across people, policies, procedures and technology. PYXIS helps leaders see where risk is building, prioritise targeted change using What-If analysis, and track leading indicators over time. ## Key pages * [PYXIS homepage](https://www.pyxisculture.com/) * [About PYXIS](https://www.pyxisculture.com/about-us) * [Cyber security culture change](https://www.pyxisculture.com/cyber-security-culture) * [Safety culture change](https://www.pyxisculture.com/safety-culture) * [Conduct and compliance culture change](https://www.pyxisculture.com/conduct-culture) * [Resources](https://www.pyxisculture.com/resources) * [Insights](https://www.pyxisculture.com/resources/categories/insights) * [News](https://www.pyxisculture.com/resources/categories/news) * [Case studies](https://www.pyxisculture.com/resources/categories/case-studies) * [Book a platform demo](https://www.pyxisculture.com/contact) ## Useful articles * [Stop Measuring Symptoms](https://www.pyxisculture.com/resource/stop-measuring-symptoms) * [Rethinking Conduct Risk](https://www.pyxisculture.com/resource/rethinking-conduct-risk) * [The Hidden Cyber Risk in Every Outsourcing Decision](https://www.pyxisculture.com/resource/the-hidden-cyber-risk-in-every-outsourcing-decision) * [Employees are NOT your greatest security risk](https://www.pyxisculture.com/resource/employees-are-not-your-greatest-security-risk) ## Legal and policy pages * [Privacy policy](https://www.pyxisculture.com/privacy-policy) * [Terms of use](https://www.pyxisculture.com/terms-of-use) ## AI agent access This site is powered by Wix and supports the Model Context Protocol (MCP) for agentic AI access. AI agents can connect directly to retrieve live, up-to-date site content without scraping. * [Site MCP endpoint](https://www.pyxisculture.com/_api/mcp) * [Wix MCP documentation](https://dev.wix.com/docs/develop-websites/articles/get-started/about-the-wix-site-mcp) ## Available MCP tools ### GetBusinessDetails Retrieves business and site details such as timezone, email, phone and address. * No parameters required. ### SearchInSite Searches the site for information. * `searchTerm`: The term to search for in the site. ### SearchSiteApiDocs Retrieves the API documentation for the Wix business solutions installed on this site, and informs the AI client how to use the APIs. Use this tool for querying products and services instead of SearchInSite. * `searchTerm`: The term to search for in the site API documentation. ### GenerateVisitorToken Creates a new visitor session and obtains a visitor access token for the site. Must be called before making any CallWixSiteAPI request if no visitor token is already available in context. * No parameters required. ### CallWixSiteAPI Calls API methods on the site to perform actions on a visitor’s behalf, such as querying site data or retrieving public site information. * `visitorToken`: Visitor access token. Use GenerateVisitorToken first if not available. * `url`: Absolute URL of the API method to call. Retrieve using SearchSiteApiDocs. * `method`: HTTP method to use for the API call. * `body`: Request body as a valid JSON string. ### ReadFullDocsArticle Fetches a complete article from the Wix developer documentation portal. * `articleUrl`: URL of an article in the Wix developer documentation portal. ### ReadFullDocsMethodSchema Fetches the full schema for a Wix API method. Should be called before calling the actual method via CallWixSiteAPI. * `articleUrl`: URL of the reference article for the Wix API method. ## What visitors can do via AI and MCP * Get business details, including contact information and location * Discover the PYXIS platform and its main risk focus areas * Learn how PYXIS supports cyber security, safety, conduct and compliance culture change * Find relevant insights, news and case studies * Ask questions and get relevant answers without having to browse the site manually * Be directed to the right page to contact PYXIS or book a platform demo ## Notes * No authentication is required to connect to the MCP endpoint. * Only public information accessible on the site is available. * Content is always live and up to date. * To receive tool updates, implement a tools/list call upon receipt of a tool update notification.