# Ecommerce Intel MCP — Shopify Store & Product Analysis

Two focused tools: store-level analysis (theme, apps installed, traffic estimates) and product extraction (full catalog with SKUs, prices, inventory). Built for DTC competitive research and Shopify o…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add nexgendata-apify/ecommerce-intelligence-mcp-server

# Browse available tools
npx -y smithery tool list nexgendata-apify/ecommerce-intelligence-mcp-server

# Get full schema for a tool
npx -y smithery tool get nexgendata-apify/ecommerce-intelligence-mcp-server analyze_shopify_store

# Call a tool
npx -y smithery tool call nexgendata-apify/ecommerce-intelligence-mcp-server analyze_shopify_store '{}'
```

## Direct MCP Connection

Endpoint: `https://ecommerce-intelligence-mcp-server--nexgendata-apify.run.tools`

**Optional config:**
- `apiKey` (query) — Your Apify API token for authenticated access. Get it from https://console.apify.com/settings/integrations. Required for data retrieval; optional for server discovery and capability listing.

## Tools (2)

- `analyze_shopify_store` — Analyze a Shopify e-commerce store to extract technology stack, theme, installed apps, estimated traffic, and store per…
- `get_store_products` — Extract all products from a Shopify store including titles, descriptions, images, pricing, variants, and inventory stat…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get nexgendata-apify/ecommerce-intelligence-mcp-server <tool-name>
```

## Resources

- `ecommerce://platforms` — Currently supports Shopify store analysis and product extraction.

## Prompts (1)

- `store_audit` (url) — Perform a complete audit of a Shopify store including tech stack, products, pricing, and competitive positioning.
