Ecommerce Intelligence MCP Server
Official2 toolsby thenextgennexus
Shopify store + product analysis for DTC competitive research.
Analyzes Shopify stores and products for direct-to-consumer competitive research.
Captured live from the server via tools/list.
analyze_shopify_store
Analyze a Shopify e-commerce store to extract technology stack, theme, installed apps, estimated traffic, and store performance metrics. Returns theme name, app list, tech integrations, traffic estimate, conversion data, and competitive insights. Use for competitive intelligence, market research, or e-commerce benchmarking.
Parameters (1)
- urlstringrequired
Shopify store URL (e.g. 'https://www.example-store.myshopify.com' or 'example-store.com')
get_store_products
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 (2)
- urlstringrequired
Shopify store URL to scrape products from (e.g. 'store-name.myshopify.com')
- max_resultsinteger
Maximum products to retrieve (default 50, higher values for full catalog export)
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/ecommerce-intelligence-mcp-server/mcpclaude_desktop_config.json
{
"mcpServers": {
"ecommerce-intelligence-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/ecommerce-intelligence-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.