# E-Commerce Intelligence MCP Server

Analyze Shopify stores for tech stack, themes, and apps. Extract product catalogs with pricing and variants for competitive intelligence.

## Quick Start

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

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

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

# Call a tool
npx -y @smithery/cli@latest 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/cli@latest 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.
