General Tools
brandize.me
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://brandize.me/api/mcp
MCP server metadata
- Name
- brandize
- Version
- 1.0.0
Known tools 10
echoHealth check that returns the provided message verbatim, confirming the Brandize MCP endpoint is reachable.
Potential side effectsget_pricing_tiersList Brandize service tiers with their price (USD) and included features.
Inferred read-onlysearch_blogSearch Brandize blog posts (logo design and branding guides) by keyword.
Inferred read-onlygenerate_color_paletteGenerate a 5-color brand palette from a base hex color and a harmony rule.
Inferred read-onlygenerate_meta_tagsGenerate an HTML <head> meta-tag block (title, description, canonical, robots, Open Graph, Twitter Card) from page details.
Inferred read-onlygenerate_logo_variationsGenerate alternate style directions for an existing generate_logo job.
Inferred read-onlybuy_logo_variationPurchase one of the alternate designs from generate_logo_variations instead of the original logo.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.brandize]
url = "https://brandize.me/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"brandize": {
"type": "http",
"url": "https://brandize.me/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: brandize
Remote MCP URL: https://brandize.me/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"brandize": {
"url": "https://brandize.me/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"brandize": {
"type": "http",
"url": "https://brandize.me/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "brandize",
"transport": "streamable-http",
"url": "https://brandize.me/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.