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

ClawCode: Cleanroom Rust Rewrite of Leaked Claude Code
ClawCode is a cleanroom rewrite of the leaked Claude Code source code, implemented in Rust. The project emerged following Anthropic's Claude Code leak and is being compared to OpenCode for end-to-end task performance.

SecureContext: An MCP Plugin for Persistent Memory and Token Reduction in Claude Code
SecureContext is an open-source MCP plugin that provides MemGPT-style persistence across Claude Code sessions, reduces input tokens by ~87% through targeted context recall, and isolates credentials via a security sandbox.

3D-Printed Clawd Mascot with ESP32-Powered Mochi Bot
A developer built a physical 3D Clawd inspired by the Claude Code mascot, with an ESP32-driven Mochi bot featuring a small display. Files and code available on MakerWorld and GitHub.

MTPLX: 2.24x Faster Tokens on Apple Silicon Using Native MTP Heads
MTPLX achieves 63 tok/s on Qwen3.6-27B on M5 Max (up from 28 tok/s) using built-in MTP heads, with exact temperature sampling and no external drafter.