get_store_products
ActiveTool of com.thenextgennexus/ecommerce-intelligence-mcp-server
Extract all products from a Shopify store including titles, descriptions, images, pricing, variants, and inventory status. Returns product catalog with URLs for each item. Use for competitor product research, price monitoring, or market basket analysis.
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Shopify store URL to scrape products from (e.g. 'store-name.myshopify.com')"
},
"max_results": {
"type": "integer",
"default": 50,
"description": "Maximum products to retrieve (default 50, higher values for full catalog export)"
}
}
}Parent server
com.thenextgennexus/ecommerce-intelligence-mcp-server
1/7 registries