{
  "markdown": "# Brandize MCP server\n\nHosted MCP server for [Brandize](https://brandize.me), an AI logo generator.\nIt generates logos and full brand kits — lockups, favicons, social assets,\nprint collateral — plus brand color palettes, SEO meta tags, and JSON-LD schema\nmarkup, and searches the Brandize design guides.\n\nThere is nothing to install. The server is remote and runs over streamable HTTP:\n\n| | |\n| --- | --- |\n| Endpoint | `https://brandize.me/api/mcp` |\n| Transport | streamable-HTTP |\n| Auth | none |\n| Discovery manifest | <https://brandize.me/.well-known/mcp> |\n| Docs | <https://brandize.me/mcp> |\n| Machine-readable site docs | <https://brandize.me/llms.txt> |\n\nThis repository holds the documentation and the Claude Code and Codex plugin\n([`plugins/brandize`](./plugins/brandize)) — the server itself is part of the\nBrandize application. Issues and questions about the MCP surface belong here.\n\n## Connect\n\n**Claude Code — plugin**\n\n```shell\n/plugin marketplace add minim-l/brandize-mcp\n/plugin install brandize@brandize\n```\n\n**Codex — plugin**\n\n```shell\ncodex plugin marketplace add minim-l/brandize-mcp\ncodex plugin add brandize@brandize\n```\n\nOr install `brandize` from `/plugins` inside Codex.\n\n**Claude Code — CLI**\n\n```bash\nclaude mcp add --transport http brandize https://brandize.me/api/mcp\n```\n\n**Clients that take a JSON config** (Claude Desktop, Cursor, Windsurf)\n\n```json\n{\n  \"mcpServers\": {\n    \"brandize\": {\n      \"type\": \"http\",\n      \"url\": \"https://brandize.me/api/mcp\"\n    }\n  }\n}\n```\n\n**MCP Inspector**\n\n```bash\nnpx @modelcontextprotocol/inspector\n# transport: Streamable HTTP → https://brandize.me/api/mcp\n```\n\nCall `echo` first to confirm the endpoint is reachable.\n\n## Tools\n\nFree, no account, rate-limited:\n\n| Tool | What it does |\n| --- | --- |\n| `generate_color_palette` | Five-color brand palette from a base hex color and a harmony rule. Returns CSS custom properties, a Tailwind snippet, or plain hex. |\n| `generate_meta_tags` | An HTML `<head>` block — title, description, canonical, robots, Open Graph, Twitter Card. |\n| `generate_schema_markup` | A JSON-LD `<script>` block for LocalBusiness, Organization, WebSite, Article, FAQPage, or Product. |\n| `search_blog` | Keyword search over the Brandize logo design and branding guides. |\n| `get_pricing_tiers` | Current service tiers, prices, and included features. Read-only. |\n| `generate_logo_variations` | Alternate style directions for an existing logo job, within that job's free preview credits. |\n| `echo` | Health check. Returns the message unchanged. |\n\nPaid — each mints a Stripe checkout link the user opens and pays in a browser.\nNo card is stored and no call charges anyone on its own:\n\n| Tool | What it does |\n| --- | --- |\n| `generate_logo` | Generates a watermarked, low-resolution preview from a design brief, plus a checkout link for the tier the user picked. |\n| `buy_logo_variation` | Buys one of the alternates from `generate_logo_variations` instead of the original design. |\n| `get_logo_result` | Polls a job by its `jobToken`. Once payment settles, returns a download URL for the tier's full deliverable. |\n\n`generate_logo` asks the calling agent to collect a real brief — tier, style,\ncolors, layout, surface, industry — and to take the user's explicit acceptance of\nthe [Terms](https://brandize.me/legal/terms) and\n[Privacy Policy](https://brandize.me/legal/privacy) before it will generate.\n\n### Tiers\n\nThe `tier` argument to `generate_logo` picks what gets delivered. Call\n`get_pricing_tiers` for the current prices and feature lists — they are set\nserver-side, not hardcoded here.\n\n| Tier | Deliverable |\n| --- | --- |\n| `PREMIUM` | Full-resolution PNG, vector SVG, commercial license. |\n| `COMPLETE` | Adds alternate logo variations, assembled after payment. |\n| `BRAND_STARTER` | A brand kit: icon, horizontal, stacked, monochrome and knockout lockups, the full favicon package, a five-color palette, a font pairing, a print-ready business card PDF, and an HTML email signature. |\n| `BRAND_KIT` | Everything in Brand Starter, plus a social media kit across five platforms, a brand guidelines PDF, a letterhead template, an Open Graph image, and iOS/Android/PWA app icons. |\n\nThe brand-kit tiers have fixed deliverables — `generate_logo_variations` refuses\non a purchased one. Only `COMPLETE` accepts more alternates after payment.\n\n### A paid run, end to end\n\n1. `generate_logo` → watermarked preview, a `jobToken`, a `checkoutUrl`, and the\n   higher tiers on offer.\n2. The user opens `checkoutUrl` and pays.\n3. `get_logo_result` with that `jobToken`, polled every ~5 seconds — payment\n   confirmation is not instant — until the status is `paid`.\n4. Download the returned asset URL.\n\nA refunded purchase reverts the job: `get_logo_result` reports\n`pending_payment` again and the asset URL stops resolving.\n\n## Registry listing\n\nThe official MCP Registry entry is `me.brandize/brandize`, published from\n`server.json` in the Brandize application repo and verified against the\n`brandize.me` domain.\n",
  "bytes": 5008,
  "sha": "afa036a47fae1e754e5dc34c85a78fe6b881ef33dc5e105c70bb5ad73444548a",
  "repo_slug": "minim-l/brandize-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_me_brandize_brandize_18139164/readme"
}