MCP Server Template
JSON →A starter template for building a Model Context Protocol (MCP) server using TypeScript and Node.js.
Install
npx magento-mcp-remote-server Tools · 5
- get-product-details Fetch product details for a given product ID from the Magento API.
- get-todays-orders Fetch all orders placed today from the Magento API.
- create-customer Create a new customer in Magento.
- create-simple-product Create a new simple product in Magento.
- search-product-details Search for product details by SKU, name, or ID from the Magento API.
Environment variables
MAGENTO_API_URL
Links
★ 1 GitHub stars