Odel
mcp domain radar

mcp domain radar

Local
@sonwr1JavaScriptMITUpdated 5mo ago

MCP server that checks domain availability in real-time during brand naming

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-domain-radarv0.1.2

Run

npx -y mcp-domain-radar

MCP client config

{
  "mcpServers": {
    "mcp-domain-radar": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-domain-radar"
      ]
    }
  }
}