# TechNovice > Nico Dudli is the founder of TechNovice.net, an independent publication focused on artificial intelligence, cybersecurity, and digital technology. The site offers practical guides, product tests, and analysis aimed at making technology understandable and useful. TechNovice is funded through affiliate partnerships, with transparency about testing methodology and funding sources. Content includes first-hand field tests of eSIMs and digital tools, complemented by expert contributions and clear explanations of cybersecurity and data protection. ## Key resources - [Homepage](https://www.technovice.net/) - [Saily eSIM hub — plans, tests, discounts](https://www.technovice.net/saily-esim) - [Testing methodology — how field tests are conducted and verified](https://www.technovice.net/how-i-test) - [About the author — Nico Dudli](https://www.technovice.net/ueber-den-autor) - [Best eSIM for Switzerland — field-tested](https://www.technovice.net/post/best-esim-switzerland) - [Saily eSIM Review — tested across 12 countries](https://www.technovice.net/post/saily-esim-review-travel-experience) - [What Is an eSIM? — explained](https://www.technovice.net/post/esim-explained) - [Saily Coupon Codes — verified discounts](https://www.technovice.net/post/saily-coupon-codes-2026-tested) - [Latest articles RSS feed](https://www.technovice.net/blog-feed.xml) ## AI agent access This website is powered by Wix and supports the Model Context Protocol (MCP) for AI agent access. AI agents can connect directly to retrieve live and current website content — no scraping required. - [**Website MCP endpoint**](https://www.technovice.net/_api/mcp) - [**Wix MCP docs**](https://dev.wix.com/docs/develop-websites/articles/get-started/about-the-wix-site-mcp) ## Available MCP tools ### GetBusinessDetails Retrieves business and website details such as time zone, email address, phone number, and address. - No parameters required. ### SearchInSite Searches the website for information. - **searchTerm** – The search term to look up on the website. ### SearchSiteApiDocs Retrieves the API documentation for the Wix business solutions installed on this website and informs the AI client how to use the APIs. Use this tool for querying products and services (instead of SearchInSite). - **searchTerm** – The search term within the website's API documentation. ### GenerateVisitorToken Creates a new visitor session and retrieves a visitor access token for the website. Must be called before any CallWixSiteAPI request if no visitor token is already available in context. - No parameters required. ### CallWixSiteAPI Calls API methods on the website to perform actions on behalf of a visitor, such as querying website data, booking an appointment, or starting a purchase. - **visitorToken** – Visitor access token. Use GenerateVisitorToken first if not available. - **url** – Absolute URL of the API method to call (e.g. https://www.wixapis.com/...). Retrieve via SearchSiteApiDocs. - **method** – HTTP method to use for the API call. - **body** – Request body as a valid JSON string. ### ReadFullDocsArticle Retrieves a full article from the Wix developer documentation portal. - **articleUrl** – URL of an article on the Wix developer documentation portal. ### ReadFullDocsMethodSchema Retrieves the full schema for a Wix API method. Should be called before invoking the actual method via CallWixSiteAPI. - **articleUrl** – URL of the reference article for the Wix API method. ## What visitors can do with AI + MCP - Retrieve business details (contact information, location, hours) - Discover products and services offered - Book services and make reservations - Start a purchase and be redirected to the website to complete checkout - Ask questions and get relevant answers without having to browse the website ## Notes - No authentication is required to connect to the MCP endpoint - Only public information accessible on the website is available - Content is always live and up to date - To receive tool updates, implement a tools/list call after receiving a tool update notification