mcp-server-woocommerce
by AmitGurbani
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Platform-provided port (Hostinger, Railway); overrides MCP_PORT | |
| MCP_PORT | No | HTTP server port (default: 3000) | 3000 |
| AUTH0_DOMAIN | No | Auth0 tenant URL for OAuth 2.1 (Claude.ai Connectors) | |
| MCP_TRANSPORT | No | Set to http for remote HTTP access (default: stdio) | stdio |
| AUTH0_AUDIENCE | No | Auth0 API identifier for OAuth 2.1 | |
| MCP_AUTH_TOKEN | No | Bearer token for HTTP auth (required when MCP_TRANSPORT=http) | |
| MCP_SERVER_URL | No | Public server URL for OAuth 2.1 discovery | |
| WORDPRESS_SITE_URL | Yes | WordPress store URL (e.g. https://store.example.com) | |
| WORDPRESS_USERNAME | No | WordPress admin username (for media tools) | |
| WORDPRESS_APP_PASSWORD | No | WordPress Application Password (for media tools) | |
| WOOCOMMERCE_CONSUMER_KEY | Yes | WooCommerce REST API consumer key (ck_...) | |
| WOOCOMMERCE_MCP_READ_ONLY | No | Set to true to block all write/delete operations (safe exploration mode) | false |
| WOOCOMMERCE_CONSUMER_SECRET | Yes | WooCommerce REST API consumer secret (cs_...) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AmitGurbani/mcp-server-woocommerce'
If you have feedback or need assistance with the MCP directory API, please join our Discord server