← Discover MCPs and Agents
M
MCPData & AnalyticsMCP Registry

MerchantFlow

Read-only Shopify and WooCommerce profit analytics: P&L, COGS, product margins, ROAS and LTV.

Links

README

From the repo.

MerchantFlow Claude Plugin

MerchantFlow on Smithery

MerchantFlow gives Claude read-only ecommerce analytics through the Model Context Protocol (MCP): profit and loss, product profitability, advertising, COGS coverage, integrations, and operational reports.

The plugin connects to https://merchantflow.ai/api/mcp over HTTP. Claude handles authentication through MerchantFlow OAuth; no credentials or tokens are stored in this repository. Access is scoped to the authenticated MerchantFlow tenant and can be revoked in MerchantFlow Settings → Developer → MCP.

Example prompts

  • Summarise last month's P&L and compare it with the previous month.
  • Which five products made the most net profit last month?
  • What percentage of revenue has accurate COGS coverage?

Repository contents

  • .claude-plugin/plugin.json — public plugin metadata.
  • .mcp.json — the read-only MerchantFlow MCP connection.
  • skills/merchantflow-financial-copilot/ — tool-selection and reporting guidance.
  • assets/logo-icon.png — MerchantFlow brand mark.

This repository contains no MerchantFlow application source code, customer data, credentials, or access tokens.

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://merchantflow.ai/api/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.