# ecommerce-prompts-mcp [Health: Active]

**Category:** 🛒 E-Commerce  
**Repository:** https://github.com/xpaysh/ecommerce-prompts-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/ecommerce-prompts-mcp

## Description
Free copy-and-run ChatGPT prompts for online stores: 924 prompts, 43 categories + 10 tasks.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "ecommerce-prompts-mcp": {
    "url": "https://awesome.re/badge.svg)](https://awesome.re"
  }
}
```

## Documentation & README

# Ecommerce Prompts — free ChatGPT prompt library + MCP server

[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

**924 free, copy-and-run ChatGPT prompts for online stores** — across **43 store categories**
(skincare, coffee, apparel, jewelry, supplements, pet, …) and **10 marketing tasks**
(product descriptions, ads, email, SEO, social, copywriting, …). Each prompt has fill-in-the-blank
variables and a recommended AI model.

Browse the searchable, copy-and-run version at **<https://www.xpay.sh/prompts/>**.

- 📚 **Prompts as Markdown:** [`prompts/`](https://github.com/xpaysh/ecommerce-prompts-mcp/blob/HEAD/prompts/) — one file per collection, all 924 prompts, free to copy.
- 🔌 **MCP server** (below) — let ChatGPT/Claude/Cursor pull these prompts as tools.

## Prompts

See [`prompts/README.md`](https://github.com/xpaysh/ecommerce-prompts-mcp/blob/HEAD/prompts/README.md) for the full index. Every collection also has a live,
searchable page under `https://www.xpay.sh/prompts/`.

## MCP server

A hosted, **open, key-free** [Model Context Protocol](https://modelcontextprotocol.io) server exposes
the library to AI assistants.

**Endpoint:** `https://prompts-mcp.xpay.sh/mcp` (Streamable HTTP — no API key required)

| Tool | What it does |
|------|--------------|
| `list_collections` | List all 53 collections (categories + marketing tasks) |
| `get_collection_prompts` | Get every prompt in a collection (full template + variables + recommended model) |
| `search_prompts` | Keyword-search all 924 prompts |
| `get_prompt` | Fetch one prompt by id |

Add it to an MCP client (e.g. Claude Desktop / Cursor):

```json
{
  "mcpServers": {
    "ecommerce-prompts": {
      "type": "streamable-http",
      "url": "https://prompts-mcp.xpay.sh/mcp"
    }
  }
}
```

The server implementation is in [`src/handler.js`](https://github.com/xpaysh/ecommerce-prompts-mcp/blob/HEAD/src/handler.js); the prompt data is
[`src/prompts-data.json`](https://github.com/xpaysh/ecommerce-prompts-mcp/blob/HEAD/src/prompts-data.json). Registry manifest: [`server.json`](https://github.com/xpaysh/ecommerce-prompts-mcp/blob/HEAD/server.json).

## License

[MIT](https://github.com/xpaysh/ecommerce-prompts-mcp/blob/HEAD/LICENSE). Prompts are free to copy and use. Built by [xpay](https://www.xpay.sh) — agentic commerce for online stores.

