GoodBarber Public Mcp

Created By
goodbarber2 months ago
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"
      ]
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
goodbarber
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Fsext Mcp Server Typescript
@kurtzhi

A high-performance, secure, and production-grade Model Context Protocol (MCP) server built with TypeScript, providing comprehensive filesystem operations, advanced text search & replace, image processing, and Tesseract OCR capabilities. Designed for LLM agent integration, it delivers strict input validation, standardized response structures, streaming large-file processing, and multi-transport remote deployment support. Core Features Full Filesystem CRUD & Directory Management:Complete file/directory creation, deletion, copy, move, metadata query, and existence verification. Supports recursive full-directory tree replication and safe move operations with conflict protection. Streaming File I/O for Large Files:Implements segmented text reading, chunked binary streaming reading, text/binary overwriting and appending. Avoids full memory loading, perfectly supporting GB-level large file processing. Advanced Text Search & In-Place Replace:Directory-wide recursive content search, single/multi-file contextual matching with preview lines, regular expression support, case-insensitive matching, and precise in-file text replacement with change statistics. Professional Image Processing Suite:Built-in high-performance image resize (aspect ratio lock support), precise crop, and arbitrary-angle rotation based on Sharp, covering mainstream image editing scenarios. Cross-Platform Tesseract OCR:WASM-first OCR recognition with customizable local Tesseract binary and tessdata paths, supporting multi-language text extraction from images without local engine installation dependency. Strict Strict Input Validation & Standardized Response:All tool schemas enable strict additional property prohibition, with unified success/error response structures for consistent client parsing and error handling. Multi-Standard MCP Transports:Natively supports three official MCP transports: stdio (local client), SSE (legacy remote stream), Streamable HTTP (modern bidirectional remote transport). Full TypeScript Type Safety:Complete type definitions for all tool parameters, response structures, and transport configurations, ensuring runtime stability and development friendliness. 1. Run without installation npx -y fsext-mcp-server --lock-root /your/workspace # Default STDIO transport with lock root support npx -y fsext-mcp-server --transport stdio npx -y fsext-mcp-server --transport http --host 0.0.0.0 --port 8080 --origin * # Streamable HTTP transport npx -y fsext-mcp-server --transport sse 2. Installation Global Installation (Recommended for CLI Usage) npm install -g fsext-mcp-server Local Project Installation npm install fsext-mcp-server 3. Startup Commands 3.1. Default Stdio Mode (For Claude Desktop / Cursor / Local MCP Clients) # Default stdio transport for local agent integration fsext-mcp-server-ts fsext-mcp-server # Short alias fsext-ts fsext 3.2. SSE Remote Transport Mode fsext-mcp-server --transport sse --host 0.0.0.0 --port 8000 Endpoints: SSE Stream Subscription:http://<host>:<port>/sse Client Request Channel: http://<host>:<port>/messages 3.3. Modern Streamable HTTP Transport Mode fsext-mcp-server --transport http --host 0.0.0.0 --port 8000

a day ago
Devadex

11 hours ago
Pangolinfomcp

a day ago
Eventedge Mcp

5 hours ago