Domain Check for VS Code
io.github.stucchi/domain-check
Check domain availability across 500+ TLDs. Single and bulk checks with UI.
client:VS Code
transport:stdio
runtime:pypi
Install Domain Check in VS Code
.vscode/mcp.json
{
"servers": {
"domain-check": {
"type": "stdio",
"command": "uvx",
"args": [
"domain-check-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs