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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 40 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add juan-cinto-infracommerce-magento-cloud -- npx -y mcp-magento-cloud
codex mcp add juan-cinto-infracommerce-magento-cloud -- npx -y mcp-magento-cloud
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"juan-cinto-infracommerce-magento-cloud": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-magento-cloud"
],
"enabled": true
}
}
} openclaw mcp add juan-cinto-infracommerce-magento-cloud --command npx --arg -y --arg mcp-magento-cloud
mcp_servers:
juan-cinto-infracommerce-magento-cloud:
command: "npx"
args: ["-y", "mcp-magento-cloud"] {
"mcpServers": {
"juan-cinto-infracommerce-magento-cloud": {
"command": "npx",
"args": [
"-y",
"mcp-magento-cloud"
]
}
}
} 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.
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.
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.
create_branch ~94
Create a new environment branch from integration. The new branch will be a clone of the integration environment.
| Name | Type | Req | Description |
|---|---|---|---|
| branch_name | string | yes | The branch name (ID) for the new environment, e.g. 'feature-xyz', 'bugfix-123' |
| project | string | yes | The Magento Cloud project ID |
| title | string | — | Human-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
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | yes | The environment name, e.g. 'staging', 'production' |
| project | string | yes | The Magento Cloud project ID |
| query | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | yes | The environment name, e.g. 'staging', 'production' |
| id | string | — | The activity ID. Defaults to the most recent activity if omitted. Use list_activities to find IDs. |
| project | string | yes | The 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.)
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | yes | The environment name, e.g. 'staging', 'production' |
| project | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | yes | The environment name, e.g. 'staging', 'production' |
| lines | number | — | Number of lines to return (optional, defaults to 100) |
| project | string | yes | The Magento Cloud project ID |
| type | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | yes | The environment name, e.g. 'staging', 'production' |
| project | string | yes | The Magento Cloud project ID |
No output schema declared.
No examples provided.
get_environment_urls ~66
Get the public URLs of a Magento Cloud environment
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | yes | The environment name, e.g. 'staging', 'production' |
| primary | boolean | — | Only return the URL for the primary route |
| project | string | yes | The 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
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | yes | The environment name, e.g. 'staging', 'production' |
| limit | number | — | Number of activities to return (default: 10) |
| project | string | yes | The Magento Cloud project ID |
| result | string | — | Filter by activity result |
| start | string | — | Only list activities created before this date, e.g. '2026-05-01' |
| state | string | — | Filter by activity state |
| type | string | — | Filter 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
| Name | Type | Req | Description |
|---|---|---|---|
| project | string | yes | The 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
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | yes | The environment name, e.g. 'staging', 'production' |
| project | string | yes | The Magento Cloud project ID |
No output schema declared.
No examples provided.
list_variables ~72
List variables for a Magento Cloud project or environment
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | yes | The environment name, e.g. 'staging', 'production' |
| level | string | — | The variable level: 'project' or 'environment'. Lists all if omitted. |
| project | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| local_branch | string | yes | Local branch name to push, e.g. 'feature-xyz' |
| project | string | yes | The Magento Cloud project ID |
| remote_branch | string | — | Remote branch name. Defaults to the same as local_branch. |
| repo_path | string | yes | Absolute 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.
| Name | Type | Req | Description |
|---|---|---|---|
| encrypted | boolean | — | Encrypt the value before saving (for sensitive data like API keys). |
| environment | string | yes | The environment name, e.g. 'staging', 'integration' |
| path | string | yes | The configuration path, e.g. 'web/secure/base_url' or 'general/store_information/name' |
| project | string | yes | The Magento Cloud project ID |
| scope | string | — | The configuration scope. Defaults to 'default' (global) if omitted. |
| scope_code | string | — | The website code or store view code the scope applies to, e.g. 'base' or 'default'. Required when scope is 'websites' or 'stores'. |
| value | string | yes | The value to set for the configuration path |
No output schema declared.
No examples provided.