home / mcp / woocommerce mcp server
Provides read-only access to WooCommerce data and WordPress content via MCP endpoints for AI integrations.
Configuration
View docs{
"mcpServers": {
"iosdevsk-mcp-for-woocommerce": {
"url": "https://your-site.com/wp-json/wp/v2/wpmcp/streamable",
"headers": {
"JWT_TOKEN": "YOUR_JWT",
"WP_API_URL": "https://your-site.com"
}
}
}
}You turn your WordPress and WooCommerce store into an AI-accessible data source. This MCP server exposes public store data and WordPress content through read-only endpoints, so you can build AI assistants that answer questions with product links, categories, reviews, and more without exposing sensitive customer data.
Connect your MCP client to the Streamable HTTP endpoint to enable modern, low-latency access to your WooCommerce data. Use the read-only tools to search products, fetch details and variations, explore categories and attributes, read reviews, and retrieve related content from WordPress posts and pages. Always include product permalinks in responses to give customers clickable links to items.
Primary universal search for products, including permalink fields for clickable product links.
Fetch a product by ID with permalink included.
Retrieve all variations for a variable product, each with a permalink.
Get a specific variation by ID with permalink.
Intelligent fallback search across products and attributes.
Analyze user queries to suggest search parameters.
Helper for mapping queries to categories or tags.
Query products filtered by brand attribute.
Query products by category.
Filter products by multiple attributes.
Multi-criteria filtering (brand, category, price, attributes).
List product categories.
List product tags.
Global attribute definitions.
Attribute by ID.
Terms for an attribute (e.g., Red, Blue for Color).
List reviews with filters and pagination.
Single review by ID.
List shipping zones.
Detail for a shipping zone.
List shipping methods.
List shipping locations.
List payment gateways.
Detail for a payment gateway.
List tax classes.
List tax rates.
Retrieve system status.
List system tools.
List WordPress posts.
Get a WordPress post by ID.
List WordPress pages.
Get a WordPress page by ID.