Skip to main content

brandmint.ai MCP tool

Project description

🌤️ Brandmint MCP Tool (Latinum Paywalled Agent Tool)

A Model Context Protocol (MCP) tool for brandmint.ai This service allows to generate doamin and brand for your projects.

🧠 Claude Integration

Install brandmint-mcp:

pip install brandmint-mcp

NOTE: Use pipx on mac!

Edit your Claude Desktop config:

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
      "brandmint_mcp": {
          "command": "/Users/{YOUR_USER}/.local/bin/brandmint-mcp",
      }
  }
}

Then restart Claude.

🔧 Developper testing

To install your local build as a CLI for testing with Claude:

git clone https://github.com/dennj/brandmint_mcp.git
cd brandmint_mcp
python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install --upgrade --upgrade-strategy eager -r requirements.txt
pip install --editable .

Then configure Clouse to use it.

{
  "mcpServers": {
      "brandmint_mcp": {
          "command": "/Users/{YOUR_USER}/workspace/brandmint_mcp/.venv/bin/python",
          "args": [
              "/Users/{YOUR_USER}/workspace/brandmint_mcp/brandmint_mcp/server_stdio.py"
          ]
      }
  }
}

📑 PyPI Publishing

python3 -m venv .venv && source .venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
rm -rf dist/ build/ *.egg-info
python3 -m build
python3 -m twine upload dist/*

See the output here: https://pypi.org/project/brandmint-mcp/

⚙️ Configuration

Create a .env file in the project root:

# .env
SELLER_WALLET=3BMEwjrn9gBfSetARPrAK1nPTXMRsvQzZLN1n4CYjpcU
  • SELLER_WALLET: The Solana devnet public address that will receive payments.

🚀 Run Locally

python server_stdio.py

Claude will detect the tool when properly configured.

💳 How It Works

  • ❓ Ask: Generate branding for a website about fast cars! → Claude gets a 402 and triggers the wallet.

  • ✅ Claude pays using Latinum Wallet and retries.

      "brandmint_mcp": {
          "command": "/Users/dennj/workspace/brandmint_mcp/.venv/bin/python",
          "args": [
              "/Users/dennj/workspace/brandmint_mcp/brandmint_mcp/server_stdio.py"
          ]
      },
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brandmint_mcp-0.0.6.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

brandmint_mcp-0.0.6-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file brandmint_mcp-0.0.6.tar.gz.

File metadata

  • Download URL: brandmint_mcp-0.0.6.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for brandmint_mcp-0.0.6.tar.gz
Algorithm Hash digest
SHA256 13af4a2025fbba6aea55744b3aebbef036b65f0db676c9496d6b4dec987561d6
MD5 14208268d81c3e39343ff0f14207d65d
BLAKE2b-256 08a0d3d98d5099827ca34858789ac19b1cc674e01580434fcf07bf33e59b2f3b

See more details on using hashes here.

File details

Details for the file brandmint_mcp-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: brandmint_mcp-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for brandmint_mcp-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 fe7ed6bb52f7ccd1d6304f42e595dc2e0df52232f9f35e2c8196a9be04ee49f3
MD5 e697c6ad1ba18f449db9038556dbd972
BLAKE2b-256 3c4b7a47df87ad164789230a9ffb7008a9018031c0bd0d8a526673962c1931f1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page