Odel
digmyname

digmyname

Local
@seomarlboro1TypeScriptUpdated 3w ago

World's fastest domain check. Or the second — dispute it. 52 TLDs, 7 registrars, no API key.

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).

npmdomain-check-skills-mcpv1.2.2

Run

npx -y domain-check-skills-mcp

MCP client config

{
  "mcpServers": {
    "digmyname": {
      "command": "npx",
      "args": [
        "-y",
        "domain-check-skills-mcp"
      ]
    }
  }
}