You're viewing a demo portfolio

Join the waitlist
PRSM

get_store_products

Active

Tool of com.thenextgennexus/ecommerce-intelligence-mcp-server

declared in 1.0.0

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)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.thenextgennexus/ecommerce-intelligence-mcp-server

1/7 registries
View full server →