io.github.jigarkkarangiya/adobe-commerce-docs-mcp
NPM · ADOBE-COMMERCE-DOCS-MCP · SCANNED SEP 21
MCP server for Adobe Commerce / Magento 2 documentation — search, browse, and read official docs.
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 103 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
- 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
- License check failed: the license (SEE LICENSE IN LICENSE) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 9 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability87
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 487 tokens (~54/item across 9 items; 9 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management33
- Stability observed for 10 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
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.jigarkkarangiya/adobe-commerce-docs-mcp server?
io.github.jigarkkarangiya/adobe-commerce-docs-mcp runs locally as an npm package, launched with npx -y adobe-commerce-docs-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · adobe-commerce-docs-mcp
claude mcp add jigarkkarangiya-adobe-commerce-docs-mcp -- npx -y adobe-commerce-docs-mcp
{
"mcpServers": {
"jigarkkarangiya-adobe-commerce-docs-mcp": {
"command": "npx",
"args": [
"-y",
"adobe-commerce-docs-mcp"
]
}
}
} {
"servers": {
"jigarkkarangiya-adobe-commerce-docs-mcp": {
"command": "npx",
"args": [
"-y",
"adobe-commerce-docs-mcp"
]
}
}
} codex mcp add jigarkkarangiya-adobe-commerce-docs-mcp -- npx -y adobe-commerce-docs-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"jigarkkarangiya-adobe-commerce-docs-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"adobe-commerce-docs-mcp"
],
"enabled": true
}
}
} openclaw mcp add jigarkkarangiya-adobe-commerce-docs-mcp --command npx --arg -y --arg adobe-commerce-docs-mcp
mcp_servers:
jigarkkarangiya-adobe-commerce-docs-mcp:
command: "npx"
args: ["-y", "adobe-commerce-docs-mcp"] {
"McpServers": {
"jigarkkarangiya-adobe-commerce-docs-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"adobe-commerce-docs-mcp"
]
}
}
} assistant mcp add jigarkkarangiya-adobe-commerce-docs-mcp -t stdio -c npx -a -y adobe-commerce-docs-mcp
{
"mcpServers": {
"jigarkkarangiya-adobe-commerce-docs-mcp": {
"command": "npx",
"args": [
"-y",
"adobe-commerce-docs-mcp"
]
}
}
} 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.
- 21 Sept 26 0
- Security disclosure: unverified → fail ▼ functional
- 20 Sept 26 +1
- Security disclosure: fail → unverified ▼ functional
- 19 Sept 26 +4
- Stability: unverified → 0.27 ▲ functional
- 12 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 11 Sept 26 54
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 21 Sept 2026 · Analysed npm/adobe-commerce-docs-mcp@2.0.3
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 103 packages
| Packages resolved | 103 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
get_code_examples Get Code Examples ~47
Extract only code examples from a documentation page. Returns fenced code blocks without prose — much more token-efficient than full page fetch.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | Full URL of the documentation page |
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | yes | – |
| examples | array | yes | – |
| url | string | yes | – |
No examples provided.
get_doc_content Get Doc Content ~36
Fetch the full content of an Adobe Commerce documentation page as clean markdown.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | Full URL of the documentation page |
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | – |
| url | string | yes | – |
No examples provided.
get_page_toc Get Page TOC ~51
Get the table of contents (heading hierarchy) of a documentation page. Useful for understanding structure before fetching the full (expensive) content.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | Full URL of the documentation page |
| Name | Type | Req | Description |
|---|---|---|---|
| toc | array | yes | – |
| url | string | yes | – |
No examples provided.
get_related_docs Get Related Docs ~56
Find sibling/related documentation pages for a given page URL (same parent in the doc tree).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Max related pages (default: 10) |
| url | string | yes | Full URL of the documentation page |
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | yes | – |
| related | array | yes | – |
| url | string | yes | – |
No examples provided.
list_doc_sections List Doc Sections ~19
List all Adobe Commerce documentation sections with page counts.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| sections | array | yes | – |
| total_pages | number | yes | – |
No examples provided.
lookup_error_code Lookup Error Code ~61
Look up an Adobe Commerce error code or message in the Knowledge Base. Auto-fetches the top result content for immediate answers.
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | yes | Error code or message (e.g., 'MDVA-43395', 'Unable to serialize value') |
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | yes | – |
| matched | – | yes | – |
| others | array | yes | – |
No examples provided.
multi_page_search Multi-Query Search ~85
Search documentation with multiple queries at once. Returns de-duplicated results from all queries — reduces round-trips when researching a topic from multiple angles.
| Name | Type | Req | Description |
|---|---|---|---|
| limit_per_query | number | – | Max results per query (default: 5) |
| queries | array | yes | Array of search queries (1–5) |
| section | string | – | Optional section filter for all queries |
| Name | Type | Req | Description |
|---|---|---|---|
| queries | array | yes | – |
| results | array | yes | – |
| unique_count | number | yes | – |
No examples provided.
refresh_sitemap Refresh Sitemap ~20
Force-refresh the cached sitemap data from Adobe Experience League.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| pages_indexed | number | yes | – |
No examples provided.
search_adobe_commerce_docs Search Adobe Commerce Docs ~112
Search Adobe Commerce / Magento documentation. Returns pages ranked by BM25 relevance with snippets. Supports synonym expansion (e.g. 'graphql' also matches 'gql') and fuzzy matching for typos.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Max results (default: 15) |
| query | string | yes | Search keywords (e.g., 'graphql product query', 'checkout configuration') |
| section | string | – | Filter by section slug (e.g., commerce-admin, commerce-cloud-service, commerce-on-cloud) |
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | yes | – |
| query | string | yes | – |
| results | array | yes | – |
No examples provided.
What is the io.github.jigarkkarangiya/adobe-commerce-docs-mcp server?
io.github.jigarkkarangiya/adobe-commerce-docs-mcp is listed in the public MCP registry as io.github.jigarkkarangiya/adobe-commerce-docs-mcp. MCP server for Adobe Commerce / Magento 2 documentation, search, browse, and read official docs. This page covers its npm package (adobe-commerce-docs-mcp).
Is the io.github.jigarkkarangiya/adobe-commerce-docs-mcp server safe to use?
io.github.jigarkkarangiya/adobe-commerce-docs-mcp scores 74 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.jigarkkarangiya/adobe-commerce-docs-mcp server expose?
io.github.jigarkkarangiya/adobe-commerce-docs-mcp exposes 9 tools: search_adobe_commerce_docs, get_doc_content, list_doc_sections, refresh_sitemap, get_related_docs, and 4 more. Their descriptions and schemas cost roughly 487 tokens of context every time the server is loaded.
Is the io.github.jigarkkarangiya/adobe-commerce-docs-mcp server still maintained?
io.github.jigarkkarangiya/adobe-commerce-docs-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.