domain radar for Cursor
io.github.sonwr/domain-radar
MCP server that checks domain availability in real-time during brand naming
client:Cursor
transport:stdio
runtime:npm
Install domain radar in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"domain-radar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-domain-radar"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs