Magento 2 MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAGENTO_BASE_URL | Yes | The base URL of your Magento 2 REST API (e.g., https://YOUR_DOMAIN/rest/V1) | |
| MAGENTO_API_TOKEN | Yes | Your Magento 2 API token from System > Integrations in the Magento admin |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_product_by_skuC | Get detailed information about a product by its SKU |
| search_productsC | Search for products using Magento search criteria |
| get_product_categoriesC | Get categories for a specific product by SKU |
| get_related_productsC | Get products related to a specific product by SKU |
| get_product_stockC | Get stock information for a product by SKU |
| get_product_attributesC | Get all attributes for a product by SKU |
| get_product_by_idB | Get detailed information about a product by its ID |
| advanced_product_searchC | Search for products with advanced filtering options |
| update_product_attributeC | Update a specific attribute of a product by SKU |
| get_revenueB | Get the total revenue for a given date range |
| get_order_countC | Get the number of orders for a given date range |
| get_product_salesB | Get statistics about the quantity of products sold in a given date range |
| get_revenue_by_countryC | Get revenue filtered by country for a given date range |
| get_customer_ordered_products_by_emailC | Get all ordered products for a customer by email address |
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/boldcommerce/magento2-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server