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 a402and triggers the wallet. - ✅ Claude pays using Latinum Wallet and retries.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file brandmint_mcp-0.0.5.tar.gz.
File metadata
- Download URL: brandmint_mcp-0.0.5.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
907b5fe3077dc8d0af174f0722098f1bfd0e27095f83217e39cf75586ed85450
|
|
| MD5 |
89d5a7f64a934aea57f5c619f2269fac
|
|
| BLAKE2b-256 |
2e261a3edd7617f35a731f624438ddca686a56c24564e5a45fc77615f21f194a
|
File details
Details for the file brandmint_mcp-0.0.5-py3-none-any.whl.
File metadata
- Download URL: brandmint_mcp-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e25623c6b6629e54429139a21cf43e6da25416b7dfa1805718765cc8fe082230
|
|
| MD5 |
26f0a29998a861c994e8016a8c168b63
|
|
| BLAKE2b-256 |
a99ce38dbd78911d37c16f8e0fddd0760cc9646ad60949e5cdc2b5b55d37f46f
|