{
  "markdown": "# Ecommerce Prompts — free ChatGPT prompt library + MCP server\n\n[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n\n**924 free, copy-and-run ChatGPT prompts for online stores** — across **43 store categories**\n(skincare, coffee, apparel, jewelry, supplements, pet, …) and **10 marketing tasks**\n(product descriptions, ads, email, SEO, social, copywriting, …). Each prompt has fill-in-the-blank\nvariables and a recommended AI model.\n\nBrowse the searchable, copy-and-run version at **<https://www.xpay.sh/prompts/>**.\n\n- 📚 **Prompts as Markdown:** [`prompts/`](./prompts/) — one file per collection, all 924 prompts, free to copy.\n- 🔌 **MCP server** (below) — let ChatGPT/Claude/Cursor pull these prompts as tools.\n\n## Prompts\n\nSee [`prompts/README.md`](./prompts/README.md) for the full index. Every collection also has a live,\nsearchable page under `https://www.xpay.sh/prompts/`.\n\n## MCP server\n\nA hosted, **open, key-free** [Model Context Protocol](https://modelcontextprotocol.io) server exposes\nthe library to AI assistants.\n\n**Endpoint:** `https://prompts-mcp.xpay.sh/mcp` (Streamable HTTP — no API key required)\n\n| Tool | What it does |\n|------|--------------|\n| `list_collections` | List all 53 collections (categories + marketing tasks) |\n| `get_collection_prompts` | Get every prompt in a collection (full template + variables + recommended model) |\n| `search_prompts` | Keyword-search all 924 prompts |\n| `get_prompt` | Fetch one prompt by id |\n\nAdd it to an MCP client (e.g. Claude Desktop / Cursor):\n\n```json\n{\n  \"mcpServers\": {\n    \"ecommerce-prompts\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://prompts-mcp.xpay.sh/mcp\"\n    }\n  }\n}\n```\n\nThe server implementation is in [`src/handler.js`](./src/handler.js); the prompt data is\n[`src/prompts-data.json`](./src/prompts-data.json). Registry manifest: [`server.json`](./server.json).\n\n## License\n\n[MIT](LICENSE). Prompts are free to copy and use. Built by [xpay](https://www.xpay.sh) — agentic commerce for online stores.\n",
  "bytes": 2087,
  "sha": "9942dec86a989e4c5402aba03099d5d54c93f6d9290832f69f24a88445b2fd59",
  "repo_slug": "xpaysh/ecommerce-prompts-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_xpaysh_ecommerce_prompts_mcp_86b1e0df/readme"
}