MCP Servers / development / MCP Server Template

MCP Server Template

JSON →
none1development

A starter template for building a Model Context Protocol (MCP) server using TypeScript and Node.js.

Install
How to run this server
[ { "cmd": "npx magento-mcp-remote-server", "imports": [] } ]
server path: mcp-server-template
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envMAGENTO_API_URL
Resources
MCP Server Template — MCP Server · libregistry