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

Multi-LLM Paper-Trading Bot with Claude Opus as Lead Engineer and Gemini as Strategist: Architecture Breakdown
A solo builder shares a 4,900-LOC paper-trading bot on Alpaca where Claude Opus 4 (Engineer) has veto power over Gemini Pro (Strategist), with a 270+ entry disagreement log called the Strategist Codex.

Two Claude Code Skills for Managing CLAUDE.md Configuration
A developer built two Claude Code skills to handle CLAUDE.md configuration: /cc-init creates lean configs for new projects, and /cc-optimize analyzes existing projects for bloat and issues. Both aim to reduce context overhead and improve instruction following.

BaseLayer: Open-Source Behavioral Compression Pipeline for AI Memory Systems
BaseLayer is an open-source pipeline that extracts beliefs, behaviors, tensions, and contradictions from conversations, journals, and published text, compressing them into an identity brief for AI models. It has been tested on datasets ranging from 8 personal journal entries to large corpora like Warren Buffett's shareholder letters (350k words) and Howard Marks' investment memos (600k words).

PACT 0.4.0 adds compound intelligence for AI coding agents
PACT (Programmatic Agent Constraint Toolkit) version 0.4.0 introduces compound intelligence features that help AI coding agents retain knowledge across sessions. The update includes research synthesis, a knowledge directory, and capability self-awareness systems.