mcpbeat Sign in

Shop MCP Server

local only

Shop MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Read-only Shopify catalogue and stock for LLM agents. Stdlib only, no dependencies.

Installs / week
pypi · shop-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Shop MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add shop-mcp -- uvx shop-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "shop-mcp": {
      "args": [
        "shop-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.shop-mcp]
command = "uvx"
args = ["shop-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "shop-mcp": {
      "args": [
        "shop-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "shop-mcp": {
      "args": [
        "shop-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Shop MCP

same job, measured the same way
Wudao A-Share Stock Data MCP
by jcdreamjc

Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.

answering
Finance MCP
by adityasbisht

Live stock, crypto, SEC filings, FX and macro data for LLM agents. No API keys.

local only
Shopify Catalog Monitor
by dizzyvinci

Track price drops, stock-outs, restocks, and new/removed products across Shopify stores.

answering
C
1845 Smoked Meat AI Gateway
by getbotlens

MCP gateway for 1845meat.com: products, prices, stock and cart links. Read-only, no auth.

11 tools answering
A
Market Data
by marketcrew

Live market data & technical analysis for US stocks, ETFs and crypto. Read-only, no signup.

15 tools answering
Finance MCP
by adididitagain

Live stock, crypto, SEC filings, insider trades, FX and macro data for LLM agents.

57 installs/wk local only
Tradingale
by tradingale

Read-only martingale data: Martingale Score & Startingale for 250+ cryptos and US stocks.

7 tools answering
Price Data MCP
by wesseltl

Live market prices and candles for AI agents (200+ coins). Data only, no trading advice.

127 installs/wk local only

Shop MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Shop MCP?
Shop MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package shop-mcp.
How do I connect Shop MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls shop-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Shop MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.