streamable-httpMITupdated 1mo ago
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.
What can you do with ecommerce prompts mcp?
Ecommerce Prompts — free ChatGPT prompt library + MCP server
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/— 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 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 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):
{
"mcpServers": {
"ecommerce-prompts": {
"type": "streamable-http",
"url": "https://prompts-mcp.xpay.sh/mcp"
}
}
}
The server implementation is in src/handler.js; the prompt data is
src/prompts-data.json. Registry manifest: server.json.
License
MIT. Prompts are free to copy and use. Built by xpay — agentic commerce for online stores.
Install
Add ecommerce prompts mcp to your client. Pick the one you use.
claude mcp add --transport http ecommerce-prompts-mcp https://prompts-mcp.xpay.sh/mcpcodex mcp add ecommerce-prompts-mcp --url https://prompts-mcp.xpay.sh/mcp{
"mcpServers": {
"ecommerce-prompts-mcp": {
"url": "https://prompts-mcp.xpay.sh/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ecommerce-prompts-mcp": {
"type": "http",
"url": "https://prompts-mcp.xpay.sh/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ecommerce-prompts-mcp": {
"url": "https://prompts-mcp.xpay.sh/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ecommerce-prompts-mcp": {
"serverUrl": "https://prompts-mcp.xpay.sh/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 36 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 27, 2026 |