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

Portable Mind Format (PMF): Provider-Agnostic Agent Specification with 15 Open-Source Agents
The Portable Mind Format (PMF) is a JSON-based specification for defining AI agent identities that can run across multiple models and providers, including Claude, GPT-4, Gemini, DeepSeek, and local models via Ollama. It includes 15 MIT-licensed production agents and converters for Claude Code, Cursor, GitHub Copilot, and Gemini CLI.

Visual Studio 2022 Extension Adds Native Ollama Integration for Local LLMs
A free extension for Visual Studio 2022 connects directly to local Ollama endpoints, enabling private AI coding assistance without switching between tools. It supports models like DeepSeek and Llama 3 with cloud fallback options.

Open Source Second Brain System Built on Claude Code for Task Management
An open source system called Kipi System uses Claude Code to track open threads, draft follow-ups, and manage tasks by pulling from calendar, email, CRM, and social feeds. It generates a daily HTML file with pre-written actions sorted by friction.

Tycono: Open-Source AI Agent Harness with Org Chart and Autonomous Improvement Loops
Tycono is an open-source harness where you define AI agent roles in YAML (CTO, engineer, QA, etc.) and they work together following an org chart with autonomous improvement loops. The system ran 17 rounds overnight on a pixel running game task, generating 6,796 lines of code across 43 commits.