Manage your GoodBarber eCommerce, Community, and Membership app via natural language.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
44 AI-powered skills to manage your GoodBarber app with any MCP-compatible client β eCommerce, Community, Membership, and CMS.
Listed on Smithery.
These skills connect to the GoodBarber MCP server and give your AI assistant structured workflows to manage your products, orders, customers, promotions, subscriptions, content, 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 shop-best-sellers skill, which automatically fetches your orders and catalog, computes rankings, and returns a formatted report.
The repo is a Claude Code plugin: it ships the GoodBarber MCP server (.mcp.json) and the 44 skills in one package.
Once the plugin is listed in the community marketplace, install it from any session instead:
On the first GoodBarber tool call, Claude Code opens the authorization page: paste your Public API key and validate. Details in SETUP.md.
You need to add the GoodBarber MCP server as a custom connector in your client. The server implements the MCP 2026-07-28 protocol over Streamable HTTP (earlier handshake-era clients still connect). The /mcp/sse path name is historical and kept only for backward compatibility.
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.
Authentication: the GoodBarber MCP server uses a browser-based OAuth flow.
When your MCP client connects to the MCP endpoint, it may open an authorization page on
mcp.goodbarber.dev. On that page, you will be asked to paste your GoodBarber Public API key and validate the authorization. Generate your Public API key from your app's GoodBarber backoffice, on the Public API / MCP server page.Important:
- Do not open the
/authorizeURL manually in your browser.- Start from the MCP client by connecting to the MCP endpoint.
- The client generates the full authorization request parameters automatically (
redirect_uri,client_id,state,code_challenge, etc.).If you open the authorization page manually without those parameters, the authentication will fail.
Claude Desktop (Cowork):
Claude Code (CLI):
Then start a Claude Code session β on the first GoodBarber tool call, the CLI will open the GoodBarber authorization page in your browser. Paste your Public API key there and validate to complete the OAuth flow.
Cursor / VS Code / Windsurf:
Add to your MCP configuration file (.cursor/mcp.json, .vscode/mcp.json, etc.):
The first connection from your client triggers the OAuth flow in your browser β paste your Public API key on the GoodBarber authorization page and validate.
Cline:
Open MCP Servers in Cline, choose "Remote server", transport Streamable HTTP, URL https://mcp.goodbarber.dev/mcp/sse, or add this to cline_mcp_settings.json:
On the first connection Cline opens the GoodBarber authorization page in your browser β paste your Public API token there and validate. No API key in the config, no environment variable. Agents can also follow llms-install.md.
Any other MCP-compatible client:
Point your client to the MCP endpoint above (Streamable HTTP). 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:
Note: the examples below use Claude's local skills directory (
~/.claude/skills/). If you use another client, copy the skill folders to the directory expected by that client.
eCommerce app:
Community app:
Membership app:
CMS / Content (any app with content sections):
Tip: CMS skills are cross-cutting β install them alongside any app type that has content sections (articles, agenda, maps, galleries, videos, sounds).
Tip: If your GoodBarber app combines multiple types (e.g. eCommerce + Membership), install skills from both directories.
Note: skill directory names carry their family prefix (
shop-,community-,membership-,cms-) and are unique, so skills from several families can live in the same destination without collisions.
Ask your AI assistant: "What skills do you have?" β it should list the installed GoodBarber skills.
The same package is a Grok Build plugin: .grok-plugin/plugin.json lists the 44 skills and .mcp.json declares the GoodBarber MCP server.
Once the plugin is listed in the xAI plugin marketplace, install it by name instead (grok plugin install goodbarber --trust) or pick it in /marketplace.
On the first GoodBarber tool call, Grok opens the authorization page in your browser: paste your Public API key and validate. Use /mcps to check the connection and /skills to list the 44 skills. Details in SETUP.md.
| Skill | Description |
|---|---|
shop-best-sellers | Rank products by sales volume and revenue over a given period |
shop-catalog-audit | Detect incomplete product sheets (missing images, descriptions, variants) |
shop-low-performers | Identify products with zero or very low sales |
shop-orphan-products | Find products not assigned to any collection |
shop-product-launch | Guided creation of a full product with variants, images, and SEO |
shop-stock-check | Audit stock levels β flag out-of-stock and low-stock items |
shop-reorder-planner | Generate a supplier-ready replenishment queue based on sales velocity |
| Skill | Description |
|---|---|
shop-order-followup | To-do list of orders to process (pending, to ship, to deliver) |
shop-customer-insights | Segment customers into VIP, loyal, dormant, and one-shot profiles |
shop-rfm-segmentation | Recency / Frequency / Monetary customer segmentation |
shop-prospect-nurture | Prioritize prospects and suggest conversion actions |
| Skill | Description |
|---|---|
shop-promo-campaign | Create a promo code + send an announcement push in one workflow |
shop-promo-performance-review | Analyze promo impact: before, during, and after the campaign |
| Skill | Description |
|---|---|
shop-traffic-report | App-level analytics: page views, launches, sessions, platforms |
shop-kpi-monitor | Threshold-based daily/weekly KPI health alerts |
shop-weekly-digest | Automated weekly business recap |
shop-push-broadcast | Compose, preview, schedule, and send a push notification to all customers |
shop-push-targeted | Compose, preview, schedule, and send a push to specific customers or prospects |
| Skill | Description |
|---|---|
community-traffic-report | App analytics: page views, launches, sessions by platform |
community-push-broadcast | Send a push to everyone or to specific community groups |
community-push-targeted | Send a push to specific community users |
community-device-landscape | Platform distribution, top devices, OS versions |
community-weekly-digest | Weekly community activity recap |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/goodbarber-public-mcp)<a href="https://allmcps.com/mcp/goodbarber-public-mcp"><img src="https://allmcps.com/api/badge/goodbarber-public-mcp?style=directory" alt="Goodbarber Public MCP on AllMCPs" /></a>