# Vasudev Commodity > Vasudev Commodity operates an e-commerce website that offers a variety of products, including personal care, health, beauty, home care, books, and stationery. The site provides detailed terms of service, a privacy policy, and shipping and return policies to govern user interactions and transactions. It outlines user responsibilities, data handling practices, payment options, and delivery procedures. The platform emphasizes customer satisfaction and aims to provide quality goods at affordable prices. ## AI Agent Access & Model Context Protocol (MCP) 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—no scraping required. * [Site MCP Endpoint](https://www.vasudevcommodity.in/_api/mcp) - Connect directly to this endpoint to access tools. * [Wix MCP Docs](https://dev.wix.com/docs/develop-websites/articles/get-started/about-the-wix-site-mcp) - Official documentation framework for Wix site integrations. ## Available MCP Tools * **GetBusinessDetails**: Retrieves business and site details such as timezone, email, phone, and address. No parameters required. * **SearchInSite**: Searches the site for general information. Requires a `searchTerm`. * **SearchSiteApiDocs**: Retrieves API documentation for the Wix business solutions installed on this site. Use this tool for querying products and services instead of `SearchInSite`. Requires a `searchTerm`. * **GenerateVisitorToken**: Creates a new visitor session and obtains an access token. Must be called before making any `CallWixSiteAPI` requests. No parameters required. * **CallWixSiteAPI**: Calls API methods on the site to perform actions on a visitor's behalf (e.g., querying site data, starting a purchase). Requires `visitorToken`, `url`, `method`, and a JSON `body`. * **ReadFullDocsArticle**: Fetches a complete article from the Wix developer documentation portal. Requires `articleUrl`. * **ReadFullDocsMethodSchema**: Fetches the full schema for a Wix API method. Call this before using `CallWixSiteAPI`. Requires `articleUrl`. ## What Visitors Can Do via AI + MCP * **Get Business Details**: Pull operational hours, contact information, and physical locations. * **Discover Products**: Search across personal care, health, beauty, home care, books, and stationery. * **E-Commerce Checkout**: Instantly start a purchase journey and get routed to the final checkout screen. * **Instant Customer Support**: Ask specific product, shipping, or return policy questions for rapid resolution. ## Key Operational & Integration Notes * **No Authentication**: The site requires no upfront authorization or API keys to connect to the public MCP endpoint. * **Data Freshness**: Content served via these tools is pulled directly from the live Wix database. * **Scoping**: Only public storefront information and product catalogs are exposed; user accounts remain protected. * **Updates**: AI agents should implement a `tools/list` call upon receipt of a tool update notification to discover newly added parameters.