Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Magento Cloud MCP Server

NPM · MCP-MAGENTO-CLOUD · SCANNED AUG 3

MCP server for Adobe Commerce Cloud — REST API + SSH, no PHP CLI required

Available components

+23 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (103 of 107), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1246 tokens (~83/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · mcp-magento-cloud

# add to Claude Code
claude mcp add juan-cinto-infracommerce-magento-cloud -- npx -y mcp-magento-cloud
# add to Codex CLI
codex mcp add juan-cinto-infracommerce-magento-cloud -- npx -y mcp-magento-cloud
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "juan-cinto-infracommerce-magento-cloud": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-magento-cloud"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add juan-cinto-infracommerce-magento-cloud --command npx --arg -y --arg mcp-magento-cloud
# ~/.hermes/config.yaml
mcp_servers:
  juan-cinto-infracommerce-magento-cloud:
    command: "npx"
    args: ["-y", "mcp-magento-cloud"]
// mcp.json
{
  "mcpServers": {
    "juan-cinto-infracommerce-magento-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-magento-cloud"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +61
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 −16
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +4
    • Malware scan: pass → unverified security
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 103 packages

103 packages in the resolved dependency tree · 103 deprecated · 34 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 15 exposed · ~1,246 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_branch ~94

Create a new environment branch from integration. The new branch will be a clone of the integration environment.

NameTypeReqDescription
branch_namestringyesThe branch name (ID) for the new environment, e.g. 'feature-xyz', 'bugfix-123'
projectstringyesThe Magento Cloud project ID
titlestringHuman-readable title for the branch. Defaults to the branch name if not provided.

No output schema declared.

No examples provided.

execute_sql ~66

Execute a read-only SQL query on a Magento Cloud environment via SSH

NameTypeReqDescription
environmentstringyesThe environment name, e.g. 'staging', 'production'
projectstringyesThe Magento Cloud project ID
querystringyesThe SQL query to execute

No output schema declared.

No examples provided.

get_activity_log ~98

Display the log output for a specific activity on a Magento Cloud environment. If no activity ID is provided, shows the log for the most recent activity.

NameTypeReqDescription
environmentstringyesThe environment name, e.g. 'staging', 'production'
idstringThe activity ID. Defaults to the most recent activity if omitted. Use list_activities to find IDs.
projectstringyesThe Magento Cloud project ID

No output schema declared.

No examples provided.

get_environment_info ~59

Get detailed information about a specific Magento Cloud environment (status, URLs, type, etc.)

NameTypeReqDescription
environmentstringyesThe environment name, e.g. 'staging', 'production'
projectstringyesThe Magento Cloud project ID

No output schema declared.

No examples provided.

get_environment_logs ~104

Read logs from a Magento Cloud environment via SSH. Use list_log_types to see available log types.

NameTypeReqDescription
environmentstringyesThe environment name, e.g. 'staging', 'production'
linesnumberNumber of lines to return (optional, defaults to 100)
projectstringyesThe Magento Cloud project ID
typestringyesThe log type to read, e.g. 'deploy', 'error', 'cron'

No output schema declared.

No examples provided.

get_environment_relationships ~85

Get the service relationships (database, redis, opensearch, rabbitmq, etc.) for a Magento Cloud environment via SSH. Returns connection details including host, port, username, password and URL for each service.

NameTypeReqDescription
environmentstringyesThe environment name, e.g. 'staging', 'production'
projectstringyesThe Magento Cloud project ID

No output schema declared.

No examples provided.

get_environment_urls ~66

Get the public URLs of a Magento Cloud environment

NameTypeReqDescription
environmentstringyesThe environment name, e.g. 'staging', 'production'
primarybooleanOnly return the URL for the primary route
projectstringyesThe Magento Cloud project ID

No output schema declared.

No examples provided.

list_activities ~152

List recent activities (deploys, pushes, crons, etc.) for a Magento Cloud environment or project

NameTypeReqDescription
environmentstringyesThe environment name, e.g. 'staging', 'production'
limitnumberNumber of activities to return (default: 10)
projectstringyesThe Magento Cloud project ID
resultstringFilter by activity result
startstringOnly list activities created before this date, e.g. '2026-05-01'
statestringFilter by activity state
typestringFilter by activity type, e.g. 'push', 'cron', 'environment.backup'

No output schema declared.

No examples provided.

list_environments ~30

List all environments for a Magento Cloud project

NameTypeReqDescription
projectstringyesThe Magento Cloud project ID

No output schema declared.

No examples provided.

list_log_types ~19

List the available log types for Magento Cloud environments

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_projects ~19

List all Magento Cloud projects available to the current user

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_services ~68

List services (MySQL, Redis, OpenSearch, RabbitMQ, etc.) in a Magento Cloud project with their versions and disk allocation

NameTypeReqDescription
environmentstringyesThe environment name, e.g. 'staging', 'production'
projectstringyesThe Magento Cloud project ID

No output schema declared.

No examples provided.

list_variables ~72

List variables for a Magento Cloud project or environment

NameTypeReqDescription
environmentstringyesThe environment name, e.g. 'staging', 'production'
levelstringThe variable level: 'project' or 'environment'. Lists all if omitted.
projectstringyesThe Magento Cloud project ID

No output schema declared.

No examples provided.

push_branch ~112

Push a local git branch to a Magento Cloud project. Uses SSH certificate authentication — no separate git credentials needed. The branch must exist locally.

NameTypeReqDescription
local_branchstringyesLocal branch name to push, e.g. 'feature-xyz'
projectstringyesThe Magento Cloud project ID
remote_branchstringRemote branch name. Defaults to the same as local_branch.
repo_pathstringyesAbsolute path to the local git repository, e.g. '/home/user/myproject'

No output schema declared.

No examples provided.

set_cloud_config ~202

Set a Magento configuration value on a Cloud environment by running `bin/magento config:set` via SSH. Use the scope/scope_code parameters to target a specific website or store view.

NameTypeReqDescription
encryptedbooleanEncrypt the value before saving (for sensitive data like API keys).
environmentstringyesThe environment name, e.g. 'staging', 'integration'
pathstringyesThe configuration path, e.g. 'web/secure/base_url' or 'general/store_information/name'
projectstringyesThe Magento Cloud project ID
scopestringThe configuration scope. Defaults to 'default' (global) if omitted.
scope_codestringThe website code or store view code the scope applies to, e.g. 'base' or 'default'. Required when scope is 'websites' or 'stores'.
valuestringyesThe value to set for the configuration path

No output schema declared.

No examples provided.