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).
Run
npx -y domain-check-skills-mcp
MCP client config
{
"mcpServers": {
"digmyname": {
"command": "npx",
"args": [
"-y",
"domain-check-skills-mcp"
]
}
}
}