Storefront MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 5 Aug 2026.
E-commerce storefront over MCP: public catalog tools plus token-gated back-office tools.
Today is the operative word: we check Storefront MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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.
claude mcp add storefront-mcp -- npx -y storefront-mcp
{
"mcpServers": {
"storefront-mcp": {
"args": [
"-y",
"storefront-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.storefront-mcp]
command = "npx"
args = ["-y", "storefront-mcp"]
{
"mcpServers": {
"storefront-mcp": {
"args": [
"-y",
"storefront-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"storefront-mcp": {
"args": [
"-y",
"storefront-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CATALOG_ADAPTER (Which catalog adapter to use: "memory" (bundled demo catalog, no setup) or "woocommerce" (Store API skeleton).), MCP_SECRET (Unlocks the 5 sensitive back-office tools (stock, orders, sales). On stdio the presence of this variable in the server process env unlocks them; leave it unset to expose only the 6 public catalog tools.), MCP_SERVER_NAME (Override the advertised server name.).
The author declared them in the registry entry; get the values from the project itself.
UCP agentic-commerce proxy for Estroni: merino & low-tox women's activewear catalogue.
Detect the ecommerce platform, payment providers and catalogue size behind a storefront.
Manage a Marea Alcalina storefront from an AI agent: catalog, products, publishing.
MCP server for the Horoshop e-commerce API — orders, catalog, customers, webhooks
Search the public Xavio catalog and create firm checkout quotes.
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
Read-only catalogue MCP for Lowtoxgear — Australian low-tox lifestyle brand. 5 tools.
E-commerce inventory and catalog data structuring tool.
Answers built from our own checks of this server.