Domain Finder for VS Code
io.github.sra1phani/domain-finder
Check if a brand name is free across domains, GitHub, npm and PyPI, and suggest available names.
client:VS Code
transport:streamable-http
tools:2
Install Domain Finder in VS Code
.vscode/mcp.json
{
"servers": {
"domain-finder": {
"type": "http",
"url": "https://domain-finder-theta.vercel.app/api/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs