Stateset ICommerce MCP Server

StateSet iCommerce

Local serverstdioPython

What is the Stateset ICommerce MCP server?

If you already use Stateset ICommerce, the stateset icommerce mcp server is the piece that lets your assistant work with it directly. StateSet iCommerce.

What the server does

AI agents that reason, decide, and execute—replacing tickets, scripts, and manual operations across your entire commerce stack.

  • 🤝 Agent-to-Agent (A2A) Commerce — — agents
  • 💳 x402 Payment Protocol — — cryptographically
  • 🧠 Autonomous Engine — — scheduled jobs, state-machine
  • 📜 Policy DSL — — declarative, deny-overrides
  • 🛠️ 898 MCP Tools across 87 domain modules — —
  • 🔐 Verifiable Encrypted Signatures (VES v1.0) —

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • framework — neutral runtimes via @stateset/embedded/generic
  • MCP — native clients like Claude Desktop / Cursor / Windsurf via the CLI server

Installation

create-acp-commerce on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Credentials and setup notes

Configuration is passed through the environment: DB_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

Plenty of database access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Stateset ICommerce's toolset — framework, MCP — is a fair guide to whether it matches your workflow. It is maintained by stateset; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
frameworkneutral runtimes via @stateset/embedded/generic
MCPnative clients like Claude Desktop / Cursor / Windsurf via the CLI server

How to install the Stateset ICommerce MCP server

{
  "mcpServers": {
    "stateset-icommerce": {
      "command": "npx",
      "args": ["-y", "create-acp-commerce"],
      "env": {
        "DB_PATH": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
DB_PATHFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use Stateset ICommerce to framework.
  • Use Stateset ICommerce to MCP.

Frequently asked questions

It is built *for* AI agents, not just exposing APIs to them. The engine is embedded, zero‑dependency, and includes protocols for agent‑to‑agent negotiation, policy enforcement, and cryptographic payment intents.