domainmcp.dev

Check domain availability from your AI assistant

Claude Code

Add the MCP server with a single command:

claude mcp add domainmcp https://domainmcp.dev/sse -t sse

JSON Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "domain-checker": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://domainmcp.dev/sse"
      ]
    }
  }
}