MCP Directory

BRNDMK/brandomica-mcp-server

GitHub
Productivity

Brand name verification across domains (with pricing), social handles, trademarks (USPTO), web presence, app stores, and SaaS channels. Safety scoring, linguistic/phonetic screening, and filing readiness.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y brandomica-mcp-server

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from BRNDMK/brandomica-mcp-server your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "brandomica-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "brandomica-mcp-server"
      ]
    }
  }
}

Route BRNDMK/brandomica-mcp-server intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add brandomica-mcp-server

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use BRNDMK/brandomica-mcp-server directly without routing

npx -y brandomica-mcp-server

New to Agent-CoreX? View setup guide →

BRNDMK/brandomica-mcp-server MCP Server — Agent-CoreX