Check domain availability from your AI assistant
Add the MCP server with a single command:
claude mcp add domainmcp https://domainmcp.dev/sse -t sse
Add to claude_desktop_config.json:
{
"mcpServers": {
"domain-checker": {
"command": "npx",
"args": [
"mcp-remote",
"https://domainmcp.dev/sse"
]
}
}
}