Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ecommerce Store

FreeNot checked

Enables intelligent ecommerce tools for agents and applications, including product catalog access, product addition, and shopping policies.

GitHubEmbed

About

Enables intelligent ecommerce tools for agents and applications, including product catalog access, product addition, and shopping policies.

README

ecommerce-store-mcp is a Model Context Protocol (MCP) server built with Node.js that offers intelligent ecommerce tools for agents and applications. It enables contextual access to product catalogs, and store policies.

Features

  • 🔍 List and retrieve product information
  • ➕ Add products
  • 📄 Display ecommerce shopping policies
  • 🤖 Context-aware support for AI agents as a FAQ resource

Getting Started

Prerequisites

  • Node.js (v18 or later)
  • npm
  • Cluade desktop, or VSCode (tools only)

Installation

git clone https://github.com/your-username/ecommerce-store-mcp.git
cd ecommerce-store-mcp
npm install
npm run build

Activating MCP

Cluade

{
  "mcpServers": {
    "ecommerce-store-mcp": {
      "command": "${PATH_TO_NODE}",
      "args": [
        "${PATH_TO_MCP_SERVER_DIR}/ecommerce-store-mcp/build/index.js"
      ],
      "env": { "API_BASE_URL": "https://fakestoreapi.com" }
    }
  }
}

Inspector

npx @modelcontextprotocol/inspector ${PATH_TO_NODE} build/index.js

Then in the browser: http://127.0.0.1:6274/

from github.com/khesayed/ecommerce-store-mcp

Installing Ecommerce Store

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/khesayed/ecommerce-store-mcp

FAQ

Is Ecommerce Store MCP free?

Yes, Ecommerce Store MCP is free — one-click install via Unyly at no cost.

Does Ecommerce Store need an API key?

No, Ecommerce Store runs without API keys or environment variables.

Is Ecommerce Store hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Ecommerce Store in Claude Desktop, Claude Code or Cursor?

Open Ecommerce Store on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Ecommerce Store with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs