Developer builds MCP server connecting 18 e-commerce tools to Claude

What this MCP server does
A developer built a Model Context Protocol (MCP) server that connects 18 different e-commerce tools and platforms to Claude, allowing users to query data across multiple systems simultaneously. Instead of manually checking separate dashboards for Shopify, Klaviyo, Google Analytics, Triple Whale, Gorgias, and Xero, users can ask Claude questions that cross-reference data between these sources.
Key capabilities and queries
The MCP server enables queries like:
- "Which Klaviyo campaigns drove the most Shopify orders this month?"
- "Compare my Google Ads ROAS to my Meta Ads ROAS"
- "Show me outstanding Xero invoices over 60 days and my current cash position"
- "What's my shipping margin - am I making or losing money on shipping via ShipStation?"
- "Which products have the highest refund rate and worst reviews?"
The developer notes that "cross-references data between sources in one query" is the key functionality that no single dashboard can provide.
Technical implementation details
The entire codebase was built with Claude Code (Opus), including:
- Full-stack development: React Router app, Prisma schema
- OAuth flows for Google, Xero, Meta, and Shopify
- API clients for all 18 data sources
- The MCP server itself with 30+ tools
- Stripe billing with seats, invoices, and subscription gating
- Email verification, Google login, password reset
- Marketing site with SEO, blog with MDX, and live demo
- Referral program
The developer ported a Xero integration from another project by having Claude read the source code and adapt it. The development process involved the developer acting as product owner and QA, testing features, reporting bugs, and having Claude fix them. The developer describes the back-and-forth as "remarkably efficient," with examples like "fly logs show this error" → Claude reads the logs → identifies the issue → fixes it in one go.
Supported platforms and access
The MCP server currently supports: Shopify, Klaviyo, Google Analytics, Google Ads, Google Search Console, Triple Whale, Gorgias, Recharge, Xero, ShipStation, Meta Ads, Microsoft Clarity, YouTube, Judge.me, Yotpo, Reviews.io, Smile.io, and Swish.
It works with Claude.ai via Connectors by pasting the MCP URL, and also works with Claude Desktop and Claude Code. There's a live demo available at https://ask-ai-data-connector.co.uk/demo where users can try it with simulated data without signing up.
📖 Read the full source: r/ClaudeAI
👀 See Also

LLMock: HTTP-based mocking server for deterministic LLM testing across processes
LLMock is a real HTTP server that mocks OpenAI, Claude, and Gemini APIs, allowing developers to run deterministic tests across multiple processes without hitting real APIs. It supports SSE streaming, tool calls, predicate routing, and request journaling with zero dependencies.

Synapse: Real-Time Dashboard for Visualizing Claude Code Agent Sessions
Synapse is a real-time dashboard that visualizes Claude Code agent sessions as interactive node graphs, showing agent spawns, tool calls, and subagents. It requires Node.js and Claude, installs via npm, and offers multiple analysis views and remote approval features.

Open-source Claude Skill structures B2B SaaS growth knowledge for consistent AI reasoning
A developer created an open-source Claude Skill that organizes $90M ARR partnership lessons, 1,800 user interviews, and 5 SaaS case studies into structured knowledge for Claude to reference, improving output quality for complex workflows like PMF validation and GTM planning.

Homebutler: OpenClaw Skill for Homelab Management via Telegram
Homebutler is a single Go binary (~13MB, zero dependencies) that works as an OpenClaw skill to manage homelabs from Telegram chat. It monitors servers, restarts Docker containers, wakes machines, scans networks, and alerts on resource spikes without SSH sessions or dashboard logins.