Manage your GoodBarber app via natural language across eCommerce, Community, and Membership. Hosted MCP with OAuth — products, orders, promo codes, push broadcasts, customer subscriptions, traffic analytics. Connect from Claude Desktop, Cursor, VS Code, or any MCP-compatible client and pair with the 30 ready-to-use skills at github.com/goodbarber/goodbarber-skills.
Overview
GoodBarber Public MCP
MCP server to manage GoodBarber apps via natural language across three product families: eCommerce, Community, and Membership.
What you can do
- eCommerce — products, variants, options, collections, paragraphs, orders & shipping, customers & loyalty, promo codes (amount / collections / product / tags), prospects, push broadcasts, page views, sessions, downloads
- Community — push broadcasts, traffic, devices & OS metrics, prospects, user groups
- Membership — active / expired / internal subscriptions, targeted push by user group, engagement metrics
Connect
{
"mcpServers": {
"goodbarber-public-mcp": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.goodbarber.dev/mcp/sse"]
}
}
}
Tool catalog
A GoodBarber app combines at most two product families, so a connected
session sees a subset of the catalog. The full union (85 tools) is published
at https://mcp.goodbarber.dev/.well-known/mcp/server-card.json
Ready-to-use skills
30 natural-language skills are available at
goodbarber/goodbarber-skills —
copy them into Claude Desktop, Cursor, VS Code, or any MCP-compatible client.
Repository
https://github.com/goodbarber/goodbarber-skills
Server Config
{
"mcpServers": {
"goodbarber-public-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.goodbarber.dev/mcp/sse"
]
}
}
}