# Nutrimax This is a Jumpseller-powered online store. You can interact with it programmatically using the MCP (Model Context Protocol) endpoint, or browse its public content directly. ## MCP Endpoint POST https://www.nutrimax.cl/api/mcp ## Available Tools - get_store_info: Get store name, URL, currency, description, and logo - list_products: Browse products with pagination and category permalink filtering - get_product: Get full product details by permalink (images, variants, pricing) - search_products: Full-text search across product name, description, and SKU - list_categories: Get the category tree structure - get_category: Get category details by permalink ## Read-Only Browsing (No Authentication Required) For agents that only need to read public store data without using the MCP endpoint: - Product, category, and content pages are served as HTML at https://www.nutrimax.cl/{permalink} - Search: GET https://www.nutrimax.cl/search?q={query} - Sitemap: https://www.nutrimax.cl/sitemap_1.xml The MCP endpoint above is the recommended way to access structured product and category data. ## Protocol This endpoint speaks MCP (Model Context Protocol) over Streamable HTTP. Send JSON-RPC 2.0 requests via POST. No authentication required.