Woocommerce (amitgurbani) MCP Server

@amitgurbani/mcp-server-woocommerce npm v1.2.0 Source verified

Published by amitgurbani — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.

MCP server for managing WooCommerce stores through AI assistants

Trust grade
A
94/100
Last scanned get badge →
Trust
A · 94/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 94/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 6 = 94. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 5

high Read-and-egress in one tool: "create_webhook"MTC-FLOW-003

Tool "create_webhook" can both read sensitive data and send data to an external destination. Even without an explicit untrusted-input leg, this is a single-call data-exfiltration path if the model is ever manipulated.

Fix: Separate reading from sending; require explicit user confirmation before egress of file/secret contents.

Location: flow create_webhook

high Read-and-egress in one tool: "update_webhook"MTC-FLOW-003

Tool "update_webhook" can both read sensitive data and send data to an external destination. Even without an explicit untrusted-input leg, this is a single-call data-exfiltration path if the model is ever manipulated.

Fix: Separate reading from sending; require explicit user confirmation before egress of file/secret contents.

Location: flow update_webhook

high Sensitive-source and external-sink co-existMTC-FLOW-004

Tools that read sensitive data ([create_webhook, update_webhook]) and tools that can send data out ([create_webhook, update_webhook, delete_webhook]) are exposed together. An agent can move private data to the sink.

Evidence: sources [create_webhook, update_webhook] → sinks [create_webhook, update_webhook, delete_webhook]

Fix: Keep secret-reading and egress capabilities on separate, separately-approved servers.

Location: flow create_webhook → delete_webhook

medium Unconstrained URL/host parameter "delivery_url" on "create_webhook"MTC-CAP-007

Tool "create_webhook" takes a URL/host parameter "delivery_url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).

Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.

Location: tool create_webhook · inputSchema.properties.delivery_url

medium Unconstrained URL/host parameter "delivery_url" on "update_webhook"MTC-CAP-007

Tool "update_webhook" takes a URL/host parameter "delivery_url" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).

Fix: Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.

Location: tool update_webhook · inputSchema.properties.delivery_url

Tools 101

Each tool and what it can reach — statically extracted from the published source.

  • create_webhooknetwork egressreads sensitive data
  • update_webhooknetwork egressreads sensitive data
  • delete_webhooknetwork egress
  • add_shipping_zone_methodno sensitive capability
  • batch_update_attribute_termsno sensitive capability
  • batch_update_variationsno sensitive capability
  • cleanup_orphaned_mediano sensitive capability
  • create_attributeno sensitive capability
  • create_attribute_termno sensitive capability
  • create_brandno sensitive capability
Show 91 more tools ↓
  • create_categoryno sensitive capability
  • create_couponno sensitive capability
  • create_customerno sensitive capability
  • create_orderno sensitive capability
  • create_order_noteno sensitive capability
  • create_order_refundno sensitive capability
  • create_productno sensitive capability
  • create_shipping_classno sensitive capability
  • create_shipping_zoneno sensitive capability
  • create_tagno sensitive capability
  • create_tax_classno sensitive capability
  • create_tax_rateno sensitive capability
  • create_variationno sensitive capability
  • delete_attributeno sensitive capability
  • delete_attribute_termno sensitive capability
  • delete_brandno sensitive capability
  • delete_categoryno sensitive capability
  • delete_couponno sensitive capability
  • delete_mediano sensitive capability
  • delete_orderno sensitive capability
  • delete_order_noteno sensitive capability
  • delete_order_refundno sensitive capability
  • delete_productno sensitive capability
  • delete_product_reviewno sensitive capability
  • delete_shipping_classno sensitive capability
  • delete_shipping_zoneno sensitive capability
  • delete_shipping_zone_methodno sensitive capability
  • delete_tagno sensitive capability
  • delete_tax_classno sensitive capability
  • delete_tax_rateno sensitive capability
  • get_attributeno sensitive capability
  • get_brandno sensitive capability
  • get_categoryno sensitive capability
  • get_couponno sensitive capability
  • get_customerno sensitive capability
  • get_customer_totalsno sensitive capability
  • get_orderno sensitive capability
  • get_order_totalsno sensitive capability
  • get_payment_gatewayno sensitive capability
  • get_productno sensitive capability
  • get_product_reviewno sensitive capability
  • get_product_totalsno sensitive capability
  • get_sales_reportno sensitive capability
  • get_settingsno sensitive capability
  • get_shipping_zoneno sensitive capability
  • get_system_statusno sensitive capability
  • get_tagno sensitive capability
  • get_tax_rateno sensitive capability
  • get_top_sellersno sensitive capability
  • get_variationno sensitive capability
  • get_webhookno sensitive capability
  • list_attribute_termsno sensitive capability
  • list_attributesno sensitive capability
  • list_brandsno sensitive capability
  • list_categoriesno sensitive capability
  • list_countriesno sensitive capability
  • list_couponsno sensitive capability
  • list_currenciesno sensitive capability
  • list_customersno sensitive capability
  • list_mediano sensitive capability
  • list_order_notesno sensitive capability
  • list_order_refundsno sensitive capability
  • list_ordersno sensitive capability
  • list_payment_gatewaysno sensitive capability
  • list_product_reviewsno sensitive capability
  • list_productsno sensitive capability
  • list_setting_groupsno sensitive capability
  • list_shipping_classesno sensitive capability
  • list_shipping_zone_methodsno sensitive capability
  • list_shipping_zonesno sensitive capability
  • list_system_toolsno sensitive capability
  • list_tagsno sensitive capability
  • list_tax_classesno sensitive capability
  • list_tax_ratesno sensitive capability
  • list_variationsno sensitive capability
  • list_webhooksno sensitive capability
  • run_system_toolno sensitive capability
  • update_brandno sensitive capability
  • update_categoryno sensitive capability
  • update_couponno sensitive capability
  • update_customerno sensitive capability
  • update_orderno sensitive capability
  • update_payment_gatewayno sensitive capability
  • update_productno sensitive capability
  • update_product_reviewno sensitive capability
  • update_settingno sensitive capability
  • update_shipping_zoneno sensitive capability
  • update_shipping_zone_methodno sensitive capability
  • update_tagno sensitive capability
  • update_tax_rateno sensitive capability
  • update_variationno sensitive capability

Toxic flows 3

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v1.2.0 latest A 94/100 5 1.13.0 2026-09-07

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 94/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/amitgurbani-mcp-server-woocommerce/badge.svg)](https://mcptrustchecker.com/registry/amitgurbani-mcp-server-woocommerce)
HTML
<a href="https://mcptrustchecker.com/registry/amitgurbani-mcp-server-woocommerce"><img src="https://mcptrustchecker.com/registry/amitgurbani-mcp-server-woocommerce/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/amitgurbani-mcp-server-woocommerce/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan @amitgurbani/mcp-server-woocommerce --online

Use the free API → How scoring works

Other implementations of Woocommerce 7

Independent packages implementing the same tool, scanned with the same engine. Compare all 8 side by side →

More in Content Management