Labsco
iranimij logo

MCP Server Template

โ˜… 1

from iranimij

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

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

@iranimij/magento-mcp-remote-server

A remote Model Context Protocol (MCP) server for integrating with the Magento 2 MCP server module. This library provides a CLI server that exposes tools for demonstration and for fetching product details from a Magento backend. It is intended to be used in conjunction with the Magento 2 module to enable AI and remote automation features for your Magento store.

Tools

This server exposes the following tools. Click each tool for detailed documentation:


Example Output

Below is an example output for a product search using the search-product-details tool:

Example product search output


Development

  • Written in TypeScript. Source in src/.
  • Easily extensible with custom tools.