brandomica-mcp-server

brandomica-mcp-server

Stdio-based MCP server with 12 tools for brand name availability and safety checks. Returns structured JSON for domains (with pricing), social handles, USPTO/EUIPO trademarks, app stores, package registries, safety scoring, batch comparison, and filing readiness.

Category
访问服务器

README

Brandomica Lab MCP Server

brandomica-mcp-server MCP server

An MCP (Model Context Protocol) server for checking brand name availability across domains, social handles, trademarks, app stores, and SaaS channels.

Powered by Brandomica Lab.

Installation

Remote (no install)

Connect directly via streamable HTTP — no install needed:

https://www.brandomica.com/mcp

Claude Code

claude mcp add brandomica -- npx brandomica-mcp-server

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

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

OpenClaw

Add to your OpenClaw config (openclaw.json):

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

Or install the skill from ClaWHub:

clawhub install brandomica

Custom API URL

To point at a local dev server or custom deployment:

{
  "mcpServers": {
    "brandomica": {
      "command": "npx",
      "args": ["brandomica-mcp-server"],
      "env": {
        "BRANDOMICA_API_URL": "http://localhost:3000"
      }
    }
  }
}

Tools

Tool Description
brandomica_check_all Full brand check — domains, social, trademarks, app stores, SaaS + score
brandomica_assess_safety Fast safety-only output (overall risk, 0-100 safety score, blockers, actions)
brandomica_filing_readiness Decision-ready filing summary (verdict, top conflicts by jurisdiction/class, evidence links, confidence gaps)
brandomica_compare_brands Compare 2-5 brand names side-by-side (results keep request order + recommendation)
brandomica_brand_report Full brand safety report — timestamped evidence document for due diligence
brandomica_check_domains Domain availability across 6 TLDs with pricing
brandomica_check_social Social handle availability (GitHub, Twitter/X, TikTok, LinkedIn, Instagram)
brandomica_check_trademarks Trademark registry search (USPTO, EUIPO)
brandomica_check_appstores App Store and Google Play search
brandomica_check_google Web presence — Google Search competitor overlap detection
brandomica_check_saas Package registry & SaaS availability (npm, PyPI, crates.io, RubyGems, NuGet, Homebrew, Docker Hub, ProductHunt)
brandomica_batch_check Check 2-10 brand names in one call, sorted by score

All tools accept a brand_name parameter (lowercase letters, numbers, hyphens). brandomica_check_all, brandomica_assess_safety, and brandomica_filing_readiness also accept an optional mode parameter (quick or full). brandomica_compare_brands accepts a brand_names array (2-5). brandomica_batch_check accepts a brand_names array (2-10) and an optional mode parameter (quick or full).

Examples

1. Quick availability check

"Check if the brand name 'acme' is available"

Claude calls brandomica_check_all and returns a structured JSON response with a 0-10 availability score, 0-100 safety score, domain pricing, social handles, trademark conflicts, and more.

2. Safety-first flow

"Assess safety for 'acme' first. If risk is medium or high, run filing readiness in full mode and summarize top conflicts with evidence links."

Claude uses a three-step workflow:

  1. brandomica_assess_safety for a fast risk decision (overall risk level, 0-100 safety score, blockers, recommended actions)
  2. brandomica_filing_readiness for decision-grade filing output (verdict, top conflicts by jurisdiction/class, evidence links, confidence gaps)
  3. brandomica_check_all only when deeper raw evidence is needed

3. Batch comparison

"I'm choosing between 'nexlayer', 'buildkraft', and 'codelaunch' for a developer tool. Compare all three and recommend the safest option."

Claude calls brandomica_compare_brands with all three names. Each candidate gets a full availability score and safety assessment. The response includes results in request order plus a recommendation highlighting the highest-scoring candidate.

Development

cd mcp-server
npm install
npm run build
node dist/index.js

Test with MCP Inspector:

npx @modelcontextprotocol/inspector node dist/index.js

Troubleshooting

"Tools not appearing" in Claude Desktop

  • Verify your config file path:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Validate JSON syntax (trailing commas, missing quotes)
  • Restart Claude Desktop after editing config
  • Check that npx brandomica-mcp-server runs without errors in your terminal

"Tools not appearing" in Claude Code

# Verify the server is registered
claude mcp list

# Re-add if missing
claude mcp add brandomica -- npx brandomica-mcp-server

npx hangs or times out

  • Clear the npx cache: npx clear-npx-cache then retry
  • Install globally instead: npm install -g brandomica-mcp-server then use brandomica-mcp-server as the command (instead of npx brandomica-mcp-server)
  • Check network connectivity: npm ping

Tool returns an error or empty results

  • Rate limited (429): The remote endpoint allows 30 requests/minute. Wait 60 seconds and retry.
  • Timeout: Some checks (domains, trademarks) call external APIs. Transient failures resolve on retry.
  • null social handles: null means the platform wasn't indexed by the search provider — it does not mean the handle is available or taken. Only true/false is definitive.

Remote endpoint (HTTPS) not responding

  • Verify the URL: https://www.brandomica.com/mcp
  • Check service status: https://www.brandomica.com/status
  • The remote endpoint uses streamable HTTP transport — ensure your MCP client supports it

Using a custom API URL

Set BRANDOMICA_API_URL to point at a local dev server or custom deployment:

BRANDOMICA_API_URL=http://localhost:3000 npx brandomica-mcp-server

Debugging with MCP Inspector

npx @modelcontextprotocol/inspector npx brandomica-mcp-server

Opens a browser UI where you can call each tool interactively and inspect JSON responses.

Privacy Policy

This server connects to the Brandomica Lab API (brandomica.com) to perform brand name checks. See our full privacy policy: https://www.brandomica.com/privacy

  • No user accounts or authentication required
  • Query data cached in-memory for 5–30 minutes, then discarded
  • No personal data collected, stored, or shared
  • All checks use public APIs and registries

Support

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选