Configuration
MCP for WooCommerce Settings
General Settings
Enable MCP functionality
Toggle to enable or disable the MCP plugin functionality.
Note for Webtalkbot users:
JWT Authentication is recommended if you want to create a WooCommerce AI Agent in Webtalkbot.
Require JWT Authentication
When enabled, all MCP requests must include a valid JWT token. When disabled, MCP endpoints are accessible without authentication (readonly mode only).
Authentication Settings
JWT Authentication Configuration
Configuration Options
The settings page allows you to:
- Enable/Disable MCP functionality: Control whether the MCP plugin is active
- JWT Authentication: Configure secure authentication for MCP endpoints
- Access Control: Determine if endpoints require authentication or operate in readonly mode
Security Considerations
When JWT Authentication is enabled:
- All MCP requests must include a valid JWT token
- Provides secure access to WordPress content through MCP protocol
- Recommended for production environments
When JWT Authentication is disabled:
- MCP endpoints are accessible without authentication
- Operates in readonly mode only
- Suitable for development or public read-only access