Server data from the Official MCP Registry
Manage your GoodBarber eCommerce, Community, and Membership app via natural language.
Manage your GoodBarber eCommerce, Community, and Membership app via natural language.
Remote endpoints: sse: https://mcp.goodbarber.dev/mcp/sse
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"dev-goodbarber-goodbarber-public-mcp": {
"url": "https://mcp.goodbarber.dev/mcp/sse"
}
}
}From the project's GitHub README.
30 AI-powered skills to manage your GoodBarber app with any MCP-compatible client — eCommerce, Community, and Membership.
These skills connect to the GoodBarber MCP server and give your AI assistant structured workflows to manage your products, orders, customers, promotions, subscriptions, analytics, and more — all from a conversational interface.
Skills are instruction files (.md) that teach an AI assistant how to perform specific tasks using your GoodBarber app's API via MCP (Model Context Protocol). Instead of manually calling API tools one by one, a skill orchestrates the full workflow — from data retrieval to formatted report — in a single natural-language request.
For example, asking "Show me my best sellers this month" triggers the best-sellers skill, which automatically fetches your orders and catalog, computes rankings, and returns a formatted report.
You need to add the GoodBarber MCP server as a custom connector in your client. The MCP server uses Server-Sent Events (SSE).
MCP Server URLs:
| Setup | URL |
|---|---|
| Single app | https://mcp.goodbarber.dev/mcp/sse |
| Multiple apps | https://mcp.goodbarber.dev/<app_id>/mcp/sse |
Replace <app_id> with your GoodBarber app ID if you manage multiple apps.
Claude Desktop (Cowork):
Claude Code (CLI):
# Single app
claude mcp add goodbarber --transport sse https://mcp.goodbarber.dev/mcp/sse
# Multiple apps
claude mcp add goodbarber --transport sse https://mcp.goodbarber.dev/<app_id>/mcp/sse
Cursor / VS Code / Windsurf:
Add to your MCP configuration file (.cursor/mcp.json, .vscode/mcp.json, etc.):
{
"mcpServers": {
"goodbarber": {
"url": "https://mcp.goodbarber.dev/mcp/sse"
}
}
}
Any other MCP-compatible client:
Point your client to the SSE endpoint above. The GoodBarber MCP server follows the standard MCP protocol and works with any compliant client.
Clone this repo and copy only the skills for your app type:
git clone https://github.com/goodbarber/goodbarber-skills.git
eCommerce app:
cp -r goodbarber-skills/skills/ecommerce/* ~/.claude/skills/
Community app:
cp -r goodbarber-skills/skills/community/* ~/.claude/skills/
Membership app:
cp -r goodbarber-skills/skills/membership/* ~/.claude/skills/
Tip: If your GoodBarber app combines multiple types (e.g. eCommerce + Membership), install skills from both directories.
Ask your AI assistant: "What skills do you have?" — it should list the installed GoodBarber skills.
| Skill | Description |
|---|---|
best-sellers | Rank products by sales volume and revenue over a given period |
catalog-audit | Detect incomplete product sheets (missing images, descriptions, variants) |
low-performers | Identify products with zero or very low sales |
orphan-products | Find products not assigned to any collection |
product-launch | Guided creation of a full product with variants, images, and SEO |
stock-check | Audit stock levels — flag out-of-stock and low-stock items |
reorder-planner | Generate a supplier-ready replenishment queue based on sales velocity |
| Skill | Description |
|---|---|
order-followup | To-do list of orders to process (pending, to ship, to deliver) |
customer-insights | Segment customers into VIP, loyal, dormant, and one-shot profiles |
rfm-segmentation | Recency / Frequency / Monetary customer segmentation |
prospect-nurture | Prioritize prospects and suggest conversion actions |
| Skill | Description |
|---|---|
promo-campaign | Create a promo code + send an announcement push in one workflow |
promo-performance-review | Analyze promo impact: before, during, and after the campaign |
| Skill | Description |
|---|---|
traffic-report | App-level analytics: page views, launches, sessions, platforms |
kpi-monitor | Threshold-based daily/weekly KPI health alerts |
weekly-digest | Automated weekly business recap |
push-broadcast | Compose, preview, and send a push notification to all customers |
| Skill | Description |
|---|---|
traffic-report | App analytics: page views, launches, sessions by platform |
push-broadcast | Send a push to everyone or to a specific community group |
device-landscape | Platform distribution, top devices, OS versions |
weekly-digest | Weekly community activity recap |
| Skill | Description |
|---|---|
subscription-audit | Active vs expired, churn rate, at-risk subscribers, winback opportunities |
expiration-calendar | Upcoming subscription expirations timeline |
longest-subscribers | Identify your most loyal long-term subscribers |
internal-subscription-grant | Create, update, or revoke internal subscriptions |
| Skill | Description |
|---|---|
prospect-followup | Prioritize membership prospects for conversion |
traffic-report | App analytics: page views, launches, sessions by platform |
push-broadcast | Send a push notification to all subscribers |
device-landscape | Platform distribution, top devices, OS versions |
weekly-digest | Weekly membership business recap |
"Show me my best sellers this month"
→ best-sellers
"Any products running low on stock?"
→ stock-check
"Create a 20% promo code for summer and notify everyone"
→ promo-campaign
"How's my churn rate looking?"
→ subscription-audit
"Send a push to the Paris group: meetup Friday at 7pm"
→ push-broadcast (community)
"Give me my weekly digest"
→ weekly-digest
All skills follow these rules:
These skills work with any MCP-compatible AI client, including:
goodbarber-skills/
├── README.md
└── skills/
├── ecommerce/
│ ├── best-sellers/SKILL.md
│ ├── catalog-audit/SKILL.md
│ ├── customer-insights/SKILL.md
│ ├── ...
│ └── weekly-digest/SKILL.md
├── community/
│ ├── device-landscape/SKILL.md
│ ├── push-broadcast/SKILL.md
│ ├── traffic-report/SKILL.md
│ └── weekly-digest/SKILL.md
└── membership/
├── subscription-audit/SKILL.md
├── expiration-calendar/SKILL.md
├── ...
└── weekly-digest/SKILL.md
Want to add a skill? Create a folder in skills/<app-type>/ with a SKILL.md file. Follow the existing format: YAML frontmatter (name, description, compatibility) + markdown instructions with tool workflow, input/output contracts, and guardrails.
The Unlicense — public domain, no restrictions.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by Taylorwilsdon · Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI