brandguide/AI MCP

Created By
brandguideai2 months ago
Agents are taking over execution. When they write copy, generate visuals, or adapt messaging, they need structured brand knowledge — not PDFs and guesswork. brandguide/AI is the policy layer that makes agents brand-compatible by default.
Overview

brandguideai-mcp

Brand strategy knowledge base for Claude Code, Cursor, Windsurf, and any MCP-compatible tool.

Search 1,000+ pages of brand methodology, design guidelines, and expert video transcripts — directly from your development environment.

Quick start

npx brandguideai-mcp

No signup needed. 4 free queries included.

Setup

Claude Code

claude mcp add brandguide -- npx brandguideai-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "brandguide": {
      "command": "npx",
      "args": ["-y", "brandguideai-mcp"]
    }
  }
}

Cursor / Windsurf / Other MCP clients

Add to your MCP configuration:

{
  "command": "npx",
  "args": ["-y", "brandguideai-mcp"]
}

What you get

search_brand_knowledge — one tool that searches the brandguide/AI knowledge base.

Ask anything about brand strategy:

  • "What is brand identity?"
  • "How do I choose brand colors?"
  • "What makes a good brand name?"
  • "Mi a brand pozicionálás?" (works in Hungarian too)

Responses include expert answers with source citations from brand strategy books and video transcripts.

Free tier

Every user gets 4 free queries. No account or API key required — a temporary session is created automatically on first use.

After 8 queries, the tool returns upgrade links:

  • Creator — 300 queries/month
  • Pro — 1,000 queries/month
  • Mentor+ — unlimited

For existing brandguide/AI subscribers

Your subscription quota works automatically. The MCP server uses the same account system as the web app at ai.brandguide.hu.

How it works

The MCP server connects to the brandguide/AI knowledge base through the partner API. Queries are processed by the same RAG pipeline that powers the web app — Voyage AI embeddings, Supabase vector search, and Claude for response generation.

Credentials are stored locally at ~/.brandguide/credentials.json.

License

MIT

Server Config

{
  "mcpServers": {
    "brandguide": {
      "command": "npx",
      "args": [
        "-y",
        "brandguideai-mcp"
      ]
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
brandguideai
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Voyei

3 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

13 hours ago