Skip to main content
Glama
opestro

woocommerce-mcp-server

by opestro

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WOOCOMMERCE_URLYesThe URL of your WooCommerce store (e.g., https://your-store.com)
WOOCOMMERCE_CONSUMER_KEYYesYour WooCommerce consumer key
WOOCOMMERCE_CONSUMER_SECRETYesYour WooCommerce consumer secret

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
getRecentOrdersD
getOrderByIdD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one retrieves recent orders, the other retrieves a single order by ID. There is no overlap in their purposes.

Naming Consistency5/5

Both tools follow a consistent camelCase verb_noun pattern (getRecentOrders, getOrderById), making naming predictable.

Tool Count2/5

With only 2 tools for a WooCommerce server, the tool surface is far too thin for the typical scope of e-commerce operations.

Completeness1/5

The server only provides order retrieval, missing critical CRUD operations for orders, products, customers, and other WooCommerce entities.

Maintenance

ActivityInactive
ResponsivenessNo issues