Three MCP servers for e-commerce research with Claude: Shopify, Amazon, and Google Maps tools

Three MCP servers for e-commerce research with Claude
A developer created three MCP (Model Context Protocol) servers to help Claude AI pull real competitive data for e-commerce research, eliminating the need for manual copy-pasting or custom code each time.
Key Details
The developer built these tools after wasting approximately 10 hours on manual data gathering before realizing they could automate the process. All three MCP servers are hosted on Apify and can be called directly by Claude.
- Shopify Intel MCP: Lets Claude analyze any public Shopify store without requiring an API key. Examples of queries include "what apps is Gymshark running" or "show me Allbirds' full product catalog with pricing."
- Amazon Intel MCP: Performs product research with a custom scoring system that weights demand signals, competition level, price health, and BSR (Best Sellers Rank). Instead of returning raw results, it scores each product on how good of an opportunity it represents.
- Google Maps Intel MCP: Finds local businesses by industry and location, scoring them as sales leads. It also generates an outreach hint for each business based on data signals that drove the score—for example, "no website, offer web design" or "low rating, offer reputation management."
The MCP servers are live and accessible at:
- https://apify.com/rothy/shopify-intel-mcp
- https://apify.com/rothy/amazon-intel-mcp
- https://apify.com/rothy/gmaps-intel-mcp
The developer is seeking feedback on other data sources that could be useful to add.
📖 Read the full source: r/ClaudeAI
👀 See Also

Auto Router vs Sonnet: Cost Savings vs Response Quality
Open Router's Auto Router feature dynamically selects LLMs based on context complexity, offering significant cost savings (0.8 cents vs 0.00071 cents per request), but users report degraded response quality compared to Sonnet 4.6.

MCP Support Merged into llama.cpp with New WebUI Features
The Model Context Protocol (MCP) pull request for llama.cpp has been merged, adding MCP support, tool calls, an agentic loop, and a server selector to the llama-server/WebUI side.

Claude Code user builds nvm plugin to capture problem-solving context
A developer created a Claude plugin called nvm (non-volatile memory) that converts Claude session history into markdown cards documenting problem-solving decisions and reusable insights. The tool addresses the issue of losing track of how problems were solved when using AI coding assistants.

Lore: A tool that extracts structured context from AI coding conversations
Lore is a browser-based tool built with Claude Code that extracts structured context from AI conversations, capturing decisions, TODOs, blockers, and resume checklists. It's a React + TypeScript PWA with a Chrome extension for direct conversation capture and context injection.