# Brandomica

Verify brand name availability across domains, social media handles, trademarks, and app stores simultaneously. Generate comprehensive reports with availability scores to evaluate the viability of ne…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add brandomica/brandomica-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list brandomica/brandomica-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get brandomica/brandomica-mcp-server brandomica_check_all

# Call a tool
npx -y @smithery/cli@latest tool call brandomica/brandomica-mcp-server brandomica_check_all '{}'
```

## Direct MCP Connection

Endpoint: `https://brandomica-mcp-server--brandomica.run.tools`

**Optional config:**
- `apiUrl` (query) — Custom Brandomica API URL

## Tools (7)

- `brandomica_check_all` — Check brand name availability across domains (with pricing), social handles, trademarks, app stores, and SaaS channels.…
- `brandomica_check_domains` — Check domain availability across 5 TLDs (.com, .io, .co, .app, .dev) with purchase and renewal pricing.
- `brandomica_check_social` — Check social media handle availability on GitHub, Twitter/X, TikTok, LinkedIn, and Instagram.
- `brandomica_check_trademarks` — Check trademark registries (USPTO, EUIPO) for existing registrations of a brand name. Returns links for manual verifica…
- `brandomica_check_appstores` — Search iOS App Store and Google Play for apps matching the brand name.
- `brandomica_check_saas` — Check SaaS channel availability on npm and ProductHunt for a brand name.
- `brandomica_check_google` — Search Google for existing companies or products using a brand name. Detects competitor overlap that may not appear in …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get brandomica/brandomica-mcp-server <tool-name>
```

## Resources

- `https://www.brandomica.com/openapi.json` — Brandomica OpenAPI 3.1 specification

## Prompts (1)

- `check-brand` (brand_name) — Check a brand name across domains, social handles, trademarks, web presence, app stores, and SaaS channels.
