# E-Commerce Intelligence MCP Server

Scrape Amazon product data, monitor competitor prices, and analyze e-commerce market trends. Get product details, pricing, and reviews.

## 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`

## Tools (2)

- `analyze_shopify_store` — Analyze a Shopify store — get tech stack, theme, apps, traffic estimates.
- `get_store_products` — Get products listed on a Shopify store including prices, titles, images.

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