mcpbeat Sign in

Agent Storefront MCP Server

local only

Agent Storefront runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Jul 2026.

Let your AI agent run a real store: checkout, orders, refunds, shipping and support.

Installs / week
npm · @clize/storefront
0
Stars
0 open issues
17 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Dockerfile

Nothing serious here today

Today is the operative word: we check Agent Storefront 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 storefront -- npx -y @clize/storefront
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "storefront": {
      "args": [
        "-y",
        "@clize/storefront"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.storefront]
command = "npx"
args = ["-y", "@clize/storefront"]
.cursor/mcp.json
{
  "mcpServers": {
    "storefront": {
      "args": [
        "-y",
        "@clize/storefront"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "storefront": {
      "args": [
        "-y",
        "@clize/storefront"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agent Storefront

same job, measured the same way
MCP Ucp
by codespar

Google UCP — agentic shopping, cart, checkout, orders, delivery

26 installs/wk local only
Renthuman
by renthuman

AI agents hire real humans in Russia: storefront photos, address checks, errands. Pay in USDT.

9 tools answering
Fanvault
by thefanvault

Run storefronts, listings, orders, content, fulfillment, and analytics through AI.

answering
Facet UCP Shopping
by facet

The independent agent-commerce protocol for AI-agent checkout on any online store.

23 tools answering
Conduit Agentic Commerce
by aiconduit

Search multi-merchant supply, checkout, and track orders via MCP.

19 tools answering
AIURION Agentic 3D Printing
by aiurion

Create 3D print quotes, approved Stripe Checkout links, and track AIURION manufacturing orders.

7 tools answering
Yolfi Payments MCP
by yolfinance

Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.

63 installs/wk answering
Unstoppable Domains
by unstoppabledomains

Domain search, registration, DNS, marketplace, and checkout with your AI agent.

answering

Agent Storefront — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Storefront?
Agent Storefront 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 npm package @clize/storefront.
How do I connect Agent Storefront?
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 @clize/storefront straight from npm; nothing to host, nothing to sign up for.
Is Agent Storefront open source?
Yes — it is published under the MIT licence, written in Dockerfile 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.