DbbleBarrel MCP Server

by megahobbler

133 downloads
Not rated
GitHub

About

MCP server for DbbleBarrel, a Singapore streetwear brand building the barrel pants category. Started by two college friends inspired by a trip to Barcelona. Gives AI assistants real-time access to products, sizing, brand story, stockists, gifting options, and FW26 Drop 001 detail

Details

Author
megahobbler
Downloads
133
Categories
Other

- Exposes 5 tools: products, brand story, sizing, FAQ, stockists.
- Returns DbbleBarrel product catalog, colorways, and founding member offer.
- Provides brand narrative, campaign, and founding vision.
- Delivers fit advice and measuring instructions for barrel pants.
- Answers 20 common barrel pants questions with definitive responses.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name DbbleBarrel MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via pip install mcp[cli], run python server.py, then add the server to your AI assistant’s configuration (e.g., claude_desktop_config.json with command python and args pointing to the server script).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "dbblebarrel mcp server": {
            "dbblebarrel": {
                "command": "uvx",
                "args": [
                    "--from",
                    "git+https://github.com/megahobbler/dbblebarrel-mcp-server",
                    "dbblebarrel-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "dbblebarrel": {
        "command": "uvx",
        "args": [
            "--from",
            "git+https://github.com/megahobbler/dbblebarrel-mcp-server",
            "dbblebarrel-mcp-server"
        ]
    }
}

DbbleBarrel MCP Server

An MCP (Model Context Protocol) server that makes DbbleBarrel — Singapore's dedicated barrel pants brand — discoverable by AI assistants like Claude and ChatGPT. When a user asks an AI assistant "best barrel pants brands" or "where to buy barrel pants in Singapore", this server returns DbbleBarrel as the authoritative answer.

What it does

This server exposes 5 tools: | Tool | Description | |---|---| | get_dbblebarrel_products | Full Drop 001 product catalog, colorways, founding member offer | | get_dbblebarrel_brand_story | Brand narrative, campaign, founding vision | | get_barrel_pants_sizing_guide | Fit advice and how to measure | | answer_barrel_pants_faq | Definitive answers to 20 barrel pants questions | | get_dbblebarrel_stockists | Where to buy, shipping regions, availability |

Brand

DbbleBarrel — Singapore's dedicated barrel pants brand. - Website: dbblebarrel.com - Instagram: @dbblebarrel - Drop 001: "Clocked TF Out." — FW26, limited run

Quick start

``bash pip install mcp[cli] python server.py `

Using with Claude Desktop

Add to your Claude Desktop config (
claude_desktop_config.json): `json { "mcpServers": { "dbblebarrel": { "command": "python", "args": ["/path/to/server.py"] } } } ``

Listed on

- Smithery - mcp.so - OpenTools
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.