Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WP_URLYesBase URL of the WordPress/WooCommerce site, e.g. https://shop.example.com
WC_CONSUMER_KEYNoWooCommerce REST API consumer key (required for product/order/sales tools)
WC_CONSUMER_SECRETNoWooCommerce REST API consumer secret (required for product/order/sales tools)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_products

List or search WooCommerce products. Returns id, name, sku, price, stock status and permalink.

get_product

Get a single WooCommerce product by id, with full details.

list_orders

List recent WooCommerce orders, newest first. Optionally filter by status.

sales_reportA

WooCommerce sales totals for a period (week, month, last_month, year). Gross sales, orders, items.

search_postsA

Search published WordPress blog posts (public REST API, no WooCommerce keys required).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools serve entirely different purposes: one provides WooCommerce sales reports, the other searches WordPress blog posts. There is zero overlap in functionality, making it impossible to confuse them.

Naming Consistency2/5

Tool names use different patterns: 'sales_report' is a noun phrase, while 'search_posts' follows a verb_noun pattern. This inconsistency makes the set feel ad hoc rather than systematically named.

Tool Count2/5

With only 2 tools for a 'woocommerce-mcp' server, the count is far too low. While a minimal server could be justified, the expected scope for WooCommerce typically includes many more operations (e.g., products, orders, customers).

Completeness1/5

The tool surface is severely incomplete for WooCommerce. Key operations like managing products, orders, or customers are entirely missing, and the inclusion of a general WordPress search tool unrelated to e-commerce does not address the core domain.

Maintenance

ActivityActive
ResponsivenessNo issues