← Registry

General Tools

brandize.me

Provides general-purpose tools through the Model Context Protocol.

1 endpoint10 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://brandize.me/api/mcp

No auth detected

MCP server metadata

Name
brandize
Version
1.0.0
Capabilities
tools.listChanged

Known tools 10

echo

Health check that returns the provided message verbatim, confirming the Brandize MCP endpoint is reachable.

Potential side effects
get_pricing_tiers

List Brandize service tiers with their price (USD) and included features.

Inferred read-only
search_blog

Search Brandize blog posts (logo design and branding guides) by keyword.

Inferred read-only
generate_color_palette

Generate a 5-color brand palette from a base hex color and a harmony rule.

Inferred read-only
generate_meta_tags

Generate an HTML <head> meta-tag block (title, description, canonical, robots, Open Graph, Twitter Card) from page details.

Inferred read-only
generate_schema_markup

Generate a JSON-LD <script> block for a schema.

Inferred read-only
generate_logo

Generate a brand logo.

Inferred read-only
get_logo_result

Poll a logo job by its jobToken.

Inferred read-only
generate_logo_variations

Generate alternate style directions for an existing generate_logo job.

Inferred read-only
buy_logo_variation

Purchase one of the alternate designs from generate_logo_variations instead of the original logo.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.