# Ecommerce Store Mcp

> MCP (Model Context Protocol) server built with Node.js that provides contextual ecommerce tools such as product listing, retrieval, cart management, and shopping policy access for intelligent agent interactions

- **Type:** MCP server
- **Install:** `agentstack add mcp-khesayed-ecommerce-store-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [khesayed](https://agentstack.voostack.com/s/khesayed)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [khesayed](https://github.com/khesayed)
- **Source:** https://github.com/khesayed/ecommerce-store-mcp

## Install

```sh
agentstack add mcp-khesayed-ecommerce-store-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# ecommerce-store-mcp

**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

```bash
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/`

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [khesayed](https://github.com/khesayed)
- **Source:** [khesayed/ecommerce-store-mcp](https://github.com/khesayed/ecommerce-store-mcp)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-khesayed-ecommerce-store-mcp
- Seller: https://agentstack.voostack.com/s/khesayed
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
