mcpbeat Sign in

Decionis CommerceGate MCP Server

local only

Decionis CommerceGate MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 407 installs a week from npm. Last commit 18 Sep 2026.

Commerce preflights, D365 authorization, signed evidence, and reports; no marketplace or ERP writes.

Installs per day peak 504 · avg 31
a month agotoday
407
Installs / week
npm · @decionis/commerce
533
Stars
14 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: DECIONIS_API_KEY (Decionis API key. Required for ERP guard, Protocol evaluation, and evidence calls.), DECIONIS_ORG_ID (Organization UUID that binds Protocol evaluation and evidence calls. The ERP guard instead authenticates request.tenant_id with the configured API key.), DECIONIS_API_BASE (Optional Decionis API origin. Defaults to https://api.decionis.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Decionis CommerceGate MCP

same job, measured the same way
TMTB Marketing AI Platform
by tmtb

AI marketing skills for e-commerce brands: reports, campaign management, and creative generation.

answering
S
Batchloom Evidence
by chatgpt-xuikatwsicrdsidm-batchloom-studio-0913

Free report citation preflight and real-source trials; paid evidence via a local wallet adapter.

answering
Delimit — The merge gate for AI-written code
by delimit-ai

The merge gate for AI-written code, with signed, replayable attestation.

2 062 installs/wk local only
Paceproof
by rudrendupaul

Verifies Ed25519-signed attestation records and builds audit reports via MCP tools.

32 installs/wk local only
Carrierscore
by carrierscore

FMCSA motor-carrier risk scores, monitoring, and carrier-selection evidence reports for AI agents.

8 tools answering
MarketCheck AI Desk
by marketcheck

Vehicle valuations and market reports in Claude or ChatGPT. Pay per report, no subscription.

answering
SecHelix
by omarmohelal

Evidence-first security review of authorized repositories. Read-only, root-confined, no shell.

local only
API Governance
by coderifts

Contract-change authorization for AI agents. Signed receipts verify offline.

3 tools answering

Decionis CommerceGate MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Decionis CommerceGate MCP?
Decionis CommerceGate 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 npm package @decionis/commerce was installed 407 times last week.
How do I connect Decionis CommerceGate 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 @decionis/commerce straight from npm; nothing to host, nothing to sign up for.
How many people use Decionis CommerceGate MCP?
The npm package @decionis/commerce was installed 407 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Decionis CommerceGate MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 533 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.