Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ›’ E-Commerce
  3. Goodbarber Public Mcp
G
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:38:54 PM

Goodbarber Public Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Manage your GoodBarber eCommerce, Community, and Membership app via natural language.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "goodbarber-public-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "goodbarber-public-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ›’ More in E-Commerce

Documentation Overview

GoodBarber Skills

44 AI-powered skills to manage your GoodBarber app with any MCP-compatible client β€” eCommerce, Community, Membership, and CMS.

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.


What are Skills?

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.


Quick Start

1. Connect the GoodBarber MCP

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:

SetupURL
Single apphttps://mcp.goodbarber.dev/mcp/sse
Multiple appshttps://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 SSE 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 /authorize URL manually in your browser.
  • Start from the MCP client by connecting to the SSE 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):

  1. Open Settings > Connectors
  2. Click Add custom connector
  3. Enter the MCP server URL above
  4. The connector opens the GoodBarber authorization page β€” paste your Public API key there and validate

Claude Code (CLI):

bash
# 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

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.):

config.json
{
  "mcpServers": {
    "goodbarber": {
      "url": "https://mcp.goodbarber.dev/mcp/sse"
    }
  }
}

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.

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.

2. Install the skills

Clone this repo and copy only the skills for your app type:

bash
git clone https://github.com/goodbarber/goodbarber-skills.git

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:

bash
cp -r goodbarber-skills/skills/ecommerce/* ~/.claude/skills/

Community app:

bash
cp -r goodbarber-skills/skills/community/* ~/.claude/skills/

Membership app:

bash
cp -r goodbarber-skills/skills/membership/* ~/.claude/skills/

CMS / Content (any app with content sections):

bash
cp -r goodbarber-skills/skills/cms/* ~/.claude/skills/

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.

Warning: some skill names are shared across app types (for example weekly-digest, traffic-report, push-broadcast, or push-targeted). If you install skills from multiple directories into the same destination, rename them or place them in separate namespaces to avoid collisions.

3. Verify

Ask your AI assistant: "What skills do you have?" β€” it should list the installed GoodBarber skills.


Skills by App Type

eCommerce (18 skills)

Catalog & Products
SkillDescription
best-sellersRank products by sales volume and revenue over a given period
catalog-auditDetect incomplete product sheets (missing images, descriptions, variants)
low-performersIdentify products with zero or very low sales
orphan-productsFind products not assigned to any collection
product-launchGuided creation of a full product with variants, images, and SEO
stock-checkAudit stock levels β€” flag out-of-stock and low-stock items
reorder-plannerGenerate a supplier-ready replenishment queue based on sales velocity
Orders & Customers
SkillDescription
order-followupTo-do list of orders to process (pending, to ship, to deliver)
customer-insightsSegment customers into VIP, loyal, dormant, and one-shot profiles
rfm-segmentationRecency / Frequency / Monetary customer segmentation
prospect-nurturePrioritize prospects and suggest conversion actions
Promotions
SkillDescription
promo-campaignCreate a promo code + send an announcement push in one workflow
promo-performance-reviewAnalyze promo impact: before, during, and after the campaign
Analytics & Communication
SkillDescription
traffic-reportApp-level analytics: page views, launches, sessions, platforms
kpi-monitorThreshold-based daily/weekly KPI health alerts
weekly-digestAutomated weekly business recap
push-broadcastCompose, preview, schedule, and send a push notification to all customers
push-targetedCompose, preview, schedule, and send a push to specific customers or prospects

Community (5 skills)

SkillDescription
traffic-reportApp analytics: page views, launches, sessions by platform
push-broadcastSend a push to everyone or to specific community groups
push-targetedSend a push to specific community users
device-landscapePlatform distribution, top devices, OS versions
weekly-digestWeekly community activity recap

Membership (10 skills)

Subscriptions
SkillDescription
subscription-auditActive vs expired, churn rate, at-risk subscribers, winback opportunities
expiration-calendarUpcoming subscription expirations timeline
longest-subscribersIdentify your most loyal long-term subscribers
internal-subscription-grantCreate, update, or revoke internal subscriptions
Users & Analytics
SkillDescription
prospect-followupPrioritize membership prospects for conversion
traffic-reportApp analytics: page views, launches, sessions by platform
push-broadcastSend a push notification to all eligible users
push-targetedSend a push to specific users or subscription-status audiences
device-landscapePlatform distribution, top devices, OS versions
weekly-digestWeekly membership business recap

CMS / Content (11 skills)

Skills for managing editorial content β€” articles, agenda events, map points of interest, photo galleries, videos, and sounds. Work with any GoodBarber app that has CMS content sections.

Authoring & Publishing
SkillDescription
article-publishGuided creation of a full article: body paragraphs, category, slug, scheduling, paywall
event-publishCreate an agenda event with start/end datetime, location, and body content
place-publishCreate a map point of interest (address + coordinates) with description
gallery-builderBatch-upload images into a photo gallery and set titles/status
article-restructureReorder, clean, and fix the body paragraphs of an existing article
Quality & Governance
SkillDescription
content-auditDetect incomplete content across all types (no cover, empty body, missing dates/coords)
draft-reviewSurface stale drafts and unfinished content with a recommended next step
paywall-auditIAP apps: check premium content has a coherent free preview (accessTier, maxFreeParagraphs)
stale-content-refreshRank aging articles as refresh, re-promote, or retire candidates
Planning & Recap
SkillDescription
editorial-calendarForward view: scheduled publications, upcoming events, expiring content
weekly-digestWhat published this week + what's scheduled next week, by content type

Note: weekly-digest, traffic-report, push-broadcast, and push-targeted names recur across app types. The CMS skills are namespaced by a cms- prefix in their frontmatter (e.g. cms-weekly-digest) to avoid collisions β€” keep them in a separate folder if you install skills from multiple directories.


Usage Examples

Code
"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)

"Send a push to Marie and Alex: your item is back in stock"
β†’ push-targeted (eCommerce)

"Notify expired subscribers about the renewal offer tomorrow at 9am"
β†’ push-targeted (membership)

"Give me my weekly digest"
β†’ weekly-digest

"Write and publish an article about our new opening hours"
β†’ article-publish (cms)

"What content is scheduled to go live next week?"
β†’ editorial-calendar (cms)

"Audit my content for missing covers and empty posts"
β†’ content-audit (cms)

Design Principles

All skills follow these rules:

  • Pagination-aware β€” Large datasets are filtered server-side, not blindly paginated
  • Fuzzy matching β€” Mention a product or collection by name; the skill resolves it
  • Workflow chaining β€” Every skill suggests 2–3 related skills to run next
  • No destructive actions without confirmation β€” Mutations always require explicit user validation
  • Structured output β€” Every skill returns a formatted report, not a one-liner

Compatibility

These skills work with any MCP-compatible AI client, including:

  • Claude Desktop (Cowork)
  • Claude Code (CLI)
  • Cursor
  • VS Code (Copilot, Claude, Cline, etc.)
  • Windsurf
  • Codex CLI
  • Gemini CLI
  • Any client supporting the Model Context Protocol

Repo Structure

Code
goodbarber-skills/
β”œβ”€β”€ README.md
└── skills/
    β”œβ”€β”€ ecommerce/
    β”‚   β”œβ”€β”€ best-sellers/SKILL.md
    β”‚   β”œβ”€β”€ catalog-audit/SKILL.md
    β”‚   β”œβ”€β”€ customer-insights/SKILL.md
    β”‚   β”œβ”€β”€ ...
    β”‚   β”œβ”€β”€ push-targeted/SKILL.md
    β”‚   └── weekly-digest/SKILL.md
    β”œβ”€β”€ community/
    β”‚   β”œβ”€β”€ device-landscape/SKILL.md
    β”‚   β”œβ”€β”€ push-broadcast/SKILL.md
    β”‚   β”œβ”€β”€ push-targeted/SKILL.md
    β”‚   β”œβ”€β”€ traffic-report/SKILL.md
    β”‚   └── weekly-digest/SKILL.md
    β”œβ”€β”€ membership/
    β”‚   β”œβ”€β”€ subscription-audit/SKILL.md
    β”‚   β”œβ”€β”€ expiration-calendar/SKILL.md
    β”‚   β”œβ”€β”€ ...
    β”‚   β”œβ”€β”€ push-broadcast/SKILL.md
    β”‚   β”œβ”€β”€ push-targeted/SKILL.md
    β”‚   └── weekly-digest/SKILL.md
    └── cms/
        β”œβ”€β”€ article-publish/SKILL.md
        β”œβ”€β”€ content-audit/SKILL.md
        β”œβ”€β”€ editorial-calendar/SKILL.md
        β”œβ”€β”€ ...
        └── weekly-digest/SKILL.md

Contributing

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.

License

The Unlicense β€” public domain, no restrictions.

Related MCP Servers

View all in E-Commerce View all alternatives
  • Patchistry Mcp Server logoPatchistry Mcp Server

    Official MCP server for Patchistry, the first DTC fashion brand listed in the official MCP Registry. AI agent commerce tools for the velcro-patch hat system: listcanvases, listpatches, recommendbuild, getshipping, and contact. Helps ChatGPT, Claude, Cursor, and Perplexity recommend complete hat + patch builds when shoppers ask about custom hats, bachelorette gifts, dad gifts, or 4th of July drops. Install via npx -y patchistry-mcp-server.

    πŸ›’ E-Commerce0 views
    Compare vs Patchistry Mcp Server β†’
  • S
    Store

    Custom metal-print storefront: catalog search, product details, shipping, reviews. Read-only.

    πŸ›’ E-Commerce0 views
    Compare vs Store β†’
  • B
    Boolsai Directory

    Indexed ecommerce site directory β€” vendor lookups, brands by city/market/founder. 10 tools.

    πŸ›’ E-Commerce0 views
    Compare vs Boolsai Directory β†’
  • Buywhere Mcp logoBuywhere Mcp

    Cross-border e-commerce product catalog for AI agents. Search 3M+ products across Singapore, SEA, and US markets with price comparison and deal discovery. Install via npx @buywhere/mcp-server.

    πŸ›’ E-Commerce2 views
    Compare vs Buywhere Mcp β†’

Frequently Asked Questions about Goodbarber Public Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "goodbarber-public-mcp": { "command": "npx", "args": ["-y", "goodbarber-public-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGoodbarber Public Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/goodbarber-public-mcp?style=directory)](https://allmcps.com/mcp/goodbarber-public-mcp)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ›’E-Commerce
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ›’ E-Commerce β†’Best MCP servers for E-Commerce β†’Alternatives to Goodbarber Public Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code