MCP Tool · Discovery

brand_typosquat

Generate typosquat domain candidates (leet, adjacent-key, deletion, insertion, homoglyphs, TLD-swap) and probe each via DNS + crt.sh to identify registered look-alikes.

Input

NameTypeRequiredDescription
domainstringyesApex domain to generate typosquats for (e.g. example.com).
max_resultsaxnoMaximum number of candidate domains to probe (default 50, max 200).

REST API

curl -H "Authorization: Bearer sic_..." \
  -H "Content-Type: application/json" \
  -X POST https://sicenter.io/api/tools/brand_typosquat \
  -d '{"domain":"<string>"}'

MCP server

# MCP — call from Claude Desktop, Cursor, or any MCP client
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "brand_typosquat",
    "arguments": {
        "domain": "<string>"
    }
  }
}

Endpoint: https://sicenter.io/api/mcp. See /mcp for connection guides for Claude Desktop, Cursor, and custom orchestrators.

More tools in Discovery


Browse the full MCP server documentation or jump to the API key management page in your dashboard.